Archive for June, 2007
Friday, June 1st, 2007
POSIX_TRACE_GET_FILTER
Section: POSIX Programmer's Manual (P)Updated: 2003Index
Return to Main Contents
NAME
posix_trace_get_filter, posix_trace_set_filter – retrieve and set
the filter of an initialized trace stream
(TRACING)
SYNOPSIS
#include <trace.h>
int posix_trace_get_filter(trace_id_t trid, trace_event_set_t
*set);
int posix_trace_set_filter(trace_id_t trid,
const trace_event_set_t *set, int how);
DESCRIPTION
The posix_trace_get_filter() function shall retrieve, into the
argument pointed to by set, the actual trace event
filter from the trace stream specified ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
VIMDIFF
Section: User Commands (1)Updated: 2001 March 30Index
Return to Main Contents
NAME
vimdiff – edit two or three versions of a file with Vim and show differences
SYNOPSIS
vimdiff
[options] file1 file2 [file3]
gvimdiff
DESCRIPTION
Vimdiff
starts
Vim
on two (or three) files.
Each file gets its own window.
The differences between the files are highlighted.
This is a nice way to inspect changes ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
GLDRAWRANGEELEMENTS
Section: Misc. Reference Manual Pages (3G)Index
Return to Main Contents
NAME
glDrawRangeElements
– render primitives from array data
C SPECIFICATION
void glDrawRangeElements(
GLenum mode,
GLuint start,
...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
CREATE INDEX
Section: SQL Commands ()Updated: 2008–01–03Index
Return to Main Contents
NAME
CREATE INDEX – define a new index
SYNOPSIS
CREATE [ UNIQUE ] INDEX name ON table [ USING method ]
( { column | ( expression ) } [ opclass ] [, ...] )
[ TABLESPACE tablespace ]
...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
NHFSNUMS
Section: Maintenance Commands (8)Updated: 26 Feb 2000Index
Return to Main Contents
NAME
nhfsnums – Convert
nhfsrun
output to
plot(5)
SYNOPSIS
nhfsnums <numsfiles>
DESCRIPTION
Converts raw numbers from nhfsstone output into
plot(5)
format. The
<numsfiles>
should be named
run.xxx,
where
xxx
is a name related to the numbers gathered.
Each file will produce one line with a label
that is the file suffix (the part following the dot).
SEE ALSO
nhfsstone(8),
nhfsrun(8),
nhfsgraph(8)
Index
NAME
SYNOPSIS
DESCRIPTION
SEE ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
XmbTextListToTextProperty
Section: XLIB FUNCTIONS (3X11)Updated: libX11 1.0.3Index
Return to Main Contents
NAME
XmbTextListToTextProperty, XwcTextListToTextProperty, Xutf8TextListToTextProperty, XmbTextPropertyToTextList, XwcTextPropertyToTextList, Xutf8TextPropertyToTextList, XwcFreeStringList, XDefaultString – convert text lists and text property structures
SYNTAX
int XmbTextListToTextProperty(Display *display, char
**list, int count, XICCEncodingStyle style,
XTextProperty *text_prop_return);
int XwcTextListToTextProperty(Display *display, wchar_t
**list, int count, XICCEncodingStyle style,
XTextProperty *text_prop_return);
int Xutf8TextListToTextProperty(Display *display, char
**list, int count, XICCEncodingStyle style,
XTextProperty *text_prop_return); ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
ISSUE
Section: Linux Programmer's Manual (5)Updated: 1993–07–24Index
Return to Main Contents
NAME
issue – pre–login message and identification file
DESCRIPTION
The file /etc/issue is a text file which contains a message or
system identification to be printed before the login prompt. It may
contain various @char and \char sequences, if
supported by
mingetty(8).
FILES
/etc/issue
SEE ALSO
mingetty(8),
motd(5)
Index
NAME
DESCRIPTION
FILES
SEE ALSO
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
SSL_SESSION_get_ex_new_index
Section: OpenSSL (3)Updated: 2005–03–30Index
Return to Main Contents
NAME
SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data – internal application specific data functions
SYNOPSIS
#include <openssl/ssl.h>
int SSL_SESSION_get_ex_new_index(long argl, void *argp,
CRYPTO_EX_new *new_func,
...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
XtGetClassExtension
Section: XT FUNCTIONS (3Xt)Updated: libXt 1.0.2Index
Return to Main Contents
NAME
XtGetClassExtension – locate a class extension record
SYNTAX
XtPointer XtGetClassExtension(WidgetClass object_class, Cardinal
byte_offset, XrmQuark type, long version, Cardinal
record_size);
ARGUMENTS
object_class
Specifies the widget class containing the extension list to be searched.
byte_offset
Specifies the offset in bytes form the base of the widget class of the
extension field to be ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
GCJH
Section: GNU (1)Updated: 2007–11–09Index
Return to Main Contents
NAME
gcjh – generate header files from Java class files
SYNOPSIS
gcjh [–stubs] [–jni]
[–force] [–old] [–trace] [–J option]
[–add text] [–append text] [–friend text]
[–preprend text]
[––classpath=path] [––CLASSPATH=path]
[––bootclasspath=path]
[–Idir...] [–d dir...]
[–o file] [–td dir]
[–M] [–MM] [–MD] [–MMD]
[––version] [––help] [–v] [––verbose]
classname...
DESCRIPTION
The "gcjh" program is used to generate header files from class
files. It can generate both CNI and JNI header files, as well as stub
implementation files which can be used as a basis for ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
RAND_load_file
Section: OpenSSL (3)Updated: 2001–03–21Index
Return to Main Contents
NAME
RAND_load_file, RAND_write_file, RAND_file_name – PRNG seed file
SYNOPSIS
#include <openssl/rand.h>
const char *RAND_file_name(char *buf, size_t num);
int RAND_load_file(const char *filename, long max_bytes);
int RAND_write_file(const char *filename);
DESCRIPTION
RAND_file_name() generates a default path for the random seed
file. buf points to a buffer of size num in which to ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
curs_bkgrnd
Section: Miscellaneous Library Functions (3X)Updated: Index
Return to Main Contents
NAME
bkgrnd,
wbkgrnd,
bkgrndset,
wbkgrndset,
getbkgrnd,
wgetbkgrnd – curses window complex background manipulation routines
SYNOPSIS
#include <curses.h>
int bkgrnd( const cchar_t *wch);
int wbkgrnd( WINDOW *win, const cchar_t *wch);
void bkgrndset(const cchar_t *wch );
void wbkgrndset(WINDOW *win, const cchar_t *wch);
int getbkgrnd(cchar_t *wch);
int wgetbkgrnd(WINDOW *win, cchar_t *wch);
DESCRIPTION
The bkgrndset and wbkgrndset routines manipulate the
background of the ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
IP6TABLES
Section: (8)Updated: Jan 22, 2006Index
Return to Main Contents
NAME
ip6tables – IPv6 packet filter administration
SYNOPSIS
ip6tables [–t table] –[AD] chain rule–specification [options]
ip6tables [–t table] –I chain [rulenum] rule–specification [options]
ip6tables [–t table] –R chain rulenum rule–specification [options]
ip6tables [–t table] –D chain rulenum [options]
ip6tables [–t table] –[LFZ] [chain] [options]
ip6tables [–t table] –N chain
ip6tables [–t ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
curs_inch
Section: Miscellaneous Library Functions (3X)Updated: Index
Return to Main Contents
NAME
inch, winch, mvinch, mvwinch
– get a character and attributes from a curses window
SYNOPSIS
#include <curses.h>
chtype inch(void);
chtype winch(WINDOW *win);
chtype mvinch(int y, int x);
chtype mvwinch(WINDOW *win, int y, int x);
DESCRIPTION
These routines return the character, of type chtype, at the current
position in the named window. ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
IWCONFIG
Section: Linux Programmer's Manual (8)Updated: 09 March 2006Index
Return to Main Contents
NAME
iwconfig – configure a wireless network interface
SYNOPSIS
iwconfig [interface]
iwconfig interface [essid X] [nwid N] [mode M] [freq F]
[channel C][sens S ][ap A ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
VORBISCOMMENT
Section: Vorbis Tools (1)Updated: December 24, 2001Index
Return to Main Contents
NAME
vorbiscomment – edits Ogg Vorbis comments
SYNOPSIS
vorbiscomment
[–l]
file.ogg
vorbiscomment
–a
[ –c commentfile | –t ``tag=value'' ]
[–q]
in.ogg
[out.ogg]
vorbiscomment
–w
[ –c commentfile | –t ``tag=value'' ]
[–q]
in.ogg
[out.ogg]
DESCRIPTION
vorbiscomment
reads, modifies, and appends Ogg Vorbis audio file metadata tags.
OPTIONS
–a
Append comments.
–c commentfile
Take comments from a file. The file is the same format as is ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
GLPOLYGONSTIPPLE
Section: Misc. Reference Manual Pages (3G)Index
Return to Main Contents
NAME
glPolygonStipple
– set the polygon stippling pattern
C SPECIFICATION
void glPolygonStipple(
const GLubyte *mask )
delim $$
PARAMETERS
mask
Specifies a pointer to a $32 ~times~ 32$ stipple pattern that will be unpacked
from memory in the same way that glDrawPixels unpacks pixels.
DESCRIPTION
Polygon stippling,
like line stippling
(see glLineStipple),
masks out certain fragments produced ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
rundig
Section: User Commands (1)Updated: 23 April 1999Index
Return to Main Contents
NAME
rundig – sample script to create a search database for ht://Dig
SYNOPSIS
rundig
[options]
DESCRIPTION
rundig
is a sample script to create a search database for the ht://Dig
search engine.
OPTIONS
–v
Verbose mode. This increases the verbosity of the program.
–a
Use alternate work files.
–s
Print statistics about the dig after completion
–c ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
ltrace
Section: User Commands (1)Index
Return to Main Contents
NAME
ltrace – A library call tracer
SYNOPSIS
ltrace
[–CdfhiLrStttV] [–a column] [–e expr] [–l filename] [–n nr] [–o filename] [–p pid] ... [–s strsize] [–u username] [–X extern] [–x extern] ... [––align=column] [––debug] [––demangle] [––help] [––indent=nr] [––library=filename] [––output=filename] [––version] [command [arg ...]]
DESCRIPTION
ltrace
is a program that simply ...
Posted in Man Pages | No Comments »
Friday, June 1st, 2007
ACL_EQUIV_MODE
Section: C Library Functions (3)Index
Return to Main Contents
BSD mandoc
Linux ACL
NAME
acl_equiv_mode
– check for an equivalent ACL
LIBRARY
Linux Access Control Lists library (libacl, –lacl).
SYNOPSIS
In sys/types.h
In acl/libacl.h
Ft int
Fn acl_equiv_mode acl_t acl mode_t *mode_p
DESCRIPTION
The
Fn acl_equiv_mode
function checks if the ACL pointed to by the argument
acl
contains only the required ACL entries of tag types
ACL_USER_OBJ, ACL_GROUP_OBJ, and ...
Posted in Man Pages | No Comments »