Home
last modified time | relevance | path

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

12

/third_party/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
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dmp.c254 u32 cpu_up_mask, whoami, brsize = LAW_SIZE_4K; in plat_mp_up() local
269 whoami = in_be32(&pic->whoami); in plat_mp_up()
270 cpu_up_mask = 1 << whoami; in plat_mp_up()
333 u32 up, cpu_up_mask, whoami; in plat_mp_up() local
342 whoami = in_be32(&pic->whoami); in plat_mp_up()
347 if (whoami) in plat_mp_up()
360 cpu_up_mask = 1 << whoami; in plat_mp_up()
381 if (whoami) in plat_mp_up()
/third_party/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()
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-whoami.md3 title: npm-whoami
7 # npm-whoami(1)
13 npm whoami [--registry <registry>]
Dnpm-star.md30 * [npm whoami](/cli-commands/npm-whoami)
Dnpm-stars.md28 * [npm whoami](/cli-commands/npm-whoami)
Dnpm-logout.md54 * [npm whoami](/cli-commands/npm-whoami)
Dnpm-adduser.md95 * [npm whoami](/cli-commands/npm-whoami)
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime02.c130 uid_t whoami = 0; in verify_clock_adjtime() local
149 whoami = nobody->pw_uid; in verify_clock_adjtime()
150 SAFE_SETEUID(whoami); in verify_clock_adjtime()
173 "uid=%d)", tc[i].modes, whoami); in verify_clock_adjtime()
180 tc[i].exp_err, TST_ERR, tc[i].modes, whoami); in verify_clock_adjtime()
185 "uid=%d)", tc[i].modes, whoami); in verify_clock_adjtime()
/third_party/node/deps/npm/lib/
Dwhoami.js16 module.exports = whoami
18 whoami.usage = 'npm whoami [--registry <registry>]\n(just prints username according to given regist…
20 function whoami ([spec], silent, cb) { function
Dstars.js9 const whoami = require('./whoami.js') constant
17 return (user ? BB.resolve(user) : whoami([], true, () => {})).then(usr => {
Ddeprecate.js11 const whoami = require('./whoami.js') constant
22 return whoami([], true, () => {}).then(username => {
Dstar.js13 const whoami = require('./whoami.js') constant
42 whoami([pkg], true, () => {}),
Dunpublish.js21 const whoami = BB.promisify(require('./whoami.js')) constant
44 whoami([], true).then(username => {
Daccess.js15 const whoami = require('./whoami.js') constant
147 owner ? BB.resolve(owner) : BB.fromNode(cb => whoami([], true, cb))
Downer.js14 const whoami = BB.promisify(require('./whoami.js')) constant
34 return whoami([], true).then(username => {
/third_party/skia/third_party/externals/angle2/scripts/
Dtrigger.py115 whoami = subprocess.check_output(['whoami'])
117 whoami = re.sub(r'\w+[^\w]', '', whoami.strip())
118 swarming_args += ['-user', whoami]
/third_party/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()
/third_party/libwebsockets/plugin-standalone/
DCMakeLists.txt39 COMMAND "whoami"
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
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")
/third_party/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")
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
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