Searched refs:outname (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/libio/ |
D | tst_putwc.c | 25 static const char outname[] = OBJPFX "tst_putwc.temp"; variable 43 add_temp_file (outname); in do_test() 45 fp = fopen (outname, "w+"); in do_test() 79 fp = fopen (outname, "r"); in do_test() 87 remove (outname); in do_test() 113 fp = fopen (outname, "w"); in do_test()
|
/glibc-2.36/stdio-common/ |
D | bug5.c | 18 static char outname[] = OBJPFX "bug5test.out"; in main() local 33 out = fopen (outname, "w"); in main() 36 perror (outname); in main() 63 asprintf (&printbuf, "cmp %s %s", inname, outname); in main() 66 remove (outname); in main()
|
/glibc-2.36/malloc/ |
D | memusagestat.c | 105 static char *outname; variable 143 outname = NULL; in main() 161 outname = argv[remaining]; in main() 162 else if (outname == NULL) in main() 165 outname = alloca (len + 5); in main() 166 stpcpy (stpcpy (outname, inname), ".png"); in main() 504 outfile = fopen (outname, "w"); in main() 525 outname = arg; in parse_opt()
|
D | memusage.c | 269 const char *outname; in me() local 274 outname = getenv ("MEMUSAGE_OUTPUT"); in me() 275 if (outname != NULL && outname[0] != '\0' in me() 276 && (access (outname, R_OK | W_OK) == 0 || errno == ENOENT)) in me() 278 fd = creat64 (outname, 0666); in me()
|
/glibc-2.36/nss/ |
D | makedb.c | 168 static void set_file_creation_context (const char *outname, mode_t mode); 865 set_file_creation_context (const char *outname, mode_t mode) in set_file_creation_context() argument 883 if (matchpathcon (outname, S_IFREG | mode, &ctx) == 0 && ctx != NULL) in set_file_creation_context() 888 outname); in set_file_creation_context()
|
/glibc-2.36/nis/ |
D | ypclnt.c | 596 yp_master (const char *indomain, const char *inmap, char **outname) in libnsl_hidden_nolink_def() 618 *outname = strdup (resp.peer); in libnsl_hidden_nolink_def() 621 return *outname == NULL ? YPERR_YPERR : YPERR_SUCCESS; in libnsl_hidden_nolink_def()
|