Guardian Native C Library Calls Reference Manual (G06.29+, H06.08+, J06.03+)

Permuted Index
isdigit: Tests for a digit character .........................................................................
isdigit(3)
isgraph: Tests for a graphic character .........................................................................
isgraph(3)
islower: Test for lowercase character .........................................................................
islower(3)
isprint: Tests for printable character .........................................................................
isprint(3)
ispunct: Test for a punctuation character .........................................................................
ispunct(3)
isspace: Tests for a white space character .........................................................................
isspace(3)
isupper: Test for an uppercase character .........................................................................
isupper(3)
iswdigit: Tests for a wide digit character .........................................................................
iswdigit(3)
iswgraph: Tests for wide graphic character .........................................................................
iswgraph(3)
Stores formatted output into a character array snprintf: ............................................... snprintf(3)
Stores formatted output into a character array sprintf: ................................................. sprintf(3)
Stores formatted output into a character array swprintf: .............................................. swprintf(3)
stream ungetc: Pushes a character back into the input ........................................ ungetc(3)
stream ungetwc: Pushes a wide character back into the input ........................................ ungetwc(3)
memchr: Finds a character byte in memory ............................................. memchr(3)
memchr64: Finds a character byte in memory ............................................. memchr64(3)
wide-character strings with a character count /Compares ........................................... wcsncmp(3)
wide-character strings with a character count wcsncat: Appends .............................. wcsncat(3)
wide-character strings with a character count wcsncpy: Copies ................................ wcsncpy(3)
input stream fgetwc: Gets a wide character from a a specified .......................................... fgetwc(3)
stream fgetc: Gets a character from a specified input ................................... fgetc(3)
stream getc: Gets a character from a specified input ................................... getc(3)
stream but/ getc_unlocked: Gets a character from a specified input ................................... getc_unlocked(3)
stream getwc: Gets a wide character from a specified input ................................... getwc(3)
stream getchar: Gets a character from the standard input ................................ getchar(3)
stream/ getchar_unlocked: Gets a character from the standard input ................................ getchar_unlocked(3)
stream getwchar: Gets a wide character from the standard input ................................ getwchar(3)
/for the first instance of a character in a wide-character/ ...................................... wcschr(3)
/for the final instance of a character in a wide-character/
...................................... wc
srchr(3)
memcpy: Copies a character in memory ...................................................... memcpy(3)
memcpy64: Copies a character in memory ...................................................... memcpy64(3)
wmemchr: Finds a wide character in memory ...................................................... wmemchr(3)
strchr: Finds an integer character in string .......................................................... strchr(3)
strchr64: Finds an integer character in string .......................................................... strchr64(3)
strrchr: Searches for character in string .......................................................... strrchr(3)
strrchr64: Searches for character in string .......................................................... strrchr64(3)
for a first 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 isxdigit: ......................................................... 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)
a wide-character code to a character (restartable) /Convert ................................... wcrtomb(3)
Get the number of bytes in a character (restartable) mbrlen: ..................................... mbrlen(3)
string for last occurrence of a character rindex: Scans ................................................. rindex(3)
a file or assigns a pathname to a character special file /Creates ...................................... mknod(2)
character string to a wide character string /a multibyte ........................................ mbstowcs(3)
character string into a multibyte character string /Converts a wide ................................ wcstombs(3)
formatted input read from a char
acter string /Converts ............................................ sscanf(3)
formatted input read from a character string /Converts ............................................ vsscanf(3)
fgetws: Gets a wide character string from a stream ...................................... fgetws(3)
standard/ getws: Gets a wide character string from the ............................................... getws(3)
wcstombs: Converts a wide character string into a multibyte/ ................................. wcstombs(3)
/a wide-character string to a character string (restartable) ......................................... wcsrtombs(3)
atof: Converts a character string to a/ ...................................................... atof(3)
527192-018 Hewlett-Packard Company Pindex5