Symbol: getlogin
bin/date/date.c
257
if ((p = getlogin()) == NULL)
bin/ksh/main.c
465
p = getlogin();
games/atc/log.c
166
name = getlogin();
games/battlestar/init.c
85
name = getlogin();
games/bs/bs.c
261
if ((tmpname = getlogin()) != NULL)
games/canfield/cfscores/cfscores.c
91
name = getlogin();
games/gomoku/main.c
83
if ((tmpname = getlogin()) != NULL)
games/hack/hack.main.c
156
if(!*plname && (s = getlogin()))
games/phantasia/main.c
331
if ((Login = getlogin()) == NULL) {
games/robots/score.c
143
name = getlogin();
games/snake/snake.c
941
getlogin(), cashvalue, lcnt, ccnt, msg, ctime(&t));
games/snake/snake.c
989
name = getlogin();
games/tetris/scores.c
213
p = getlogin();
include/unistd.h
351
char *getlogin(void);
lib/libc/hidden/unistd.h
80
PROTO_DEPRECATED(getlogin);
libexec/mail.local/mail.local.c
97
if (!from && (!(from = getlogin()) ||
regress/lib/libc/sys/t_getlogin.c
102
name = getlogin();
regress/lib/libc/sys/t_getlogin.c
158
name = getlogin();
regress/lib/libc/sys/t_getlogin.c
211
name = getlogin();
regress/lib/libc/sys/t_getlogin.c
68
str = getlogin();
regress/sys/kern/pledge/generic/test_stdio.c
40
getlogin();
sbin/reboot/reboot.c
145
if ((user = getlogin()) == NULL)
sbin/shutdown/shutdown.c
234
if (!(whom = getlogin()))
usr.bin/at/at.c
232
mailname = getlogin();
usr.bin/cdio/cddb.c
84
getlogin(), hostname);
usr.bin/cvs/history.c
173
getlogin(), cwd, repo, rev,
usr.bin/cvs/rcs.c
1151
if (!author && !(author = getlogin())) {
usr.bin/ftp/main.c
596
cp = getlogin();
usr.bin/ftp/util.c
242
if ((user = getlogin()) == NULL) {
usr.bin/ftp/util.c
272
char *myname = getlogin();
usr.bin/id/id.c
196
if ((login = getlogin()) == NULL)
usr.bin/logger/logger.c
95
openlog(tag ? tag : getlogin(), logflags, 0);
usr.bin/logname/logname.c
63
if ((p = getlogin()) == NULL)
usr.bin/mail/v7.local.c
98
if ((np = getlogin()) != NULL)
usr.bin/passwd/passwd.c
58
username = getlogin();
usr.bin/rcs/ci.c
236
if ((pb.username = getlogin()) == NULL)
usr.bin/rcs/co.c
127
if ((author = getlogin()) == NULL)
usr.bin/rcs/co.c
153
if ((username = getlogin()) == NULL)
usr.bin/rcs/rcs.c
1147
if (!author && !(author = getlogin())) {
usr.bin/rcs/rcsclean.c
100
if ((locker = getlogin()) == NULL)
usr.bin/rcs/rcsprog.c
449
if ((username = getlogin()) == NULL)
usr.bin/rcs/rcsprog.c
481
if ((username = getlogin()) == NULL)
usr.bin/rcs/rlog.c
500
if ((author = getlogin()) == NULL)
usr.bin/rdist/docmd.c
165
if ((user = getlogin()) == NULL)
usr.bin/rwall/rwall.c
119
if (!(whom = getlogin()))
usr.bin/su/su.c
135
username = getlogin();
usr.bin/talk/get_names.c
81
if ((my_name = getlogin()) == NULL) {
usr.bin/telnet/commands.c
1902
user = getlogin();
usr.bin/wall/wall.c
197
if (!(whom = getlogin()))
usr.bin/write/write.c
235
if ((login = getlogin()) == NULL)
usr.sbin/mtree/create.c
84
getlogin(), host, fullpath, ctime(&clock));
usr.sbin/pppd/main.c
143
extern char *getlogin(void);
usr.sbin/pppd/main.c
285
p = getlogin();
usr.sbin/smtpd/enqueue.c
258
if ((user = getlogin()) != NULL && *user != '\0') {