Examples with "sprintf and" 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.
The use of pointer memory operation functions without boundary checks, such as sprintf and strcpy, is deprecated to prevent buffer overflow exploits that leverage the above overrun effects.
L'utilisation de fonctions effectuant des opérations sur des pointeurs sans vérifier la limite, comme sprintf et strcpy, est dépréciée pour prévenir les exploits de dépassement de tampon, annulant les effets ci-dessus.
Andere resultaten
Projects superagent-mock and sprintf-mock are open source.
If the strings were not to be translated, the standard PHP functions printf and sprintf could be used.
Si les chaînes n'ont pas à être traduites, les fonctions PHP standard printf et sprintf peuvent être utilisées.
ANSI C conversion specifications for printf() and sprintf().
Spécifications de conversion ANSI C pour printf() et sprintf()
See also sprintf() and vprintf()
This applies to fprintf(), sprintf(), and printf().
Ces formats s'appliquent à sprintf() et printf().
For those times, awk offers two good old friends called printf() and sprintf().
Pour ces situations, Awk offre deux bons vieux amis appelés « printf() » et « sprintf() ».
See also long2ip() and sprintf().
If you're not familiar with printf() and sprintf(), an introductory C text will quickly get you up to speed on these two essential printing functions.
Si vous n'êtes pas familier avec « printf() » et « sprintf() », un guide d'introduction au langage C vous présentera rapidement ces deux fonctions essentielles d'affichage.
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.
The printf Statement The AWK versions of the printf statement and sprintf() function (see below) accept the following conversion specification formats: %c An ASCII character.
L'instruction printf Les versions AWK de l'instruction printf et de la fonction sprintf() (voir ci-dessous) acceptent les formats de nombre hexadécimal non signé (un entier).
Returns a string formatted by the usual printf conventions of the C library function sprintf. See below for more details and see sprintf(3) or printf(3) on your system for an explanation of the general principles.
Retourne une chaîne formatée selon les conventions usuelles de la fonction sprintf() de la bibliothèque C. Voir ci-dessous et sprintf(3) ou printf(3) sur votre système pour une explication sur les principes généraux.