Open System Services Library Calls Reference Manual (H06.03+)
Permuted Index
input read from an input stream /Converts formatted
..........................................
fscanf(3)
read from the standard input stream /Converts formatted input
................................
scanf(3)
Tests the error indicator on a stream ferror:
.................................................................
ferror(3)
character from a specified input stream fgetc: Gets a
......................................................
fgetc(3)
Reposition the file pointer of a stream fgetpos:
..............................................................
fgetpos(3)
a wide character string from a stream fgetws: Gets
......................................................
fgetws(3)
formatted output to an output stream fprintf: Prints
.....................................................
fprintf(3)
a byte to a specified output stream fputc: Writes
......................................................
fputc(3)
a wide character to a specified stream fputwc: Writes
...................................................
fputwc(3)
a wide-character string to a stream fputws: Writes
...................................................
fputws(3)
Repositions the file pointer of a stream fseek:
..................................................................
fseek(3)
Repositions the file pointer of a stream fsetpos:
..............................................................
fsetpos(3)
position the file pointer of a stream ftell: Reports the
...............................................
ftell(3)
character from a specified input stream getc: Gets a
........................................................
getc(3)
character from the standard input stream getchar: Gets a
..................................................
getchar(3)
from a a specified input stream /Gets a wide character
......................................
fgetwc(3)
string from the standard input stream /Gets a wide character
......................................
getws(3)
a string from the standard input stream gets: Gets
...........................................................
gets(3)
character from a specified input stream getwc: Gets a wide
...........................................
getwc(3)
character from the standard input stream getwchar: Gets a wide
......................................
getwchar(3)
fopen_guardian: Opens a stream (Guardian fopen( )/
............................................
fopen_guardian(3)
freopen_guardian: Opens a stream (Guardian freopen( )/
........................................
freopen_guardian(3)
wordexp: Expands tokens from a stream of words
..............................................................
wordexp(3)
directory and creates a directory stream opendir: Opens a
...............................................
opendir(3)
fopen_oss: Opens a stream (OSS fopen( ) function) ....................................
fopen_oss(3)
freopen_oss: Opens a stream (OSS freopen( ) function) .................................
freopen_oss(3)
descriptor fileno: Maps a stream pointer to a file ...................................................
fileno(3)
number gfileno: Maps a stream pointer to a Guardian file ..................................
gfileno(3)
output to the standard output stream printf: Prints formatted
.....................................
printf(3)
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)
character to the standard output stream putwchar: Writes a wide
..................................
putwchar(3)
Repositions the file pointer of a stream rewind: ...............................................................
rewind(3)
Sets position within a directory stream seekdir:
..............................................................
seekdir(3)
position within a directory stream telldir: Returns current
.....................................
telldir(3)
/the position in the directory stream to the beginning of the/
.....................................
rewinddir(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)
stderr: Standard I/O streams ............................................................................
stdin(5)
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)
binary address to a character string /Converts an IPv6 or IPv4 .................................. inet_ntop(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)
of characters in a wide-character string /Determines the number .................................... wcslen(3)
character string /dotted-decimal-formatted ................................. inet_ntoa(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)
527187-003 Hewlett-Packard Company Pindex−35










