Searched defs:creat_tmp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c146 static int creat_tmp(char *nam_p);
1828 Do_rename = 0; /* creat_tmp() may reset this */
1950 if (creat_tmp(nam_p) < 0) {
2049 * creat_tmp:
2053 creat_tmp(char *nam_p) function
5510 Do_rename = 0; /* creat_tmp() may reset this */
5556 if (creat_tmp(nam_p) < 0) {
5567 /* nam_p was changed by creat_tmp() above. */

Completed in 83 milliseconds