Searched refs:specs (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/stdio-common/ |
D | vfprintf-internal.c | 1128 struct printf_spec *specs = specsbuf.data; in printf_positional() local 1129 size_t specs_limit = specsbuf.length / sizeof (specs[0]); in printf_positional() 1168 f = specs[nspecs++].next_fmt) in printf_positional() 1177 specs = specsbuf.data; in printf_positional() 1178 specs_limit = specsbuf.length / sizeof (specs[0]); in printf_positional() 1183 nargs += __parse_one_specwc (f, nargs, &specs[nspecs], &max_ref_arg); in printf_positional() 1185 nargs += __parse_one_specmb (f, nargs, &specs[nspecs], &max_ref_arg); in printf_positional() 1223 if (specs[cnt].width_arg != -1) in printf_positional() 1224 args_type[specs[cnt].width_arg] = PA_INT; in printf_positional() 1227 if (specs[cnt].prec_arg != -1) in printf_positional() [all …]
|
/glibc-2.36/posix/ |
D | getconf.c | 568 if (strcmp (spec, specs[i].name) == 0) in main() 574 switch (specs[i].num) in main()
|
/glibc-2.36/manual/ |
D | message.texi | 561 following slavishly the X/Open specs and not relying on the extension
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 2378 Add asm output specs (were missing completely).
|
D | ChangeLog.5 | 2277 Remove vpath specs using $(hurd-srcdir). 2297 Remove vpath specs using $(mach-srcdir). 8774 * stdio/vfscanf.c: Grok positional parameter specs (i.e. %3$d
|
D | ChangeLog.15 | 526 * posix/getconf.c (specs): Change into structure array.
|
D | ChangeLog.7 | 4131 following incorrect old POSIX specs. 9373 * misc/efgcvt_r.c (fcvt_r, ecvt_r): Rewritten as to fit the specs.
|
D | ChangeLog.18 | 37561 args_malloced, specs, specs_malloced, and the code after 42109 (specs): Remove array. 42110 * scripts/gen-posix-conf-vars.awk: Support generation of specs 42645 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array 90154 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
|
/glibc-2.36/ |
D | NEWS | 5666 by not recognizing 'a' as a modifier when those specs are requested.
|