Searched defs:USER (Results 1 – 6 of 6) sorted by relevance
8 set USER= variable20 if "%1" EQU "-u" (set USER=%~2) && shift && shift && goto CheckOpts variable21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts variable
28 const USER = CLONE_NEWUSER; constant
206 USER = 'testUser' variable in BasicAuthHandler281 USER = "testUser" variable in BasicAuthTests324 USER = "tester" variable in ProxyAuthTests
19 #define USER "a legitimate user" macro
28 USER = 24 enumerator
1570 USER = getpass.getuser() variable