Home
last modified time | relevance | path

Searched refs:getcaller (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dexpand_path.c288 return getcaller ();
Dwatch.c58 who = getcaller ();
Dhistory.c663 save_user (getcaller ());
710 char *username = getcaller ();
Droot.c738 username = root->username ? root->username : getcaller();
Dsubr.c331 getcaller () in getcaller() function
Dadmin.c410 char *me = getcaller();
Dcvs.h481 char *getcaller PROTO((void));
Dcommit.c353 if ((pw = (struct passwd *) getpwnam (getcaller ())) == NULL)
1361 notify_do ('C', finfo->file, getcaller (), NULL, NULL, finfo->repository);
Dedit.c206 notify_do (notif_type, filename, getcaller (), val, watches,
Dimport.c1181 author = getcaller ();
Drcs.c4553 char *user = getcaller();
4893 delta->author = xstrdup (getcaller ());
5751 user = getcaller();
5808 p->data = xstrdup (getcaller());
5839 user = getcaller();
Dlog.c398 log_parse_list (&log_data.authorlist, getcaller ());
Dclient.c3972 username = current_parsed_root->username ? current_parsed_root->username : getcaller();
4419 START_SERVER (&tofd, &fromfd, getcaller (), in start_server()
Dupdate.c1429 editor_set (finfo->file, getcaller (), NULL);
DChangeLog-97554 clobbered by a call to getcaller. This resulted in the failure of
1279 * subr.c (getcaller): If SYSTEM_GETCALLER is defined, call it
1972 "ci", specifying getcaller ().
1974 * subr.c (getcaller): Return CVS_Username if it is set.
Dserver.c2160 notify_do (*notify_list->type, notify_list->filename, getcaller(), in server_notify()
DChangeLog-93951015 * admin.c (admin): use getcaller() instead of getpwuid
1017 * subr.c (getcaller): prefer getlogin() to $USER and $LOGNAME
DChangeLog-963739 getcaller() to set it. Setting username accidentally got deleted
DChangeLog4858 * subr.c (getcaller): Cache the result, so that we don't keep