/external/e2fsprogs/lib/et/ |
D | com_err.c | 26 default_com_err_proc (const char *whoami, errcode_t code, const 31 default_com_err_proc (const char *whoami, errcode_t code, const in default_com_err_proc() argument 36 if (whoami) { in default_com_err_proc() 37 fputs(whoami, stderr); in default_com_err_proc() 68 void com_err_va (const char *whoami, errcode_t code, const char *fmt, in com_err_va() argument 71 (*com_err_hook) (whoami, code, fmt, args); in com_err_va() 74 void com_err (const char *whoami, in com_err() argument 83 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,
|
D | com_err.texinfo | 303 @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/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 39 whoami(s); in make_error()
|
D | sleepers.c | 26 static void whoami(char *msg) __attribute__((unused)); 27 static void whoami(char *msg) in whoami() function
|
/external/e2fsprogs/lib/ss/ |
D | error.c | 61 register char *whoami; in ss_error() local 65 whoami = ss_name (sci_idx); in ss_error() 66 com_err_va (whoami, code, fmt, pvar); in ss_error() 67 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()
|
D | testfilerunner.m | 579 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/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")
|
/external/skia/site/user/quick/ |
D | ios.md | 85 filename=`eval whoami`.pbxuser
|
/external/toybox/ |
D | Android.mk | 337 whoami \
|
/external/toybox/generated/ |
D | newtoys.h | 244 USE_WHOAMI(OLDTOY(whoami, logname, TOYFLAG_USR|TOYFLAG_BIN))
|
/external/libvncserver/x11vnc/misc/ |
D | Xdummy | 520 user=`whoami 2>/dev/null`
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ssvnc.tcl | 2653 variable $USER or $LOGNAME and finally whoami(1) is used. 6895 set name [exec whoami]
|