/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/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | mp.c | 251 u32 cpu_up_mask, whoami, brsize = LAW_SIZE_4K; in plat_mp_up() local 266 whoami = in_be32(&pic->whoami); in plat_mp_up() 267 cpu_up_mask = 1 << whoami; in plat_mp_up() 330 u32 up, cpu_up_mask, whoami; in plat_mp_up() local 339 whoami = in_be32(&pic->whoami); in plat_mp_up() 344 if (whoami) in plat_mp_up() 357 cpu_up_mask = 1 << whoami; in plat_mp_up() 378 if (whoami) in plat_mp_up()
|
D | cpu_init.c | 364 u32 whoami = in_be32(&pic->whoami); in corenet_tb_init() local 367 out_be32(&rcpm->ctbenrl, (1 << whoami)); in corenet_tb_init()
|
D | cpu.c | 115 printf("CPU%d: ", pic->whoami); in checkcpu()
|
/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()
|
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/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/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/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/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/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 | 86 whoami = getpass.getuser() 100 chroot_image = '/home/%s/trunk%s' % (whoami, chroot_image)
|
/external/stressapptest/ |
D | configure.ac | 75 username=$(whoami)
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_ios.md | 33 sudo chown -R $(whoami) /usr/local/*
|
/external/toybox/ |
D | Android.bp | 428 "whoami",
|
/external/toybox/generated/ |
D | newtoys.h | 294 USE_WHOAMI(OLDTOY(whoami, logname, TOYFLAG_USR|TOYFLAG_BIN))
|
/external/u-boot/arch/powerpc/include/asm/ |
D | immap_86xx.h | 533 uint whoami; /* 0x40090 - Who Am I Register */ member
|
D | immap_85xx.h | 633 u32 whoami; /* Who Am I */ member
|
/external/python/cpython2/Doc/library/ |
D | stdtypes.rst | 3002 >>> c.method.whoami = 'my name is method' # can't set on the method 3005 AttributeError: 'instancemethod' object has no attribute 'whoami' 3006 >>> c.method.im_func.whoami = 'my name is method' 3007 >>> c.method.whoami
|