Home
last modified time | relevance | path

Searched refs:whoami (Results 1 – 25 of 34) sorted by relevance

12

/external/e2fsprogs/lib/et/
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 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()
Dcom_err.h34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
Dcom_err.texinfo303 @deftypefun void com_err (const char *@var{whoami}, long @var{error_code}, const char *@var{format}…
310 The module reporting the error should be passed in via @var{whoami}.
316 @deftypefun void com_err_va (const char *@var{whoami}, long @var{error_code}, const char *@var{form…
324 …(void (*@var{proc}) (const char *@var{whoami}, long @var{error_code}, va_list @var{args}) (const c…
350 void hook (const char * whoami, long code,
356 openlog (whoami,
370 The name of the program, @samp{whoami}, is supplied to the
/external/ltp/testcases/commands/su/
Dsu01_s136 set whoami [ exec whoami ]
37 if { $whoami=="root" } {
125 spawn /bin/su -c whoami
187 spawn /bin/su -c whoami
227 spawn /bin/su -l root -c whoami
280 spawn /bin/su -l root -c whoami
313 spawn /bin/su -l $USER1 -c whoami
369 spawn /bin/su -l $USER1 -c whoami
418 spawn /bin/su -l $USER1 -c whoami
/external/valgrind/gdbserver_tests/
Dmcbreak.stdinB.gdb31 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")
DmcinfcallWSRU.stdinB.gdb21 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")
DmcinfcallRU.stdinB.gdb15 # before they have a chance to execute the whoami
17 print whoami("inferior call pushed from gdb in mcinfcallRU.stdinB.gdb")
Dt.c27 static void whoami(char *msg) in whoami() function
40 whoami(s); in make_error()
Dsleepers.c27 static void whoami(char *msg) __attribute__((unused));
28 static void whoami(char *msg) in whoami() function
/external/e2fsprogs/lib/ss/
Derror.c62 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/
Ddispatch_async.c16 const char *whoami = "nobody"; variable
36 printf("%s: success\n", whoami); in EnqueueStuff()
50 whoami = argv[0]; in main()
Dbyrefcopyint.c42 voidVoid testRoutine(const char *whoami) { in testRoutine() argument
43 __block int dumbo = strlen(whoami); in testRoutine()
/external/ltp/testcases/commands/cron/
Dcron_neg_tests.sh12 iam=`whoami`
137 cat /tmp/save-crontab-`whoami` | grep '^[^#]' | crontab -
Dcron_pos_tests.sh5 iam=`whoami`
Dcron_deny0129 iam=`whoami`
/external/ltp/testcases/commands/at/
Dat_allow01110 if [ $(whoami) = "${test_user1}" ]; then
135 elif [ $(whoami) = "${test_user2}" ]; then
Dat_deny01118 if [ $(whoami) = "${test_user1}" ]; then
143 elif [ $(whoami) = "${test_user2}" ]; then
/external/ltp/testcases/network/tcp_cmds/ssh/
Dssh03_s142 spawn ssh -l $RUSER $RHOST whoami
Dssh01_s145 spawn ssh -l $RUSER $RHOST whoami
Dssh02_s146 spawn ssh -l $RUSER $RHOST whoami
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.h142 int whoami; member
Dlocktests.c196 dpr->whoami = i; in initClientFork()
234 i = df->dpr->whoami; in cleanClient()
253 P("Running slave num: %d\n", df->dpr->whoami); in loadProcess()
766 i = df->dpr->whoami; in slave()
/external/python/cpython3/Modules/zlib/
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")
/external/python/cpython2/Modules/zlib/
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")
/external/zlib/src/
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")

12