Searched refs:outname (Results 1 – 2 of 2) sorted by relevance
105 static char *outname; variable143 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()
269 const char *outname; in me() local274 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()
Completed in 6 milliseconds