Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-fmtmsg.sh72 GLIBC:tst-fmtmsg: INFO: halt
87 INFO
93 GLIBC:tst-fmtmsg: INFO
111 INFO: halt
117 GLIBC:tst-fmtmsg: INFO: halt
135 INFO: TO FIX: should print message for MM_INFO
141 GLIBC:tst-fmtmsg: INFO: TO FIX: should print message for MM_INFO
174 INFO: halt
186 GLIBC:tst-fmtmsg: INFO: halt
207 INFO: GLIBC:tst-fmtmsg:4
[all …]
/glibc-2.36/stdio-common/
Dvfprintf-internal.c69 # define PARSE_FLOAT_VA_ARG_EXTENDED(INFO) \ argument
75 INFO.is_binary128 = 1; \
80 PARSE_FLOAT_VA_ARG (INFO); \
85 # define PARSE_FLOAT_VA_ARG_EXTENDED(INFO) \ argument
86 PARSE_FLOAT_VA_ARG (INFO);
89 #define PARSE_FLOAT_VA_ARG(INFO) \ argument
92 INFO.is_binary128 = 0; \
101 # define SETUP_FLOAT128_INFO(INFO) \ argument
105 INFO.is_binary128 = is_long_double; \
107 INFO.is_binary128 = 0; \
[all …]
/glibc-2.36/manual/
Ddir5 File: dir Node: Top This is the top of the INFO tree
Dstdio.texi5334 This value is printed as @code{INFO}.
Dtexinfo.tex990 % @setfilename INFO-FILENAME - ignored
/glibc-2.36/ChangeLog.old/
DChangeLog.1423 than adding 100. Don't clobber *INFO->bufsize when called with the
1956 Always set __tzname[INFO->isdst] to the name for INFO.
DChangeLog.2387 INDICES, an array of size_t. Removed INFO ptr and replaced it
1713 Set INFO from types[I], not types[type_idxs[I]].
DChangeLog.92964 that doesn't understand INFO-DIR-SECTION.
2971 colon at the end of the INFO-DIR-SECTION line.
DChangeLog.59520 * stdio/vfprintf.c (printf_unknown): Print ' for INFO->group flag.