Pages du manuel Linux : Fonctions des bibliothèques / posix

va_start
See va_arg.3posix
vfork
create a new process; share virtual memory
vfprintf
See vprintf.3posix
vfscanf
See vscanf.3posix
vfwprintf
See vwprintf.3posix
vfwscanf
See vwscanf.3posix
vprintf
format output of a stdarg argument list
vscanf
format input of a stdarg argument list
vsnprintf
See vprintf.3posix
vsprintf
See vprintf.3posix
vsscanf
See vscanf.3posix
vswprintf
See vwprintf.3posix
vswscanf
See vwscanf.3posix
vwprintf
wide-character formatted output of a stdarg argument list
vwscanf
wide-character formatted input of a stdarg argument list
wait
wait for a child process to stop or terminate
waitid
wait for a child process to change state
waitpid
See wait.3posix
wcrtomb
convert a wide-character code to a character (restartable)
wcscat
concatenate two wide-character strings
wcschr
wide-character string scanning operation
wcscmp
compare two wide-character strings
wcscoll
wide-character string comparison using collating information
wcscpy
copy a wide-character string
wcscspn
get the length of a complementary wide substring
wcsftime
convert date and time to a wide-character string
wcslen
get wide-character string length
wcsncat
concatenate a wide-character string with part of another
wcsncmp
compare part of two wide-character strings
wcsncpy
copy part of a wide-character string
wcspbrk
scan a wide-character string for a wide-character code
wcsrchr
wide-character string scanning operation
wcsrtombs
convert a wide-character string to a character string (restartable)
wcsspn
get the length of a wide substring
wcsstr
find a wide-character substring
wcstod
convert a wide-character string to a double-precision number
wcstof
See wcstod.3posix
wcstoimax
convert a wide-character string to an integer type
wcstok
split a wide-character string into tokens
wcstol
convert a wide-character string to a long integer
wcstold
See wcstod.3posix
wcstoll
See wcstol.3posix
wcstombs
convert a wide-character string to a character string
wcstoul
convert a wide-character string to an unsigned long
wcstoull
See wcstoul.3posix
wcstoumax
See wcstoimax.3posix
wcswcs
find a wide substring (LEGACY)
wcswidth
number of column positions of a wide-character string
wcsxfrm
wide-character string transformation
wctob
wide-character to single-byte conversion