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

12345

/freebsd-11-stable/usr.bin/passwd/
H A Dpasswd.c150 pam_err = pam_set_item(pamh, PAM_RUSER, getlogin());
/freebsd-11-stable/contrib/nvi/common/
H A Dutil.c173 if (((h = getlogin()) != NULL &&
/freebsd-11-stable/usr.bin/rwall/
H A Drwall.c142 whom = getlogin();
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsinfo.c197 const char *u = getlogin();
/freebsd-11-stable/contrib/openpam/bin/su/
H A Dsu.c106 user = getlogin();
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf274 getlogin
/freebsd-11-stable/sys/compat/freebsd32/
H A Dcapabilities.conf124 getlogin
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c171 if (getlogin() == NULL)
172 FAIL("test_sycalls:getlogin %d", errno);
/freebsd-11-stable/sbin/reboot/
H A Dreboot.c147 if ((user = getlogin()) == NULL)
/freebsd-11-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c97 user = getlogin();
286 user = getlogin();
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc177 getlogin.2 \
379 MLINKS+=getlogin.2 getlogin_r.3
380 MLINKS+=getlogin.2 setlogin.2
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk46 getlogin.o \
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h223 #pragma redefine_extname getlogin __mfwrap_getlogin
/freebsd-11-stable/contrib/dma/
H A Dutil.c208 if (check_username(getlogin(), useruid))
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h130 #define getlogin_is_secure 0 /* Is getlogin() secure? Usually it's not. */
320 char *getlogin P((void));
/freebsd-11-stable/usr.bin/logger/
H A Dlogger.c142 tag = getlogin();
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c213 if (!(whom = getlogin()))
/freebsd-11-stable/usr.bin/write/
H A Dwrite.c252 if ((login = getlogin()) == NULL) {
/freebsd-11-stable/bin/date/
H A Ddate.c313 if ((p = getlogin()) == NULL)
/freebsd-11-stable/lib/libc/include/
H A Dun-namespace.h55 #undef getlogin macro
H A Dnamespace.h74 #define getlogin _getlogin macro
/freebsd-11-stable/contrib/openpam/bin/pamtest/
H A Dpamtest.c399 user = getlogin();
/freebsd-11-stable/contrib/opie/
H A Dopiepasswd.c128 username = getlogin();
H A Dopiesu.c310 char *p = getlogin();
/freebsd-11-stable/usr.bin/id/
H A Did.c238 if ((login = getlogin()) == NULL)
239 err(1, "getlogin");

Completed in 294 milliseconds

12345