Home
last modified time | relevance | path

Searched refs:USER (Results 1 - 16 of 16) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_urllib2_localnet.py209 USER = 'testUser' variable in BasicAuthHandler
212 USER_PASSWD = "%s:%s" % (USER, PASSWD)
284 USER = "testUser" variable in BasicAuthTests
309 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD)
318 ah.add_password(self.REALM, self.server_url, self.USER, self.INCORRECT_PASSWD)
327 USER = "tester" variable in ProxyAuthTests
342 self.digest_auth_handler.set_users({self.USER: self.PASSWD})
364 self.USER, self.PASSWD+"bad")
378 self.USER, self.PASSWD)
386 self.USER, sel
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dtlsauthentication.c19 #define USER "a legitimate user" macro
226 if (!is_authenticated (connection, USER, PASSWORD)) in answer_to_connection()
/third_party/curl/tests/
H A Dservers.pm140 my $USER; # name of the current user
204 $USER = $ENV{USER}; # Linux
205 if (!$USER) {
206 $USER = $ENV{USERNAME}; # Windows
207 if (!$USER) {
208 $USER = $ENV{LOGNAME}; # Some Unix (I think)
1777 if(!$USER) {
1778 logmsg "Can't start ssh server due to lack of USER name\n";
1813 $flags .= "--user \"$USER\"";
[all...]
H A Dsshserver.pl102 my $username = $ENV{USER}; # default user
/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/ltp/testcases/kernel/mce-test/hwpoison/
H A Drun-huge-test.sh167 ipcs -s|grep $USER|cut -f2 -d' '|xargs ipcrm sem
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Drun-huge-test.sh167 ipcs -s|grep $USER|cut -f2 -d' '|xargs ipcrm sem
/third_party/node/deps/llhttp/include/
H A Dllhttp.h200 XX(24, USER, USER) \
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y124 %token USER
656 user_def : USER identifier ROLES names opt_mls_user ';'
966 | USER { $$ = require_user; }
/third_party/python/Lib/
H A Dimaplib.py1570 USER = getpass.getuser() variable
1571 PASSWD = getpass.getpass("IMAP password for %s on %s: " % (USER, host or "localhost"))
1573 test_mesg = 'From: %(user)s@localhost%(lf)sSubject: IMAP4 test%(lf)s%(lf)sdata...%(lf)s' % {'user':USER, 'lf':'\n'}
1575 ('login', (USER, PASSWD)),
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h316 XX(24, USER, USER) \
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh498 echo "name=$USER&type=33&description=/tmp/alsa-info.txt&expiry=&s=Submit+Post&content=" > $FILE
/third_party/pulseaudio/src/pulsecore/
H A Dcore.c665 CHECK_CAUSE(p, first, cause_bitfield, USER); in pa_suspend_cause_to_string()
/third_party/node/src/crypto/
H A Dcrypto_util.cc539 V(USER) \ in SetFipsCrypto()
/third_party/typescript/lib/
H A Dtsserver.js[all...]

Completed in 54 milliseconds