Searched defs:sprintf (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 131 #undef sprintf macro 2805 PHP_NAMED_FE(sprintf, PHP_FN(user_sprintf), arginfo_sprintf)
|
| /PHP_5_4/main/ |
| H A D | php.h | 40 #undef sprintf macro 41 #define sprintf php_sprintf macro
|
| H A D | snprintf.h | 24 Comparing: sprintf, snprintf, slprintf, spprintf 26 sprintf offers the ability to make a lot of failures since it does not know 27 the size of the buffer it uses. Therefore usage of sprintf often 29 use this version only if you are sure the call is safe. sprintf 60 sprintf(buffer, "test"); | snprintf(buffer, MAX, "test"); | spprintf(&buffer, MAX, "text"); 63 // sprintf allways terminates | // manual termination of | // spprintf allays terminates buffer 122 #ifdef sprintf 123 #undef sprintf macro 125 #define sprintf php_sprintf macro
|
Completed in 10 milliseconds