Home
last modified time | relevance | path

Searched defs:USER (Results 1 – 7 of 7) 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/curl/docs/libcurl/
Dlibcurl-env.md91 ## USER section in DESCRIPTION
/third_party/rust/crates/rustix/src/thread/
Dsetns.rs28 const USER = CLONE_NEWUSER; constant
/third_party/python/Lib/test/
Dtest_urllib2_localnet.py209 USER = 'testUser' variable in BasicAuthHandler
284 USER = "testUser" variable in BasicAuthTests
327 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