Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/posix/
Dbug-glob2.c32 # define PRINTF(fmt, args...) \ macro
40 # define PRINTF(fmt, args...) macro
110 PRINTF ("looking for %.*s, level %d\n", (int) (endp - s), s, level); in find_file()
157 PRINTF ("my_opendir(\"%s\") == NULL (%m)\n", s); in my_opendir()
164 PRINTF ("my_opendir(\"%s\") == NULL (%m)\n", s); in my_opendir()
178 PRINTF ("my_opendir(\"%s\") == { level: %d, idx: %ld }\n", in my_opendir()
192 PRINTF ("my_readdir ({ level: %d, idx: %ld }) = NULL\n", in my_readdir()
203 PRINTF ("my_readdir ({ level: %d, idx: %ld }) = NULL\n", in my_readdir()
214 PRINTF ("my_readdir ({ level: %d, idx: %ld }) = { d_ino: %ld, d_type: %d, d_name: \"%s\" }\n", in my_readdir()
227 PRINTF ("my_closedir ()\n"); in my_closedir()
[all …]
/glibc-2.36/libio/
Dtst-memstream.h49 # define PRINTF wprintf macro
59 # define PRINTF printf macro
Dtst-memstream3.c31 # define PRINTF printf macro
143 PRINTF (W("error: buf {%c,%c,%c} != {z,b,c}\n"), in do_test_bz20181()
Dtst-wmemstream3.c39 #define PRINTF wprintf macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1930130 (PRINTF): Remove macro. Use test_verbose conditionals instead.