Examples with "vdprintf" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In glibc there are functions dprintf() and vdprintf() that print to a file descriptor instead of a stream.
Dans la glibc, il existe des fonctions dprintf() et vdprintf() qui affichent leur résultat sur un descripteur de fichier plutôt qu'un flux.
Andere resultaten
vfprintf - Write a formatted string to a stream
vfprintf - Écrit une chaîne formatée dans un flux
The vulnerability is caused by not bounds checking the input buffers, when using vsprintf or sprintf.
La faille est provoquée à cause de l'absence d'un contrôle de la taille des tampons d'entrée, lorsque l'on utilise vsprintf ou sprintf.
However, the standards explicitly note that the results are undefined if source and destination buffers overlap when calling sprintf(), snprintf(), vsprintf(), and vsnprintf().
Cependant, les normes indiquent explicitement que le résultat n'est pas défini si les tampons de source et de destination se recouvrent lors d'un appel à sprintf(), snprintf(), vsprintf() et vsnprintf().
swprintf() and vswprintf() take a maxlen argument, sprintf(3) and vsprintf(3) do not.
swprintf() et vswprintf() prennent un argument maxlen, au contraire de sprintf() et vsprintf().
Because sprintf() and vsprintf() assume an arbitrarily long string, callers must be careful not to overflow the actual space; this is often impossible to assure.
Comme sprintf() et vsprintf() ne font pas de suppositions sur la longueur des chaînes, le programme appelant doit s'assurer de ne pas déborder l'espace d'adressage. C'est souvent difficile.
It performs formatted output of wide characters. The wprintf() and vwprintf() functions perform wide-character output to stdout. stdout must not be byte oriented; see fwide(3) for more information.
Les fonctions wprintf() et vwprintf() réalisent le traitement et la sortie de chaînes de caractères larges sur stdout. stdout ne doit pas être un périphérique spécial orienté caractères (voir la fonction fwide() pour plus d'informations).
The vfscanf() function is analogous to vfprintf(3) and reads input from the stream pointer stream using a variable argument list of pointers (see stdarg(3).
La fonction vfscanf() est analogue à vfprintf(3) et lit ses arguments depuis le flux pointé par stream en utilisant une liste variable d'arguments pointeurs, consultez stdarg(3).
This is an open source Java implementation of the dprintf command-line UNIX utility, which prints to a file descriptor.
Ce est une implémentation open source de Java de la dprintf ligne de commande UNIX & nbsp; utilitaire, qui imprime à un descripteur de fichier.
See also sprintf() and vprintf()
Logging function by dprintf and dump
Fonction d'enregistrement par dprintf et dump