|
f90/wnllong(3) -- Selects NAMELIST output line length
|
UNICOS, UNICOS/mk, and IRIX systems |
wordexp(3g) -- perform word expansions
|
wordexp performs word expansions and places the list of expanded words into the structure pointed to by pwordexp. The words argument is a pointer to a string containing one or more words to be expanded. The expansions will be the same as would be performed by the shell if words were the part of a command line representing the arguments to a utility. Therefore, words must not contain an unquoted newline or any of the unquoted shell special characters: | & ; < > except in the ... |
standard/writemask(3) -- grants write permission to bitplanes
|
wtm expects a mask whose bits control which bitplanes are available for drawing and which are read only. The mask contains one bit per available bitplane. If a bit is set in the writemask, the system writes the current color index into the corresponding bitplane. If a bit is set to zero in the writemask, the corresponding bitplane is read-only. |
standard/writepixels(3) -- paints a row of pixels on the screen
|
n expects the number of pixels you want to paint. colors expects an array of color indices. The system reads n elements from this array and writes a pixel of the appropriate color for each. |
standard/writergb(3) -- paints a row of pixels on the screen
|
n expects the number of pixels that you want to paint. red expects an array containing red values for the pixels you paint. You need a red value for each pixel you paint. green expects an array containing green values for the pixels you paint. You need a green value for each pixel you paint. blue expects an array containing blue values for the pixels you paint. You need a blue value for each pixel you paint.... |
wsregexp(3w) -- Wide character based regular expression compile and match routines
|
These functions are general purpose internationalized regular expression matching routines to be used in programs that perform regular expression matching. These functions are defined by the wsregexp.h header file. The function wsrecompile takes as input an internationalized regular expression as defined below (apart from the normal regular expressions as defined by regexp) and produces a compiled expression that ca... |
wstring(3w) -- wchar_t string operations and type transformation
|
The arguments s1, s2, and s point to wchar_t strings (that is, arrays of wchar_t characters terminated by a wchar_t null character). wssize returns the number of wchar_t characters in s, not including the terminating wchar_t null character. wstok treats the wchar_t string s1 as a sequence of zero or more text tokens, separated by spans of one or more w |
xdr(3c) -- External Data Representation (XDR) library routines
|
rpc(3R), IRIX Network Programming Guide. PPPPaaaaggggeeee 9999 |
xdr(3n) -- library routines for external data representation
|
xdr_admin(3N), xdr_complex(3N), xdr_create(3N), xdr_simple(3N), rpc(3N) PPPPaaaaggggeeee 1111 |
xdr_admin(3n) -- library routines for external data representation
|
rpc(3N), xdr_complex(3N), xdr_create(3N), xdr_simple(3N) PPPPaaaaggggeeee 2222 |
xdr_complex(3n) -- library routines for external data representation
|
rpc(3N), xdr_admin(3N), xdr_create(3N), xdr_simple(3N) PPPPaaaaggggeeee 3333 |
xdr_create(3n) -- library routines for external data representation stream creation
|
fclose(3S), read(2), rpc(3N), write(2), xdr_admin(3N), xdr_complex(3N), xdr_simple(3N) PPPPaaaaggggeeee 2222 |
xdr_simple(3n) -- library routines for external data representation
|
|