Searched refs:CVS_Username (Results 1 – 6 of 6) sorted by relevance
155 extern char *CVS_Username;
104 char *CVS_Username = NULL; variable3312 if (CVS_Username == NULL) in check_command_valid_p()3379 if (strcmp (linebuf, CVS_Username) == 0) in check_command_valid_p()3434 if (strcmp (linebuf, CVS_Username) == 0) in check_command_valid_p()6701 if (CVS_Username == NULL) in switch_to_user()6702 CVS_Username = xstrdup (username); in switch_to_user()6710 setenv ("CVS_USER", CVS_Username, 1); in switch_to_user()7104 CVS_Username = xmalloc (strlen (username) + 1); in check_password()7105 strcpy (CVS_Username, username); in check_password()
300 if (CVS_Username != NULL) in getcaller()301 return CVS_Username; in getcaller()
516 if (CVS_Username == NULL) in get_perms()519 username = CVS_Username; in get_perms()
1973 * server.h, server.c (CVS_Username): Now extern.1974 * subr.c (getcaller): Return CVS_Username if it is set.3163 Everywhere: wrap all references to CVS_Username in #ifdef3204 (CVS_Username): new global, init to NULL. Used by3206 (check_password): set above new global CVS_Username; reorganized a
10228 * server.c (switch_to_user): Only set CVS_Username if10519 * server.c (switch_to_user): Set CVS_Username if it hasn't already