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

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c1163 char tmpFileName[FNLENGTH]; local
1169 (void)strcpy(tmpFileName, fileName);
1170 (void)strcat(tmpFileName, pidString);
1173 fp = fopen(tmpFileName, "w");
1185 (void)unlink(tmpFileName);
1191 (void)unlink(tmpFileName);
1197 (void)unlink(tmpFileName);
1201 if (rename(tmpFileName, fileName) == -1) {
1207 (void)unlink(tmpFileName);

Completed in 13 milliseconds