AIX Documentation: Programmer's Reference:
W
- Current View:
Programmer's Reference
- Views: [ Books | Commands | Programmer's Reference | Tasks and Topics ]
Back
- Programmer's Reference
- W
- WR Retrieves a pointer to the write queue.
- waddch Adds a single-byte character and rendition to a window and advances the cursor.
- waddnstr Adds a string of multi-byte characters without rendition to a window and advances the cursor.
- waddstr Adds a string of multi-byte characters without rendition to a window and advances the cursor.
- wait Waits for a child process to stop or terminate.
- wait3 Waits for a child process to stop or terminate.
- wait364 Waits for a child process to stop or terminate.
- waitpid Waits for a child process to stop or terminate.
- wantio Register direct I/O entry points with the stream head.
- wantmsg Allows a STREAMS message to bypass a STREAMS module if the module is not interested in the message.
- watof Converts a string to a double-precision floating-point.
- watoi Converts a string to an integer.
- watol Converts a string to an integer.
- wattroff Restricted window attribute control functions.
- wattron Restricted window attribute control functions.
- wattrset Restricted window attribute control functions.
- wclear Clears a window.
- wclrtobot Erases the current line from the logical cursor position to the end of the window.
- wclrtoeol Erases the current line from the logical cursor position to the end of the line.
- wcscat Performs operations on wide-character strings.
- wcschr Performs operations on wide-character strings.
- wcscmp Performs operations on wide-character strings.
- wcscoll Compares wide character strings.
- wcscpy Performs operations on wide-character strings.
- wcscspn Performs operations on wide-character strings.
- wcsftime Converts date and time into a wide character string.
- wcsid Returns the charsetID of a wide character.
- wcslayout_object_editshape Edits the shape of the context text.
- wcslayout_object_transform Transforms text according to the current layout values of a LayoutObject structure.
- wcslen Determines the number of characters in a wide-character string.
- wcsncat Performs operations on a specified number of wide characters from one string to another.
- wcsncmp Performs operations on a specified number of wide characters from one string to another.
- wcsncpy Performs operations on a specified number of wide characters from one string to another.
- wcspbrk Locates the first occurrence of characters in a string.
- wcsrchr Locates a wchar_t character in a wide-character string.
- wcsrtombs Convert a wide-character string to a character string (restartable).
- wcsspn Returns the number of wide characters in the initial segment of a string.
- wcsstr Find a wide-character substring.
- wcstod Converts a wide character string to a double-precision number.
- wcstok Converts wide-character strings to tokens.
- wcstol Converts a wide-character string to a long integer representation.
- wcstoll Converts a wide-character string to a long integer representation.
- wcstombs Converts a sequence of wide characters into a sequence of multibyte characters.
- wcstoul Converts wide character strings to unsigned long or long long integer representation.
- wcstoull Converts wide character strings to unsigned long or long long integer representation.
- wcswcs Locates first occurrence of a wide character in a string.
- wcswidth Determines the display width of wide character strings.
- wcsxfrm Transforms wide-character strings to wide-character codes of current locale.
- wctob Wide-character to single-byte conversion.
- wctomb Converts a wide character into a multibyte character.
- wctrans Define character mapping.
- wctype Obtains a handle for valid property names in the current locale for wide characters.
- wcwidth Determines the display width of wide characters.
- wdelch Deletes the character from a window.
- wdeleteln Deletes lines in a window.
- wechochar Echos single-byte character and rendition to a window and refreshes the window.
- weldq Establishes an uni-directional connection between STREAMS queues.
- werase Clears a window.
- wgetch Gets a single-byte character from the terminal.
- wgetnstr Gets a multi-byte character string from the terminal.
- wgetstr Gets a multi-byte character string from the terminal.
- winch Inputs a single-byte character and rendition from a window.
- winsch Inserts a single-byte character and rendition in a window.
- winsertln Inserts a blank line above the current line in a window.
- wlm_assign Manually assigns processes to a class or cancels prior manual assignments for processes.
- wlm_change_class Changes some of the attributes of a class.
- wlm_check Check a WLM configuration
- wlm_class2key Class name to key translation.
- wlm_classify Determines which classes a process is assigned to.
- wlm_create_class Creates a new Workload Manager (WLM) class.
- wlm_delete_class Deletes a class.
- wlm_endkey Frees the classes to keys translation table.
- wlm_get_bio_stats Read the WLM disk I/O statistics per class or per device
- wlm_get_info Read the characteristics of superclasses or subclasses.
- wlm_init_class_definition Initializes a variable of type struct class_definition, defined in <sys/wlm.h> for use as an argument to Workload Manager (WLM) API function calls.
- wlm_initialize Prepares Workload Manager (WLM) for use by an application.
- wlm_initkey Allocates and initializes the classes to keys translation table.
- wlm_key2class Retrieves a class name from a key.
- wlm_load Loads a Workload Manager (WLM) configuration into the kernel.
- wlm_read_classes Reads the characteristics of superclasses or subclasses.
- wlm_set Loads a Workload Manager (WLM) configuration into the kernel.
- wlm_set_tag Sets the current process's tag and related flags.
- wmemchr Find a wide-character in memory.
- wmemcmp Compare wide-characters in memory.
- wmemcpy Copy wide-characters in memory.
- wmemmove Copy wide-characters in memory with overlapping areas.
- wmemset Set wide-characters in memory.
- wmove Window location cursor functions.
- wordexp Expands tokens from a stream of words.
- wordfree Frees all memory associated with the Pwordexp parameter.
- wprintf Print formatted wide-character output.
- wprintw Performs a printf command on a window using the specified format control string.
- wrefresh Updates the terminal's display and the curscr to reflect changes made to a window.
- write Writes to a file.
- writev Writes to a file.
- writevx Writes to a file.
- writex Writes to a file.
- wscanf Convert formatted wide-character input
- wscanw Calls the wgetstr subroutine on a window and uses the resulting line as input for a scan.
- wscrl Scrolls a Curses window.
- wsetscrreg Terminal output control subroutines.
- wsprintf Prints formatted output.
- wsscanf Converts formatted input.
- wstandend Sets and clears window attributes.
- wstandout Sets and clears window attributes.
- wstring Perform operations on wide character strings.
- wstrtod Converts a string to a double-precision floating-point.
- wstrtol Converts a string to an integer.
- wtimeout Controls blocking on input.
- wtouchin Window refresh control functions.