Examples with "vprintf" 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.
See also sprintf() and vprintf()
Andere resultaten
This applies to fprintf(), sprintf(), and printf().
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.
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.
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).
To display a text you can use printf or iprintf.
Pour afficher à l'écran un texte vous pouvez utiliser printf ou iprintf.
The fscanf and fprintf commands behave like C scanf and printf functions.
Les fscanf et fprintf commandes se comportent comme des fonctions C scanf et printf.
Unlike printf, sprintf does not do what you probably mean when you pass it an array as your first argument.
Au contraire de printf, sprintf ne fera probablement pas ce que vous voulez si vous lui passez un tableau comme premier argument.
To limit the number of decimal places in your numbers, you can use the printf or sprintf function.
Pour limiter le nombre de décimales dans un nombre, vous pouvez utiliser les fonctions printf ou sprintf.
Fixed bugs in print formats (sprintf, printf, prints).
Bogues corrigés dans les formats d'impression (sprintf, printf, prints).