/freebsd/contrib/com_err/ |
H A D | com_err.c | 69 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) in default_proc() argument 75 if (whoami) in default_proc() 76 fprintf(stderr, "%s: ", whoami); in default_proc() 87 com_err_va (const char *whoami, in com_err_va() argument 92 (*com_err_hook) (whoami, code, fmt, args); in com_err_va() 96 com_err (const char *whoami, in com_err() argument 103 com_err_va (whoami, code, fmt, ap); in com_err()
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | com_err.c | 72 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) in default_proc() argument 78 if (whoami) in default_proc() 79 fprintf(stderr, "%s: ", whoami); in default_proc() 90 com_err_va (const char *whoami, in com_err_va() argument 95 (*com_err_hook) (whoami, code, fmt, args); in com_err_va() 99 com_err (const char *whoami, in com_err() argument 106 com_err_va (whoami, code, fmt, ap); in com_err()
|
/freebsd/usr.sbin/bootparamd/bootparamd/ |
H A D | bootparamd.c | 44 bootparamproc_whoami_1_svc(bp_whoami_arg *whoami, struct svc_req *req __unused) in bootparamproc_whoami_1_svc() argument 50 255 & whoami->client_address.bp_address_u.ip_addr.net, in bootparamproc_whoami_1_svc() 51 255 & whoami->client_address.bp_address_u.ip_addr.host, in bootparamproc_whoami_1_svc() 52 255 & whoami->client_address.bp_address_u.ip_addr.lh, in bootparamproc_whoami_1_svc() 53 255 & whoami->client_address.bp_address_u.ip_addr.impno); in bootparamproc_whoami_1_svc() 56 255 & whoami->client_address.bp_address_u.ip_addr.net, in bootparamproc_whoami_1_svc() 57 255 & whoami->client_address.bp_address_u.ip_addr.host, in bootparamproc_whoami_1_svc() 58 255 & whoami->client_address.bp_address_u.ip_addr.lh, in bootparamproc_whoami_1_svc() 59 255 & whoami->client_address.bp_address_u.ip_addr.impno); in bootparamproc_whoami_1_svc() 61 bcopy((char *)&whoami->client_address.bp_address_u.ip_addr, (char *)&haddr, in bootparamproc_whoami_1_svc()
|
/freebsd/usr.sbin/quotaon/ |
H A D | quotaon.c | 65 const char *whoami; in main() local 69 whoami = getprogname(); in main() 70 if (strcmp(whoami, "quotaoff") == 0) in main() 72 else if (strcmp(whoami, "quotaon") != 0) in main()
|
/freebsd/contrib/netbsd-tests/usr.bin/id/ |
H A D | t_whoami.sh | 31 [ -f ./whoami ] || ln -s $(atf_get_srcdir)/h_id ./whoami 32 ./whoami "\${@}"
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4vf_hw.c | 47 const u32 whoami = VF_PL_REG(A_PL_VF_WHOAMI); in t4vf_wait_dev_ready() local 52 val = t4_read_reg(adapter, whoami); in t4vf_wait_dev_ready() 56 val = t4_read_reg(adapter, whoami); in t4vf_wait_dev_ready() 95 u32 whoami; in t4vf_get_sge_params() local 141 whoami = t4_read_reg(adapter, VF_PL_REG(A_PL_VF_WHOAMI)); in t4vf_get_sge_params() 143 pf = G_SOURCEPF(whoami); in t4vf_get_sge_params() 145 pf = G_T6_SOURCEPF(whoami); in t4vf_get_sge_params()
|
/freebsd/usr.bin/id/ |
H A D | Makefile | 7 LINKS+= ${BINDIR}/id ${BINDIR}/whoami 8 MAN= id.1 groups.1 whoami.1
|
/freebsd/contrib/sendmail/cf/sh/ |
H A D | makeinfo.sh | 27 if [ -f $p/whoami ] 46 user=`whoami`
|
/freebsd/usr.bin/who/ |
H A D | who.c | 55 static void whoami(void); 130 whoami(); in main() 266 whoami(void) in whoami() function
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_iov.c | 197 uint32_t pl_rev, whoami; in t4iov_attach() local 214 whoami = t4iov_read_reg(sc, A_PL_WHOAMI); in t4iov_attach() 216 sc->pf = G_SOURCEPF(whoami); in t4iov_attach() 218 sc->pf = G_T6_SOURCEPF(whoami); in t4iov_attach()
|
/freebsd/crypto/openssh/regress/ |
H A D | allow-deny-users.sh | 9 me=`whoami`
|
H A D | test-exec.sh | 44 if [ -x /usr/ucb/whoami ]; then 45 USER=`/usr/ucb/whoami` 46 elif whoami >/dev/null 2>&1; then 47 USER=`whoami`
|
/freebsd/usr.bin/lastcomm/tests/ |
H A D | values.sh | 15 if [ `whoami` != "root" ]; then
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-2-start.sh | 163 sudo chown -R $(whoami) /mnt/tests
|
/freebsd/tests/sys/acl/ |
H A D | tools-nfs4-trivial.test | 32 $ whoami
|
H A D | tools-posix.test | 33 $ whoami
|
H A D | tools-crossfs.test | 38 $ whoami
|
H A D | tools-nfs4-psarc.test | 33 $ whoami
|
H A D | tools-nfs4.test | 33 $ whoami
|
/freebsd/rescue/rescue/ |
H A D | Makefile | 250 CRUNCH_ALIAS_id= groups whoami
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 3657 u_int chip_id, whoami; in open_nexus_device() local 3675 whoami = A_PL_WHOAMI; in open_nexus_device() 3682 whoami = A_PL_VF_WHOAMI; in open_nexus_device() 3691 rc = read_reg(whoami, 4, &val); in open_nexus_device() 3693 errx(rc, "failed to read whoami(0x%x): %d", whoami, rc); in open_nexus_device()
|
/freebsd/tools/boot/ |
H A D | full-test.sh | 75 if [ $(whoami) = imp ]; then
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 1017 whoami 565/tcp 1018 whoami 565/udp
|