Searched defs:p (Results 1 – 6 of 6) sorted by relevance
/stdio-common/ |
A D | getw.c | 21 #define fread(p, m, n, s) _IO_fread (p, m, n, s) argument
|
A D | putw.c | 20 #define fwrite(p, n, m, s) _IO_fwrite (p, n, m, s) argument
|
A D | bug23-3.c | 25 const char *p = buf; in do_test() local
|
A D | printf_fp.c | 169 hack_digit (struct hack_digit_param *p) in hack_digit() 255 struct hack_digit_param p; in __printf_fp_l() local 1331 wchar_t *p; in group_number() local
|
A D | tstscanf.c | 238 char *p = (char *) -1; in main() local
|
A D | vfscanf-internal.c | 3033 struct ptrs_to_free *p = ptrs_to_free; in __vfwscanf_internal() local
|
Completed in 11 milliseconds