Examples with "of fprintf" 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.
/ use the return value of fprintf to determine how many bytes we wrote
<? valeur retournée par fprintf pour déterminer le nombre d'octets écrits ?
Andere resultaten
The format string is identical to that of the C language fprintf function.
Le format est identique au format de la fonction du langage C fprintf.
TZ Affects the time zone used for some of the time-related format directives of -printf and -fprintf.
TZ Modifie le fuseau horaire utilisé dans le format de certaines directives liées au temps dans -printf et -fprintf.
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.
Data can be written to the file using fputc and fprintf.
Des données peuvent être écrites au dossier en utilisant le fputc et le fprintf.
If you do not specify fid, fprintf formats data as text and displays the context of this text.
Si vous ne spécifiez pas fid, fprintf formatte les données en texte et affiche le contexte de ce texte.
The -fprintf action can be used to list the various matched items into several different output files. STANDARDS CONFORMANCE
L'action -fprintf peut être utilisée pour récupérer une liste d'éléments variés pour les ranger dans différents fichiers en sortie.
Information for "Template:c/io/dsc fprintf" -
Modification de Modèle:c/io/dsc fprintf -
This applies to fprintf(), sprintf(), and printf().
Ces formats s'appliquent à sprintf() et printf().
int fprintf accepts a series of arguments applies to each a format specifier contained in the format string pointed to by format and outputs the formatted data to a stream.
Chaque champ est ensuite formaté selon un spécificateur de format passé à fscanf dans la chaîne de format pointée par format.
Operates as fprintf() but accepts an array of arguments, rather than a variable number of arguments. Parametri handle
vsprintf() fonctionne comme sprintf(), mais accepte un tableau comme argument, au lieu d'une liste d'arguments.
Many programs (grep, egrep) and functions (printf, fprintf,...) are documented in a single man page.
De nombreux programmes (grep, egrep) et fonctions (printf, fprintf,...) sont documentées dans une seule page de manuel.
Instead it is a program specifically aimed at detecting format string bugs. The tool will attempt to find potential issues with the use of variadic functions within C and C++ source code, such as printf, fprintf and syslog.
L'outil essaiera de trouver des problèmes potentiels dans l'utilisation des fonctions variadiques (pouvant accepter un nombre variable d'arguments) dans du code C et C++, par exemple les fonctions printf, fprintf et syslog.