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

/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1701 if (strcmp(getcaller(), next->login) == 0) {
1703 rcserror("multiple revisions locked by %s; please specify one", getcaller());
1734 if (strcmp(getcaller(), next->login) == 0)
1744 delta->lockedby = next->login = getcaller();
1789 getcaller() function
1810 if (!AccessList || myself(RCSstat.st_uid) || strcmp(getcaller(),"root")==0)
1815 if (strcmp(getcaller(), next->login) == 0)
1819 rcserror("user %s not on the access list", getcaller());
H A Drcsbase.h457 char const *getcaller P((void));
/freebsd-9.3-release/gnu/usr.bin/rcs/ci/
H A Dci.c189 * getpwuid() with getcaller().
539 else newdelta.author=getcaller();/* otherwise use caller's id */
921 rcserror("no lock set by %s", getcaller());
1069 if (strcmp(branchpoint->lockedby, getcaller()) == 0)
1139 if (strcmp(getcaller(), next->login) == 0) {
1150 rcserror("no lock set by %s for revision %s", getcaller(), num);
1271 caller = getcaller();
/freebsd-9.3-release/gnu/usr.bin/rcs/co/
H A Dco.c124 * Replaced getpwuid() with getcaller().
299 author = getcaller();
588 whomatch = strcmp(getcaller(), next->login);
/freebsd-9.3-release/contrib/cvs/src/
H A Dexpand_path.c271 return getcaller ();
H A Dwatch.c58 who = getcaller ();
H A Droot.c736 * username defaults to the result of getcaller()
771 username = root->username ? root->username : getcaller();
H A Dhistory.c676 save_user (getcaller ());
723 char *username = getcaller ();
H A Dcommit.c397 if ((pw = (struct passwd *) getpwnam (getcaller ())) == NULL)
400 getcaller ());
1405 notify_do ('C', finfo->file, getcaller (), NULL, NULL, finfo->repository);
H A Dadmin.c415 char *me = getcaller();
H A Dcvs.h477 char *getcaller PROTO ((void));
H A Dsubr.c359 getcaller () function
H A Dedit.c219 notify_do (notif_type, filename, getcaller (), val, watches,
H A Dimport.c1217 author = getcaller ();
H A Dlog.c204 -w rather than messing with getcaller() or something (which on
423 log_parse_list (&log_data.authorlist, getcaller ());
H A Drcs.c4766 char *user = getcaller();
5120 delta->author = xstrdup (getcaller ());
6012 user = getcaller();
6069 p->data = xstrdup (getcaller());
6100 user = getcaller();
H A Dupdate.c1374 editor_set (finfo->file, getcaller (), NULL);
H A Dclient.c3926 username = root->username ? root->username : getcaller();
4388 START_SERVER (&tofd, &fromfd, getcaller (),
H A Dserver.c2185 notify_do (*notify_list->type, notify_list->filename, getcaller(),
/freebsd-9.3-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c268 if (delta && delta->lockedby && strcmp(getcaller(),delta->lockedby)==0)
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c151 * Simplified breaklock(); added calls to findlock() and getcaller().
1038 basefilename(RCSname), Delta, getfullRCSname(), getcaller()
1092 strcmp(getcaller(),next->login) != 0

Completed in 241 milliseconds