Searched defs:buf_end (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | snprintf.c | 309 * The caller provides a buffer for the string: that is the buf_end argument 311 * is declared as buf[ 100 ], buf_end should be &buf[ 100 ]) 315 register bool_int * is_negative, char *buf_end, register int *len) 317 register char *p = buf_end; 354 *len = buf_end - p; 473 * The caller provides a buffer for the string: that is the buf_end argument 475 * is declared as buf[ 100 ], buf_end should be &buf[ 100 ]) 477 char * ap_php_conv_p2(register u_wide_int num, register int nbits, char format, char *buf_end, register int *len) /* {{{ */ argument 480 register char *p = buf_end; 491 *len = buf_end 314 ap_php_conv_10(register wide_int num, register bool_int is_unsigned, register bool_int * is_negative, char *buf_end, register int *len) argument 511 char *buf_end; member in struct:buf_area [all...] |
Completed in 4 milliseconds