Examples with "using sprintf" 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.
To keep the string the same length you may need to pad or chop your value using sprintf.
Pour conserver la même longueur vous pouvez remplir ou couper votre valeur en utilisant sprintf().
If you're a C programmer, you shouldn't be using sprintf() any more - only use string functions that allow you to specify a maximum number of bytes to copy.
Si vous êtes un programmeur C, vous ne devriez plus utiliser sprintf(), utilisez uniquement des fonctions string qui vous permettent de spécifier un nombre maximal d'octets à copier.
For files between 2GB and 4GB in size this can usually be overcome by using sprintf("%u", filesize($file)).
Pour les fichiers entre 2 et 4 Go, cela peut être contourné avec sprintf("%u", filesize($file)).
Andere resultaten
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.
The printf function outputs a string formatted using embedded formatting instructions; the sprintf function returns a string formatted using the same embedded formatting instructions.
La fonction printf renvoie une chaîne formatée en utilisant des instructions de formatage intégrées ; la fonction sprintf renvoie une chaîne formatée en utilisant les mêmes instructions de formatage intégrées.
A number is converted to a string by using the value of CONVFMT as a format string for sprintf(3), with the numeric value of the variable as the argument.
Un nombre est converti en une chaîne de caractères en utilisant la valeur de CONVFMT en tant que chaîne de format pour sprintf(3), avec la valeur numérique de la variable comme argument.
They will also emit warnings when using unsafe functions such as sprintf(), strcpy(), strcat(), tmpnam(), etc.
Ces compilateurs émettrons des alertes lors de l'utilisation de fonctions non sûres telles que sprintf(), strcpy(), strcat(), tmpnam(), etc.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.