Home
last modified time | relevance | path

Searched refs:whoami (Results 1 – 25 of 47) 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()
70 void com_err_va (const char *whoami, errcode_t code, const char *fmt, in com_err_va() argument
73 (*com_err_hook) (whoami, code, fmt, args); in com_err_va()
76 void com_err (const char *whoami, in com_err() argument
85 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,
/third_party/e2fsprogs/lib/ss/
Derror.c64 register char *whoami; in ss_error() local
68 whoami = ss_name (sci_idx); in ss_error()
69 com_err_va (whoami, code, fmt, pvar); in ss_error()
70 free (whoami); in ss_error()
/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/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/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/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dprotocol_lws_minimal.c86 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
90 whoami = n + 1; in thread_spam()
113 whoami, index++); in thread_spam()
134 lwsl_notice("thread_spam %d exiting\n", whoami); in thread_spam()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
Dprotocol_lws_minimal.c86 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
90 whoami = n + 1; in thread_spam()
113 whoami, index++); in thread_spam()
134 lwsl_notice("thread_spam %d exiting\n", whoami); in thread_spam()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
Dprotocol_lws_minimal.c90 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
94 whoami = n + 1; in thread_spam()
117 whoami, index++); in thread_spam()
137 lwsl_notice("thread_spam %d exiting\n", whoami); in thread_spam()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
Dminimal-http-server-sse-ring.c95 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
99 whoami = n + 1; in thread_spam()
121 "%s: tid: %d, msg: %d", __func__, whoami, index++); in thread_spam()
143 lwsl_notice("thread_spam %d exiting\n", whoami); in thread_spam()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
Dminimal-ws-client.c81 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
85 whoami = n + 1; in thread_spam()
107 "tid: %d, msg: %d", whoami, index++); in thread_spam()
128 lwsl_notice("thread_spam %d exiting\n", whoami); in thread_spam()
/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/openh264/test/encoder_binary_comparison/Scripts/
Drun_SafeDelete.sh198 local UserName=`whoami`

12