Searched refs:whoami (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/usr.bin/id/
H A DMakefile8 LINKS+= ${BINDIR}/id ${BINDIR}/whoami
9 MAN= id.1 groups.1 whoami.1
/freebsd-12-stable/contrib/com_err/
H A Dcom_err.c69 default_proc (const char *whoami, long code, const char *fmt, va_list args)
73 default_proc (const char *whoami, long code, const char *fmt, va_list args) argument
75 if (whoami)
76 fprintf(stderr, "%s: ", whoami);
87 com_err_va (const char *whoami, argument
92 (*com_err_hook) (whoami, code, fmt, args);
96 com_err (const char *whoami, argument
103 com_err_va (whoami, code, fmt, ap);
/freebsd-12-stable/crypto/heimdal/lib/com_err/
H A Dcom_err.c72 default_proc (const char *whoami, long code, const char *fmt, va_list args)
76 default_proc (const char *whoami, long code, const char *fmt, va_list args) argument
78 if (whoami)
79 fprintf(stderr, "%s: ", whoami);
90 com_err_va (const char *whoami, argument
95 (*com_err_hook) (whoami, code, fmt, args);
99 com_err (const char *whoami, argument
106 com_err_va (whoami, code, fmt, ap);
/freebsd-12-stable/contrib/sendmail/cf/sh/
H A Dmakeinfo.sh27 if [ -f $p/whoami ]
46 user=`whoami`
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/id/
H A Dt_whoami.sh31 [ -f ./whoami ] || ln -s $(atf_get_srcdir)/h_id ./whoami
32 ./whoami "\${@}"
62 echo 'usage: whoami' >experr
66 # whoami shares code) when using the -un options.
67 echo 'usage: whoami' >experr
/freebsd-12-stable/usr.sbin/quotaon/
H A Dquotaon.c79 const char *whoami; local
83 whoami = getprogname();
84 if (strcmp(whoami, "quotaoff") == 0)
86 else if (strcmp(whoami, "quotaon") != 0)
/freebsd-12-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c46 bootparamproc_whoami_1_svc(bp_whoami_arg *whoami, struct svc_req *req __unused) argument
51 fprintf(stderr,"whoami got question for %d.%d.%d.%d\n",
52 255 & whoami->client_address.bp_address_u.ip_addr.net,
53 255 & whoami->client_address.bp_address_u.ip_addr.host,
54 255 & whoami->client_address.bp_address_u.ip_addr.lh,
55 255 & whoami->client_address.bp_address_u.ip_addr.impno);
57 syslog(LOG_NOTICE, "whoami got question for %d.%d.%d.%d\n",
58 255 & whoami->client_address.bp_address_u.ip_addr.net,
59 255 & whoami->client_address.bp_address_u.ip_addr.host,
60 255 & whoami
[all...]
/freebsd-12-stable/crypto/openssh/regress/
H A Dallow-deny-users.sh9 me=`whoami`
H A Dtest-exec.sh30 if [ -x /usr/ucb/whoami ]; then
31 USER=`/usr/ucb/whoami`
32 elif whoami >/dev/null 2>&1; then
33 USER=`whoami`
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4vf_hw.c49 const u32 whoami = VF_PL_REG(A_PL_VF_WHOAMI); local
54 val = t4_read_reg(adapter, whoami);
58 val = t4_read_reg(adapter, whoami);
97 u32 whoami; local
143 whoami = t4_read_reg(adapter, VF_PL_REG(A_PL_VF_WHOAMI));
144 pf = G_SOURCEPF(whoami);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_iov.c196 uint32_t pl_rev, whoami; local
212 whoami = t4iov_read_reg(sc, A_PL_WHOAMI);
214 sc->pf = G_SOURCEPF(whoami);
216 sc->pf = G_T6_SOURCEPF(whoami);
/freebsd-12-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh16 if [ `whoami` != "root" ]; then
/freebsd-12-stable/usr.bin/who/
H A Dwho.c58 static void whoami(void);
133 whoami();
266 whoami(void) function
/freebsd-12-stable/rescue/rescue/
H A DMakefile218 CRUNCH_ALIAS_id= groups whoami

Completed in 218 milliseconds