Home
last modified time | relevance | path

Searched refs:whoami (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A 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/skia/third_party/externals/angle2/scripts/
H A 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-foreign-libuv-smp/
H A 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/ws-client/minimal-ws-client-tx/
H A 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/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H A 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/http-server/minimal-http-server-sse-ring/
H A 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-server/minimal-ws-server-threads-smp/
H A 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/ltp/testcases/network/nfsv4/locks/
H A 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()
H A Dlocktests.h142 int whoami; member
/third_party/libwebsockets/scripts/
H A Desp32.mk55 whoami | tr -d '\n' >>$(jbi) ;\
/third_party/node/deps/npm/test/lib/commands/
H A Dhelp.js33 1: ['whoami', 'install', 'star', 'unstar', 'uninstall', 'unpublish'].map(p => `npm-${p}`),
105 t.test('npm help whoami', async t => {
106 const { getArgs } = await mockHelp(t, { exec: ['whoami'] })
111 t.match(spawnArgs[0], /npm-whoami\.1$/)
218 await t.rejects(help.exec(['whoami']), /help process exited with code: SPAWN_ERR/)
226 await t.rejects(help.exec(['whoami']), /errrrr/)

Completed in 8 milliseconds