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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3275 char *temp_filename = strdup(tmpnam(NULL)); local
3291 temp_filename) >= BUFSIZ) {
3297 if (mkfifo(temp_filename, 0600) != 0) {
3311 if ((stderr_str = fopen(temp_filename, "r")) == NULL) {
3358 (void) unlink(temp_filename);
3359 (void) free(temp_filename);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c2468 * If temp_filename is non-zero, also generate a temporary, unique filename
2479 char *temp_filename)
2504 if (temp_filename) {
2505 (void) strcpy(temp_filename, filename);
2506 (void) strcat(temp_filename, "XXXXXX");
2478 gen_filenms_from_fmri(const char *fmri, const char *name, char *filename, char *temp_filename) argument

Completed in 70 milliseconds