Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c222 static char tempfilename[sizeof (TEMP_FILE_PATTERN)] = ""; variable
749 if (tempfilename[0] != '\0') { in remove_tempfile()
751 ret = remove(tempfilename); in remove_tempfile()
755 tempfilename[0] = '\0'; in remove_tempfile()
14423 (void) strcpy(tempfilename, tempname); in lscf_editprop()