Searched refs:usersname (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | edit.c | 871 char *usersname; local 876 usersname = xmalloc (strlen (current_parsed_root->directory) 880 strcpy (usersname, current_parsed_root->directory); 881 strcat (usersname, "/"); 882 strcat (usersname, CVSROOTADM); 883 strcat (usersname, "/"); 884 strcat (usersname, CVSROOTADM_USERS); 885 fp = CVS_FOPEN (usersname, "r"); 887 error (0, errno, "cannot read %s", usersname); 911 error (0, errno, "cannot read %s", usersname); [all …]
|