Guardian Native C Library Calls Reference Manual (G06.27+)
Permuted Index
 a byte to a specified output stream  putc: Writes 
.......................................................
 putc(3)
 a byte to the standard output stream  putchar: Writes 
..................................................
 putchar(3)
 a string to the standard output stream  puts: Writes 
.......................................................
 puts(3)
 a wide character to a specified stream  putwc: Writes 
....................................................
 putwc(3)
 Repositions the file pointer of a stream  rewind: 
...............................................................
 rewind(3)
 a character back into the input stream  ungetc: Pushes 
...................................................
 ungetc(3)
 character back into the input stream  ungetwc: Pushes a wide 
...................................
 ungetwc(3)
 fdopen: Associates a stream with a file descriptor  .........................................
 fdopen(3)
 string to the standard output stream  /Writes a wide-character 
..................................
 putws(3)
explaining function error strerror: Accesses message 
...........................................
 strerror(3)
 strfmon: Formats monetary strings  ..............................
 strfmon(3)
time to a string strftime: Converts a date and 
........................................
 strftime(3)
 strcat: Appends a string to a string ...............................................................................
 strcat(3)
 strdup: Duplicates a string ...............................................................................
 strdup(3)
 strlen: Finds length of string ...............................................................................
 strlen(3)
 strncat: Appends bytes to a string ...............................................................................
 strncat(3)
 strncpy: Copies a string ...............................................................................
 strncpy(3)
 string to a wide character string  /a multibyte character 
........................................
 mbstowcs(3)
 string into a multibyte character string  /Converts a wide character 
................................
 wcstombs(3)
 time into a date and time string  /Converts broken-down 
.....................................
 asctime(3)
 input read from a character string /Converts formatted 
...........................................
 sscanf(3)
 the Epoch into a date and time string /Converts time since 
..........................................
 ctime(3)
 afloating-point number to a string ecvt: Converts 
.....................................................
 ecvt(3)
 afloating-point number to a string  fcvt: Converts  .....................................................
 fcvt(3)
a character index: Scans string for a
first occurrence of .......................................
 index(3)
locale strxfrm: Transforms string for collation in current 
.......................................
 strxfrm(3)
character  rindex: Scans string for last occurrence of a 
.......................................
 rindex(3)
 a character in a wide-character string  /for the
final instance of .....................................
 wcsrchr(3)
 a character in a wide-character string  /for the
first instance of ......................................
 wcschr(3)
 fgets: Gets a string from a stream .......................................................
 fgets(3)
 fgetws: Gets a wide character string from a stream 
.......................................................
 fgetws(3)
stream gets: Gets a string from the standard input ......................................
 gets(3)
 getws: Gets a wide character string from the standard input/ 
.....................................
 getws(3)
 afloating-point number to a string gcvt: Converts ....................................................
 gcvt(3)
string /Converts a wide character string into a multibyte character 
..................................
 wcstombs(3)
 wcscpy: Copies one wide-character string into another 
.........................................................
 wcscpy(3)
 strtok: Splits string into tokens  ...........................................................
 strtok(3)
 integer to a radix-64 ASCII string  l64a: Converts a 32-bit 
......................................
 l64a(3)
 occurrence of characters in a string /Locates the
first .................................................
 wcspbrk(3)
 of the initial segment of a string /Returns the length 
.............................................
 wcscspn(3)
 of the initial segment of a string /Returns the length 
.............................................
 wcsspn(3)
 Finds an integer character in string  strchr: 
..................................................................
 strchr(3)
 length of initial segment of string  strcspn: Returns 
..................................................
 strcspn(3)
 Converts a date and time to a string strftime: 
...............................................................
 strftime(3)
 Finds one of a set of bytes in a string  strpbrk: 
................................................................
 strpbrk(3)
 Searches for character in string  strrchr: 
.................................................................
 strrchr(3)
 length of initial segment of string  strspn: Returns 
....................................................
 strspn(3)
 a64l: Converts a radix-64 ASCII string to a 32-bit integer  ............................................... a64l(3)
 atof: Converts a character string to a double-precision/ ......................................... atof(3)
 strtod: Converts a character string to a double-precision/ ......................................... strtod(3)
 wcstod: Converts a wide-character string to a double-precision/ ......................................... wcstod(3)
 atol: Converts a character string to a long integer  .................................................. atol(3)
 atoll: Converts a character string to a long long integer  ......................................... atoll(3)
 /Converts a wide-character string to a long long integer  ......................................... wcstoll(3)
 strtol: Converts a character string to a signed long integer  ...................................... strtol(3)
 strtoll: Converts a character string to a signed long long/  ......................................... strtoll(3)
 fputs: Writes a string to a stream ...........................................................
 fputs(3)
 fputws: Writes a wide-character string to a stream ...........................................................
 fputws(3)
 strcat: Appends a string to a string ............................................................. strcat(3)
 strptime: Converts a character string to a time value ..................................................... strptime(3)
 /Converts a multibyte character string to a wide character string  ................................... mbstowcs(3)
 atoi: Converts a character string to an integer ......................................................... atoi(3)
 strtoul: Converts a character string to an unsigned long/ ........................................... strtoul(3)
integer strtoull: Converts a string to an unsigned long long .................................... strtoull(3)
 Appends one wide-character string to another  wcscat:  .............................................. wcscat(3)
527192-004 Hewlett-Packard Company Pindex−25










