Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c219 static char tempfilename[sizeof (TEMP_FILE_PATTERN)] = ""; variable
746 if (tempfilename[0] != '\0') { in remove_tempfile()
748 ret = remove(tempfilename); in remove_tempfile()
752 tempfilename[0] = '\0'; in remove_tempfile()
14386 (void) strcpy(tempfilename, tempname); in lscf_editprop()