Vertaling van "de printf" in Engels
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.
C'est une exception au comportement habituel de printf.
This is an exception to the usual printf behavior.
La fonction de remplacement de printf utilisée à ce niveau n'est pas protégée des dépassements de tampon.
The printf replacement used at this stage is not protected from buffer overruns.
Formatter les messages d'erreur est une application utile de printf
Formatting error messages is a useful application of printf
Au contraire de printf, sprintf ne fera probablement pas ce que vous voulez si vous lui passez un tableau comme premier argument.
Unlike printf, sprintf does not do what you probably mean when you pass it an array as your first argument.
À peu près toutes les fonctions du module format peuvent être appelées depuis un format de printf.
Almost any function of the format module can be called from within a printf format string.
Tous les caractères de contrôle de printf() du langage C standard peuvent être utilisés.
All standard C language printf() control characters may be used.
Avant l'appel de printf(), les arguments sont placés sur la pile.
Before calling printf(), the arguments are pushed on the stack.
Le premier argument de la liste sera interprété comme le format de printf().
The first argument of the list will be interpreted as the printf format.
sprintfk - conversion de sortie formatée à la manière de printf, avec mémorisation du résultat dans une variable chaîne au taux-k.
sprintfk - printf-style formatted output conversion, storing the result in a string variable at k-rate.
Un débordement d'entier permet à un attaquant dépendant du contexte de causer un déni de service et a peut-être d'autres impacts via un paramètre de formatage de printf ayant une grande longueur indiquée.
Integer overflow allows context-dependent attackers to cause a denial of service and possibly have other impact via a printf format parameter with a large width specifier.
Le code d'authentification dans ypbind était vulnérable à une attaque de formatage de printf qui permettait l'envoi de requêtes formées par l'intermédiaire de ypbind.
The logging code in ypbind was vulnerable to a printf formatting attack which can be exploited by passing ypbind a carefully crafted request.
Parmi elles on trouve printw à la place de printf, scanw au lieu de scanf, addch au lieu de putc ou putchar, getch au lieu de getc ou getchar.
Among these functions are printw instead of printf, scanw instead of scanf, addch instead of putc or putchar, getch instead of getc or getchar.
Un au lieu des spécifications de largeur ou de précision obligera à extraire leurs valeurs de la liste d'arguments de printf ou de sprintf().
A in place of either the width or prec specifications causes their values to be taken from the argument list to printf or sprintf().