Home
last modified time | relevance | path

Searched refs:temp_filename (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_utils.c3055 char *temp_filename = strdup(tmpnam(NULL)); in be_run_cmd() local
3071 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()
/titanic_50/usr/src/lib/libscf/common/
H A Dmidlevel.c2479 char *temp_filename) in gen_filenms_from_fmri() argument
2504 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()