/third_party/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() 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()
|
D | com_err.h | 34 extern void com_err_va (const char *whoami, errcode_t code, const char *fmt,
|
/third_party/e2fsprogs/lib/ss/ |
D | error.c | 64 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/ |
D | clock_adjtime02.c | 130 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/ |
D | npm-whoami.md | 3 title: npm-whoami 7 # npm-whoami(1) 13 npm whoami [--registry <registry>]
|
D | npm-star.md | 30 * [npm whoami](/cli-commands/npm-whoami)
|
D | npm-stars.md | 28 * [npm whoami](/cli-commands/npm-whoami)
|
D | npm-logout.md | 54 * [npm whoami](/cli-commands/npm-whoami)
|
D | npm-adduser.md | 95 * [npm whoami](/cli-commands/npm-whoami)
|
/third_party/node/deps/npm/lib/ |
D | whoami.js | 16 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
|
D | stars.js | 9 const whoami = require('./whoami.js') constant 17 return (user ? BB.resolve(user) : whoami([], true, () => {})).then(usr => {
|
D | deprecate.js | 11 const whoami = require('./whoami.js') constant 22 return whoami([], true, () => {}).then(username => {
|
D | star.js | 13 const whoami = require('./whoami.js') constant 42 whoami([pkg], true, () => {}),
|
D | unpublish.js | 21 const whoami = BB.promisify(require('./whoami.js')) constant 44 whoami([], true).then(username => {
|
D | access.js | 15 const whoami = require('./whoami.js') constant 147 owner ? BB.resolve(owner) : BB.fromNode(cb => whoami([], true, cb))
|
D | owner.js | 14 const whoami = BB.promisify(require('./whoami.js')) constant 34 return whoami([], true).then(username => {
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | trigger.py | 115 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/ |
D | protocol_lws_minimal.c | 86 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/ |
D | protocol_lws_minimal.c | 86 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/ |
D | protocol_lws_minimal.c | 90 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/ |
D | minimal-http-server-sse-ring.c | 95 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/ |
D | minimal-ws-client.c | 81 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/ |
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()
|
/third_party/openh264/test/encoder_binary_comparison/Scripts/ |
D | run_SafeDelete.sh | 198 local UserName=`whoami`
|