Home
last modified time | relevance | path

Searched defs:USER (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Tools/msi/
Duploadrelease.bat8 set USER= variable
20 if "%1" EQU "-u" (set USER=%~2) && shift && shift && goto CheckOpts variable
21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts variable
/third_party/rust/crates/rustix/src/thread/
Dsetns.rs28 const USER = CLONE_NEWUSER; constant
/third_party/python/Lib/test/
Dtest_urllib2_localnet.py206 USER = 'testUser' variable in BasicAuthHandler
281 USER = "testUser" variable in BasicAuthTests
324 USER = "tester" variable in ProxyAuthTests
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dtlsauthentication.c19 #define USER "a legitimate user" macro
/third_party/node/deps/undici/src/lib/llhttp/
Dconstants.d.ts28 USER = 24 enumerator
/third_party/python/Lib/
Dimaplib.py1570 USER = getpass.getuser() variable