Searched refs:temp_filename (Results 1 – 2 of 2) sorted by relevance
3055 char *temp_filename = strdup(tmpnam(NULL)); in be_run_cmd() local3071 temp_filename) >= BUFSIZ) { in be_run_cmd()3077 if (mkfifo(temp_filename, 0600) != 0) { in be_run_cmd()3091 if ((stderr_str = fopen(temp_filename, "r")) == NULL) { in be_run_cmd()3138 (void) unlink(temp_filename); in be_run_cmd()3139 (void) free(temp_filename); in be_run_cmd()
2479 char *temp_filename) in gen_filenms_from_fmri() argument2504 if (temp_filename) { in gen_filenms_from_fmri()2505 (void) strcpy(temp_filename, filename); in gen_filenms_from_fmri()2506 (void) strcat(temp_filename, "XXXXXX"); in gen_filenms_from_fmri()