Open System Services Library Calls Reference Manual (H06.03+)

Permuted Index
memcpy: Copies a character in memory
......................................................
memcpy(3)
wmemchr: Finds a wide character in memory
......................................................
wmemchr(3)
strchr: Finds an integer character in string
..........................................................
strchr(3)
strrchr: Searches for character in string
..........................................................
strrchr(3)
for a rst occurrence of a character index: Scans string
.......................................
index(3)
wctomb: Converts a wide character into a multibyte/
............................................
wctomb(3)
Tests for an alphanumeric character isalnum:
.........................................................
isalnum(3)
Tests for an alphanumeric wide character iswalnum:
......................................................
iswalnum(3)
Tests for an alphabetic wide character iswalpha:
.......................................................
iswalpha(3)
Tests for a wide control character iswcntrl:
........................................................
iswcntrl(3)
the properties of a wide character iswctype: Determines
...................................
iswctype(3)
Tests for a wide lowercase character iswlower:
.......................................................
iswlower(3)
Tests for a printable wide character iswprint:
........................................................
iswprint(3)
Tests for a wide punctuation character iswpunct:
.......................................................
iswpunct(3)
Test for a wide white-space character iswspace:
.......................................................
iswspace(3)
Tests for a wide uppercase character iswupper:
.......................................................
iswupper(3)
for a wide hexadecimal-digit character iswxdigit: Tests
.............................................
iswxdigit(3)
Tests for a hexadecimal digit character isxdig
it: .........................................................
isxdigit(3)
length in bytes of a multibyte character mblen: Determines the
.................................
mblen(3)
a multibyte character to a wide character mbtowc: Converts
........................................
mbtowc(3)
string for last occurrence of a character rindex: Scans
.................................................
rindex(3)
character string to a wide character string /a multibyte
........................................
mbstowcs(3)
character string into a mu
ltibyte character string /Converts a wide
................................
wcstombs(3)
IPv6 or IPv4 binary address to a character string /Converts an
.......................................
inet_ntop(3)
formatted input read from a character string /Converts
............................................
sscanf(3)
fgetws: Gets a wide character string from a stream
......................................
fgetws(3)
standard/ getws: Gets a wide character string from the
...............................................
getws(3)
/Internet IPv4 address from a character string in standard/
.........................................
inet_addr(3)
wcstombs: Converts a wide character string into a multibyte/
.................................
wcstombs(3)
into a dotted-decimal-formatted character string /IPv4 address
......................................
inet_ntoa(3)
atof: Converts a character string to a/ ......................................................
atof(3)
strtod: Converts a character string to a/ ......................................................
strtod(3)
integer atol: Converts a character string to a long
..............................................
atol(3)
integer atoll: Converts a character string to a long long
......................................
atoll(3)
integer strtol: Converts a character string to a signed long
..................................
strtol(3)
long integer strtoll: Converts a character string to a signed long
..................................
strtoll(3)
strptime: Converts a character string to a time value
....................................
strptime(3)
mbstowcs: Converts a multibyte character string to a wide/ .............................................
mbstowcs(3)
atoi: Converts a character string to an integer ........................................
atoi(3)
IPv4/ inet_pton: Converts a character string to an IPv6 or
........................................
inet_pton(3)
long integer strtoul: Converts a character string to an unsigned
.....................................
strtoul(3)
in the/ wcsxfrm: Transforms wide character strings for collation
.......................................
wcsxfrm(3)
fputwc: Writes a wide character to a speci
ed stream ......................................
fputwc(3)
putwc: Writes a wide character to a speci
ed stream ......................................
putwc(3)
mbtowc: Converts a multibyte character to a wide character ........................................
mbtowc(3)
stream putwchar: Writes a wide character to the standard output
...................................
putwchar(3)
Translates integer to 7-bit ASCII character toasc
ii: ...........................................................
toascii(3)
a wide character into a multibyte character wctomb: Converts ........................................ wctomb(3)
code/ iconv: Converts a string of characters from one character ....................................... iconv(3)
Locates the rst occurrence of characters in a string wcspbrk: .................................... wcspbrk(3)
wcslen: Determines the number of characters in a wide-character/ ..................................... wcslen(3)
memcmp: Compares characters in memory .................................................... memcmp(3)
memset: Sets characters in memory .................................................... memset(3)
wmemcmp: Compare wide characters in memory .................................................... wmemcmp(3)
wmemcpy: Copy wide characters in memory .................................................... wmemcpy(3)
wmemset: Sets wide characters in memory .................................................... wmemset(3)
memccpy: Copies characters sequentially in memory .............................. memccpy(3)
getpass: Reads a string of characters (such as a password)/ .................................. getpass(3)
_tolower: Translates uppercase characters to lowercase/ ................................................ _tolower(3)
tolower: Translates uppercase characters to lowercase ................................................. tolower(3)
_toupper: Translates lowercase characters to uppercase/ ................................................ _toupper(3)
toupper: Translates lowercase characters to uppercase/ ................................................ toupper(3)
uppercase characters to lowercase characters _tolower: Translates ................................... _tolower(3)
lowercase characters to uppercase characters _toupper: Translates ................................... _toupper(3)
lowercase characters to uppercase characters toupper: Translates ..................................... toupper(3)
527187-003 Hewlett-Packard Company Pindex5