/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,
|
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/ltp/testcases/kernel/syscalls/clock_adjtime/ |
D | clock_adjtime02.c | 117 uid_t whoami = 0; in verify_clock_adjtime() local 131 whoami = nobody->pw_uid; in verify_clock_adjtime() 132 SAFE_SETEUID(whoami); in verify_clock_adjtime() 156 "uid=%d)", tc[i].modes, whoami); in verify_clock_adjtime() 163 tc[i].exp_err, TST_ERR, tc[i].modes, whoami); in verify_clock_adjtime() 168 "uid=%d)", tc[i].modes, whoami); in verify_clock_adjtime()
|
/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/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | dispatch_async.c | 15 const char *whoami = "nobody"; variable 35 printf("%s: success\n", whoami); in EnqueueStuff() 49 whoami = argv[0]; in main()
|
D | byrefcopyint.c | 41 voidVoid testRoutine(const char *whoami) { in testRoutine() argument 42 __block int dumbo = strlen(whoami); in testRoutine()
|
D | testfilerunner.m | 578 void help(const char *whoami) { 579 printf("Usage: %s [-fast] [-e] [-dyld librarypath] [gcc4.2dir] [-- | source1 ...]\n", whoami); 588 … and run individual test files under a variety of compilers, c, obj-c, c++, and objc++\n", whoami); 616 …d run all configurations of the test files and report a summary at the end. Good luck.\n", whoami);
|
/external/angle/scripts/ |
D | trigger.py | 115 whoami = subprocess.check_output(['whoami']) 117 whoami = re.sub(r'\w+[^\w]', '', whoami.strip()) 118 swarming_args += ['-user', whoami]
|
/external/openssh/regress/ |
D | test-exec.sh | 36 if [ -x /usr/ucb/whoami ]; then 37 USER=`/usr/ucb/whoami` 38 elif whoami >/dev/null 2>&1; then 39 USER=`whoami`
|
D | allow-deny-users.sh | 9 me=`whoami`
|
/external/protobuf/kokoro/macos/ |
D | prepare_build_macos_rc | 27 sudo chown -R $(whoami) /usr/local
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | locktests.h | 142 int whoami; member
|
D | locktests.c | 196 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/igt-gpu-tools/tests/ |
D | ddx_intel_after_fbdev | 6 whoami | grep -q root || {
|
/external/python/cpython2/Modules/zlib/ |
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/rust/crates/libz-sys/src/zlib/ |
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/libwebsockets/plugin-standalone/ |
D | CMakeLists.txt | 39 COMMAND "whoami"
|
/external/libwebsockets/scripts/ |
D | esp32.mk | 55 whoami | tr -d '\n' >>$(jbi) ;\
|
/external/freetype/ |
D | vms_make.com | 60 $ whoami = f$parse(f$environment("Procedure"),,,,"NO_CONCEAL") 61 $ mydef = F$parse(whoami,,,"DEVICE") 62 $ mydir = f$parse(whoami,,,"DIRECTORY") - "][" 63 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type")
|
/external/toolchain-utils/ |
D | image_chromeos.py | 90 whoami = getpass.getuser() 104 chroot_image = '/home/%s/trunk%s' % (whoami, chroot_image)
|
/external/libcups/test/ |
D | run-stp-tests.sh | 171 if test -x /usr/ucb/whoami; then 172 user=`/usr/ucb/whoami` 174 user=`whoami`
|
/external/stressapptest/ |
D | configure.ac | 79 username=$(whoami)
|