Searched defs:USER (Results 1 – 7 of 7) 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
91 ## USER section in DESCRIPTION
28 const USER = CLONE_NEWUSER; constant
209 USER = 'testUser' variable in BasicAuthHandler284 USER = "testUser" variable in BasicAuthTests327 USER = "tester" variable in ProxyAuthTests
19 #define USER "a legitimate user" macro
28 USER = 24 enumerator
1570 USER = getpass.getuser() variable