Home
last modified time | relevance | path

Searched defs:USER (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Tools/msi/
H A 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/
H A Dsetns.rs28 const USER = CLONE_NEWUSER; consts
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dtlsauthentication.c19 #define USER "a legitimate user" macro
/third_party/python/Lib/test/
H A Dtest_urllib2_localnet.py209 USER = 'testUser' variable in BasicAuthHandler
284 USER = "testUser" variable in BasicAuthTests
327 USER = "tester" variable in ProxyAuthTests
[all...]
/third_party/python/Lib/
H A Dimaplib.py1570 USER = getpass.getuser() variable

Completed in 5 milliseconds