HomeSort by: relevance | last modified time | path
    Searched defs:temp_file (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c 238 char temp_file[256]; local in function:run_ps630
242 (void) strlcpy(temp_file, f, sizeof(temp_file));
243 (void) strlcat(temp_file, "X", sizeof(temp_file)); /* intermediate file name */
247 opts[2], opts[3], temp_file);
261 temp_file, f);
274 if (rename(temp_file, f)) {
pcnfsd_misc.c 238 char temp_file[256]; local in function:run_ps630
242 (void) strlcpy(temp_file, f, sizeof(temp_file));
243 (void) strlcat(temp_file, "X", sizeof(temp_file)); /* intermediate file name */
247 opts[2], opts[3], temp_file);
261 temp_file, f);
274 if (rename(temp_file, f)) {

Completed in 228 milliseconds