Home
last modified time | relevance | path

Searched refs:userid (Results 1 – 25 of 28) sorted by relevance

12

/external/autotest/site_utils/rpm_control_system/
Ddli.py34 def __init__(self,userid='admin',password='4321',hostname='192.168.0.100'): argument
35 self.userid=userid
48 curl.setopt(curl.URL, 'http://%s:%s@%s/%s' % (self.userid,self.password,self.hostname,url))
105 switch=powerswitch(userid=options.user,password=options.password,hostname=options.hostname)
Ddli_urllib.py17 path = 'http://%s:%s@%s:80/%s' % (self.userid,self.password,
/external/ltp/testcases/kernel/containers/userns/
Duserns05.c55 char userid[BUFSIZ]; in getusernsidbypid() local
60 if (readlink(path, userid, BUFSIZ) == -1) in getusernsidbypid()
63 if (sscanf(userid, "user:[%u]", &id) != 1) in getusernsidbypid()
/external/swiftshader/third_party/LLVM/utils/
DplotNLT.pl10 $userid="llvmdbuser";
15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
DcgiplotNLT.pl12 $userid="llvmdbuser";
17 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
DwebNLT.pl22 $userid="llvmdbuser";
27 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
DimportNLT.pl10 $userid="llvmdbuser";
15 $dbh = DBI->connect($connectionInfo,$userid,$passwd) or die DBI->errstr;
/external/libxml2/
Dlibxml2.doap16 <gnome:userid>veillard</gnome:userid>
/external/autotest/client/site_tests/platform_FilePerms/
Dplatform_FilePerms.py238 def checkid(self, fs, userid): argument
256 if userid != uid:
259 if userid != gid:
/external/curl/tests/data/
Dtest110535 …parm1=this*that/other/thing&parm2=foobar/1105" -c log/cookie1105.txt -d "userid=myname&password=my…
54 userid=myname&password=mypassword
/external/python/cpython2/Lib/email/test/data/
Dmsg_03.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_27.txt2 Received: by mail.dom.ain (Postfix, from userid 889)
Dmsg_01.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_20.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_29.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_14.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_44.txt3 Received: by mail.python.org (Postfix, from userid 889)
Dmsg_04.txt3 Received: by mail.python.org (Postfix, from userid 889)
Dmsg_16.txt80 Received: by babylon.socal-raves.org (Postfix, from userid 60001)
/external/selinux/libselinux/src/android/
Dandroid_platform.c801 uid_t userid; in seapp_context_lookup() local
827 userid = uid / AID_USER; in seapp_context_lookup()
828 isOwner = (userid == 0); in seapp_context_lookup()
852 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID) in seapp_context_lookup()
940 512 + (userid & 0xff), in seapp_context_lookup()
941 768 + (userid>>8 & 0xff)); in seapp_context_lookup()
947 512 + (userid & 0xff), in seapp_context_lookup()
948 768 + (userid>>8 & 0xff)); in seapp_context_lookup()
/external/iptables/extensions/
Dlibxt_LOG.man32 Log the userid of the process which generated the packet.
/external/python/cpython2/Doc/library/
Dgetpass.rst5 :synopsis: Portable reading of passwords and retrieval of the userid.
Dcgi.rst534 by the userid under which your CGI script will be running: this is typically the
535 userid under which the web server is running, or some explicitly specified
536 userid for a web server's ``suexec`` feature.
/external/python/cpython2/Lib/
Dftplib.py1047 userid = passwd = acct = ''
1056 userid, passwd, acct = netrc.get_account(host)
1061 ftp.login(userid, passwd, acct)
/external/openssh/
Dscp.c355 uid_t userid; variable
484 if ((pwd = getpwuid(userid = getuid())) == NULL) in main()
485 fatal("unknown user %u", (u_int) userid); in main()

12