Home
last modified time | relevance | path

Searched refs:specs (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/stdio-common/
Dvfprintf-internal.c1128 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/
Dgetconf.c568 if (strcmp (spec, specs[i].name) == 0) in main()
574 switch (specs[i].num) in main()
/glibc-2.36/manual/
Dmessage.texi561 following slavishly the X/Open specs and not relying on the extension
/glibc-2.36/ChangeLog.old/
DChangeLog.12378 Add asm output specs (were missing completely).
DChangeLog.52277 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
DChangeLog.15526 * posix/getconf.c (specs): Change into structure array.
DChangeLog.74131 following incorrect old POSIX specs.
9373 * misc/efgcvt_r.c (fcvt_r, ecvt_r): Rewritten as to fit the specs.
DChangeLog.1837561 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/
DNEWS5666 by not recognizing 'a' as a modifier when those specs are requested.