/external/e2fsprogs/lib/et/ |
D | com_err.c | 27 default_com_err_proc (const char *whoami, errcode_t code, const 32 default_com_err_proc (const char *whoami, errcode_t code, const in default_com_err_proc() argument 37 if (whoami) { in default_com_err_proc() 38 fputs(whoami, stderr); in default_com_err_proc() 69 void com_err_va (const char *whoami, errcode_t code, const char *fmt, in com_err_va() argument 72 (*com_err_hook) (whoami, code, fmt, args); in com_err_va() 75 void com_err (const char *whoami, in com_err() argument 84 com_err_va (whoami, code, fmt, pvar); in com_err()
|
D | com_err.h | 34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
|
/external/ltp/testcases/commands/su/ |
D | su01_s1 | 36 set whoami [ exec whoami ] 37 if { $whoami=="root" } { 125 spawn /bin/su -c whoami 189 spawn /bin/su -c whoami 230 spawn /bin/su -l root -c whoami 284 spawn /bin/su -l root -c whoami 318 spawn /bin/su -l $USER1 -c whoami 375 spawn /bin/su -l $USER1 -c whoami 425 spawn /bin/su -l $USER1 -c whoami
|
/external/valgrind/gdbserver_tests/ |
D | mcbreak.stdinB.gdb | 31 print whoami("first") 37 print whoami("second") 41 print whoami("third") 45 print whoami("fourth") 51 print whoami("after next: inferior call pushed from mcbreak.stdinB.gdb") 67 # print whoami("after error: inferior call pushed from mcbreak.stdinB.gdb")
|
D | mcinfcallWSRU.stdinB.gdb | 21 print whoami("thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb") 23 print whoami("thread 2 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb") 25 print whoami("thread 3 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb") 27 print whoami("thread 4 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
|
D | mcinfcallRU.stdinB.gdb | 15 # before they have a chance to execute the whoami 17 print whoami("inferior call pushed from gdb in mcinfcallRU.stdinB.gdb")
|
D | t.c | 27 static void whoami(char *msg) in whoami() function 40 whoami(s); in make_error()
|
D | sleepers.c | 27 static void whoami(char *msg) __attribute__((unused)); 28 static void whoami(char *msg) in whoami() function
|
/external/e2fsprogs/lib/ss/ |
D | error.c | 62 register char *whoami; in ss_error() local 66 whoami = ss_name (sci_idx); in ss_error() 67 com_err_va (whoami, code, fmt, pvar); in ss_error() 68 free (whoami); in ss_error()
|
/external/compiler-rt/test/BlocksRuntime/ |
D | dispatch_async.c | 16 const char *whoami = "nobody"; variable 36 printf("%s: success\n", whoami); in EnqueueStuff() 50 whoami = argv[0]; in main()
|
D | byrefcopyint.c | 42 voidVoid testRoutine(const char *whoami) { in testRoutine() argument 43 __block int dumbo = strlen(whoami); in testRoutine()
|
/external/ltp/testcases/commands/cron/ |
D | cron_neg_tests.sh | 12 iam=`whoami` 137 cat /tmp/save-crontab-`whoami` | grep '^[^#]' | crontab -
|
D | cron_pos_tests.sh | 5 iam=`whoami`
|
D | cron_deny01 | 29 iam=`whoami`
|
/external/ltp/testcases/network/tcp_cmds/finger/ |
D | finger01 | 52 exists awk finger hostname netstat rsh whoami 55 LUSER=$(whoami) 60 exists awk finger netstat rsh whoami
|
/external/ltp/testcases/commands/at/ |
D | at_allow01 | 110 if [ $(whoami) = "${test_user1}" ]; then 135 elif [ $(whoami) = "${test_user2}" ]; then
|
D | at_deny01 | 118 if [ $(whoami) = "${test_user1}" ]; then 143 elif [ $(whoami) = "${test_user2}" ]; then
|
/external/openssh/regress/ |
D | test-exec.sh | 30 if [ -x /usr/ucb/whoami ]; then 31 USER=`/usr/ucb/whoami` 32 elif whoami >/dev/null 2>&1; then 33 USER=`whoami`
|
D | allow-deny-users.sh | 8 me=`whoami`
|
/external/ltp/testcases/network/tcp_cmds/ssh/ |
D | ssh03_s1 | 42 spawn ssh -l $RUSER $RHOST whoami
|
D | ssh02_s1 | 46 spawn ssh -l $RUSER $RHOST whoami
|
D | ssh01_s1 | 45 spawn ssh -l $RUSER $RHOST whoami
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | locktests.h | 152 int whoami; member
|
D | locktests.c | 214 dpr->whoami = i; in initClientFork() 255 i = df->dpr->whoami; in cleanClient() 274 P("Running slave num: %d\n", df->dpr->whoami); in loadProcess() 833 i = df->dpr->whoami; in esclave()
|
/external/zlib/src/ |
D | make_vms.com | 65 $ 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")
|