Searched refs:macrofile (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/stdlib/ |
D | isomac.c | 80 static char macrofile[] = "/tmp/isomac.XXXXXX"; variable 222 remove (macrofile); in main() 254 int fd = mkstemp (macrofile); in get_null_defines() 263 + strlen (INC) + strlen (macrofile)); in get_null_defines() 271 sprintf (command, fmt, "/dev/null", CC, INC, CC, macrofile); in get_null_defines() 280 input = fopen (macrofile, "r"); in get_null_defines() 284 printf ("Could not read %s: ", macrofile); in get_null_defines() 354 + strlen (INC) + strlen (macrofile)); in check_header() 363 sprintf (command, fmt, file_name, CC, INC, CC, macrofile); in check_header() 371 input = fopen (macrofile, "r"); in check_header() [all …]
|
/glibc-2.36/posix/ |
D | annexc.c | 29 static char macrofile[] = "/tmp/annexc.XXXXXX"; variable 660 remove (macrofile); in main() 717 int fd = mkstemp (macrofile); in get_null_defines() 726 + strlen (INC) + strlen (macrofile)); in get_null_defines() 734 sprintf (command, fmt, "/dev/null", CC, INC, CC, macrofile); in get_null_defines() 742 input = fopen (macrofile, "r"); in get_null_defines() 746 printf ("Could not read %s: ", macrofile); in get_null_defines() 805 + strlen (INC) + strlen (macrofile)]; in check_header() 814 sprintf (command, fmt, header->name, CC, INC, CC, macrofile); in check_header() 820 macrofile); in check_header() [all …]
|
/glibc-2.36/scripts/ |
D | vcstocl_quirks.py | 54 with open('include/libc-symbols.h') as macrofile: 55 op = macrofile.readlines()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 15553 * posix/annexc.c (macrofile): Change to modifiable array. 15554 (main): Remove macrofile here. 15556 macrofile here. 15557 (check_header): Do not remove macrofile here. 15574 * stdlib/isomac.c (macrofile): Change to modifiable array. 15575 (main): Remove macrofile here. 15577 macrofile here. 15578 (check_header): Do not remove macrofile here.
|
D | ChangeLog.12 | 4079 * posix/annexc.c (macrofile): Renamed from TMPFILE and set to 4081 * stdlib/isomac.c (macrofile): Likewise.
|