Home
last modified time | relevance | path

Searched refs:snprintf (Results 101 – 108 of 108) sorted by last modified time

12345

/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1322 if ((mflen = snprintf(mfn, sizeof(mfn), "%s/%s", fn, d.d_name)) < 0) { in apprentice_load()
H A Dcdf.c1204 return snprintf(buf, buflen, "%.8x-%.4x-%.4x-%.2x%.2x-" in cdf_print_classid()
1244 return snprintf(buf, bufsiz, "%s", vn[i].n); in cdf_print_property_name()
1245 return snprintf(buf, bufsiz, "%#x", p); in cdf_print_property_name()
1264 len += snprintf(buf + len, bufsiz - len, "%dd+", days); in cdf_print_elapsed_time()
1270 len += snprintf(buf + len, bufsiz - len, "%.2d:", hours); in cdf_print_elapsed_time()
1275 len += snprintf(buf + len, bufsiz - len, "%.2d:", mins); in cdf_print_elapsed_time()
1279 len += snprintf(buf + len, bufsiz - len, "%.2d", secs); in cdf_print_elapsed_time()
H A Dcdf_time.c175 (void)snprintf(buf, 26, "*Bad* %#16.16" INT64_T_FORMAT "x\n", in cdf_ctime()
H A Dder.c215 snprintf(buf, len, "%#x", tag); in der_tag()
230 return snprintf(buf, blen, "%.*s", len, RCAST(const char *, q)); in der_data()
238 snprintf(buf + z, blen - z, "%.2x", d[i]); in der_data()
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Doutput.c73 snprintf(digits, sizeof(digits), "%ld", val);
/PHP-7.4/Zend/
H A Dzend_config.w32.h46 #define snprintf _snprintf macro
H A Dzend_long.h73 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
97 int st = snprintf((s), (len), ZEND_LONG_FMT, (i)); \
/PHP-7.4/
H A DREADME.REDIST.BINS11 11. main/snprintf.c
383 11. main/snprintf.c

Completed in 69 milliseconds

12345