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

12

/external/ltp/tools/netpipe-2.4/
H A Dchmod.sh2 whoami | grep root > /dev/null
/external/compiler-rt/test/BlocksRuntime/
H A Ddispatch_async.c16 const char *whoami = "nobody"; variable
36 printf("%s: success\n", whoami);
50 whoami = argv[0];
H A Dbyrefcopyint.c42 voidVoid testRoutine(const char *whoami) { argument
43 __block int dumbo = strlen(whoami);
/external/e2fsprogs/lib/et/
H A Dcom_err.c27 default_com_err_proc (const char *whoami, errcode_t code, const
32 default_com_err_proc (const char *whoami, errcode_t code, const argument
37 if (whoami) {
38 fputs(whoami, stderr);
69 void com_err_va (const char *whoami, errcode_t code, const char *fmt, argument
72 (*com_err_hook) (whoami, code, fmt, args);
75 void com_err (const char *whoami, argument
84 com_err_va (whoami, code, fmt, pvar);
H A Dcom_err.h34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
/external/e2fsprogs/lib/ss/
H A Derror.c62 register char *whoami; local
66 whoami = ss_name (sci_idx);
67 com_err_va (whoami, code, fmt, pvar);
68 free (whoami);
/external/ltp/testcases/network/tcp_cmds/arp/
H A Darp0151 exists arp grep hostname ping sleep whoami
55 LUSER=$(whoami)
/external/ltp/testcases/network/tcp_cmds/ssh/
H A Dssh01_s145 spawn ssh -l $RUSER $RHOST whoami
H A Dssh02_s146 spawn ssh -l $RUSER $RHOST whoami
H A Dssh03_s142 spawn ssh -l $RUSER $RHOST whoami
/external/ltp/testcases/commands/su/
H A Dsu01_s136 set whoami [ exec whoami ]
37 if { $whoami=="root" } {
124 # run "whoami" to test user ID inside su shell
125 spawn /bin/su -c whoami
188 # run "whoami" to test user ID inside su shell
189 spawn /bin/su -c whoami
229 # run "whoami" to test user ID inside su shell
230 spawn /bin/su -l root -c whoami
283 # run "whoami" t
[all...]
/external/ltp/testcases/commands/cron/
H A Dcron_neg_tests.sh12 iam=`whoami`
59 # crontab -l > /tmp/save-crontab-`whoami`
137 cat /tmp/save-crontab-`whoami` | grep '^[^#]' | crontab -
138 # rm -r /tmp/save-crontab-`whoami`
H A Dcron_allow0129 iam=`whoami`
H A Dcron_deny0129 iam=`whoami`
H A Dcron_pos_tests.sh5 iam=`whoami`
/external/ltp/testcases/network/tcp_cmds/finger/
H A Dfinger0152 exists awk finger hostname netstat rsh whoami
55 LUSER=$(whoami)
60 exists awk finger netstat rsh whoami
/external/ltp/testcases/commands/at/
H A Dat_allow01110 if [ $(whoami) = "${test_user1}" ]; then
135 elif [ $(whoami) = "${test_user2}" ]; then
H A Dat_deny01118 if [ $(whoami) = "${test_user1}" ]; then
143 elif [ $(whoami) = "${test_user2}" ]; then
/external/ltp/tools/strace_test/
H A Dslay18 USER=`whoami`
/external/valgrind/gdbserver_tests/
H A Dt.c27 static void whoami(char *msg) function
40 whoami(s);
H A Dsleepers.c27 static void whoami(char *msg) __attribute__((unused));
28 static void whoami(char *msg) function
/external/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.h152 int whoami; member in struct:donneesPriv
H A Dlocktests.c214 dpr->whoami = i;
255 i = df->dpr->whoami;
274 P("Running slave num: %d\n", df->dpr->whoami);
833 i = df->dpr->whoami;
/external/ltp/testcases/network/nfs/nfsstat01/
H A Dnfsstat0174 IAM=${IAM:=`whoami`}
/external/zlib/src/
H A Dmake_vms.com65 $ whoami = f$parse(f$environment("Procedure"),,,,"NO_CONCEAL")
66 $ mydef = F$parse(whoami,,,"DEVICE")
67 $ mydir = f$parse(whoami,,,"DIRECTORY") - "]["
68 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type")

Completed in 407 milliseconds

12