Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/et/
Dcom_err.c20 default_com_err_proc (const char *whoami, errcode_t code, const
25 default_com_err_proc (const char *whoami, errcode_t code, const in default_com_err_proc() argument
28 if (whoami) { in default_com_err_proc()
29 fputs(whoami, stderr); in default_com_err_proc()
48 void com_err_va (const char *whoami, errcode_t code, const char *fmt, in com_err_va() argument
51 (*com_err_hook) (whoami, code, fmt, args); in com_err_va()
54 void com_err (const char *whoami, in com_err() argument
63 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.texinfo310 void com_err (const char *@var{whoami}, long @var{error_code},
318 The module reporting the error should be passed in via @var{whoami}.
325 void com_err_va (const char *@var{whoami}, long @var{error_code}, const char *@var{format}, va_list…
333 …void (*@var{proc}) (const char *@var{whoami}, long @var{error_code}, va_list @var{args}))) (const …
359 void hook (const char * whoami, long code,
365 openlog (whoami,
379 The name of the program, @samp{whoami}, is supplied to the
/external/valgrind/main/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")
63 # 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
39 whoami(s); in make_error()
Dsleepers.c26 static void whoami(char *msg) __attribute__((unused));
27 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/BlocksRuntime/tests/
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()
Dtestfilerunner.m579 void help(const char *whoami) {
580 printf("Usage: %s [-fast] [-e] [-dyld librarypath] [gcc4.2dir] [-- | source1 ...]\n", whoami);
589 … and run individual test files under a variety of compilers, c, obj-c, c++, and objc++\n", whoami);
617 …d run all configurations of the test files and report a summary at the end. Good luck.\n", whoami);
/external/openssh/regress/
Dtest-exec.sh23 if [ -x /usr/ucb/whoami ]; then
24 USER=`/usr/ucb/whoami`
25 elif whoami >/dev/null 2>&1; then
26 USER=`whoami`
/external/zlib/
Dmake_vms.com50 $ whoami = f$parse(f$enviornment("Procedure"),,,,"NO_CONCEAL")
51 $ mydef = F$parse(whoami,,,"DEVICE")
52 $ mydir = f$parse(whoami,,,"DIRECTORY") - "]["
53 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type")