Searched refs:grouptmp (Results 1 – 1 of 1) sorted by relevance
61 char grouptmp[MAXPATHLEN]; in editgroups() local65 strcpy(grouptmp, groupfile); in editgroups()66 strcat(grouptmp, ".new"); in editgroups()76 if ((outfd = open(grouptmp, O_RDWR | O_CREAT | O_TRUNC, 0644)) != -1) { in editgroups()210 rc = rename(grouptmp, groupfile) == 0; in editgroups()220 remove(grouptmp); in editgroups()