Searched refs:getlogin (Results 26 - 50 of 104) sorted by relevance

12345

/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h76 #define getlogin _getlogin macro
H A Dun-namespace.h57 #undef getlogin macro
/freebsd-13-stable/contrib/dma/
H A Dutil.c209 if (check_username(getlogin(), useruid))
/freebsd-13-stable/bin/date/
H A Ddate.c357 if ((p = getlogin()) == NULL)
/freebsd-13-stable/contrib/openpam/bin/pamtest/
H A Dpamtest.c399 user = getlogin();
/freebsd-13-stable/usr.bin/wall/
H A Dwall.c215 if (!(whom = getlogin()))
/freebsd-13-stable/usr.bin/write/
H A Dwrite.c133 if ((login = getlogin()) == NULL) {
/freebsd-13-stable/lib/libcompat/4.3/
H A Drexec.c55 char *getpass(), *getlogin();
/freebsd-13-stable/include/
H A Dunistd.h345 char *getlogin(void);
/freebsd-13-stable/contrib/opie/
H A Dopiepasswd.c128 username = getlogin();
H A Dopiesu.c310 char *p = getlogin();
/freebsd-13-stable/usr.bin/id/
H A Did.c240 if ((login = getlogin()) == NULL)
241 err(1, "getlogin");
/freebsd-13-stable/usr.bin/logger/
H A Dlogger.c196 tag = getlogin();
/freebsd-13-stable/crypto/heimdal/appl/su/
H A Dsu.c157 login_name = getlogin();
/freebsd-13-stable/sbin/shutdown/
H A Dshutdown.c229 if (!(whom = getlogin()))
/freebsd-13-stable/usr.sbin/fmtree/
H A Dcreate.c95 getlogin(), host);
/freebsd-13-stable/usr.bin/su/
H A Dsu.c259 username = getlogin();
/freebsd-13-stable/contrib/tnftp/src/
H A Dmain.c459 cp = getlogin();
/freebsd-13-stable/contrib/mtree/
H A Dcreate.c118 if ((user = getlogin()) == NULL) {
/freebsd-13-stable/usr.sbin/lpr/lpr/
H A Dlpr.c296 lpr_username = getlogin(); /* person doing 'lpr' */
/freebsd-13-stable/usr.bin/at/
H A Dat.c317 /* Get the userid to mail to, first by trying getlogin(),
320 mailname = getlogin();
/freebsd-13-stable/lib/libc/gen/
H A DMakefile.inc77 getlogin.c \
/freebsd-13-stable/crypto/heimdal/etc/
H A DMakefile.in72 $(top_srcdir)/cf/krb-func-getlogin.m4 \
/freebsd-13-stable/crypto/heimdal/include/
H A DMakefile.in76 $(top_srcdir)/cf/krb-func-getlogin.m4 \
/freebsd-13-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in72 $(top_srcdir)/cf/krb-func-getlogin.m4 \

Completed in 324 milliseconds

12345