Lines Matching defs:user

175 /* Parse an rcsfile given a user file name and a repository.  If there is
1291 if user defined phrases are used. */
1991 * an entry like `user:rev' is keyed on REV rather than on USER.
2000 char *user, *rev;
2012 /* split it up into user and rev */
2013 user = cp;
2025 p->data = xstrdup (user);
4529 /* Find the delta currently locked by the user. From the `ci' man page:
4555 char *user = getcaller();
4566 if (STREQ (p->data, user))
4571 %s: multiple revisions locked by %s; please specify one", rcs->path, user);
4594 user. Trying to determine the latter is a portability nightmare
5332 texts and produces output for user purposes (e.g. patch.c),
5612 This validates that TAG is OK for a user to use. Return value is
5732 send mail to the lock owner? Prompt user? It seems like such an
5744 char *user;
5753 user = getcaller();
5776 if (STREQ (p->data, user))
5789 want to interact with the user (certainly not at the
5792 let the user run "cvs admin -u" if they want to break the
5828 queries the user about whether or not to break the lock. */
5838 char *user;
5841 user = getcaller();
5874 %s: multiple revisions locked by %s; please specify one", rcs->path, user);
5901 if (! STREQ (lock->data, user))
5911 notify_do ('C', workfile, user, NULL, NULL, repos);
5930 RCS_addaccess (rcs, user)
5932 char *user;
5940 rcs->access = xstrdup (user);
5946 if (STREQ (a, user))
5954 (rcs->access, strlen (rcs->access) + strlen (user) + 2);
5956 strcat (rcs->access, user);
5963 RCS_delaccess (rcs, user)
5965 char *user;
5976 if (user == NULL)
5984 ulen = strlen (user);
5987 if (strncmp (p, user, ulen) == 0 && (p[ulen] == '\0' || p[ulen] == ' '))
6126 the user specifies the revisions in the wrong order
6336 /* The user is trying to delete all revisions. While an
7557 /* At this point, key and value represent a user-defined field