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

/freebsd-9.3-release/usr.sbin/pw/
H A Dedgroup.c64 char grouptmp[MAXPATHLEN]; local
68 strcpy(grouptmp, groupfile);
69 strcat(grouptmp, ".new");
79 if ((outfd = open(grouptmp, O_RDWR | O_CREAT | O_TRUNC, 0644)) != -1) {
213 rc = rename(grouptmp, groupfile) == 0;
223 remove(grouptmp);

Completed in 153 milliseconds