Home
last modified time | relevance | path

Searched defs:acct (Results 1 – 18 of 18) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dacct.h44 struct acct struct
46 char ac_flag; /* Flags */
47 char ac_version; /* Always set to ACCT_VERSION */
49 __u16 ac_uid16; /* LSB of Real User ID */
50 __u16 ac_gid16; /* LSB of Real Group ID */
74 struct acct_v3 argument
/external/python/cpython3/Lib/
Dftplib.py112 def __init__(self, host='', user='', passwd='', acct='', argument
401 def login(self, user = '', passwd = '', acct = ''): argument
548 def acct(self, password): member in FTP
724 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
747 def login(self, user='', passwd='', acct='', secure=True): argument
/external/python/cpython2/Lib/
Dftplib.py116 def __init__(self, host='', user='', passwd='', acct='', argument
380 def login(self, user = '', passwd = '', acct = ''): argument
519 def acct(self, password): member in FTP
660 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
679 def login(self, user='', passwd='', acct='', secure=True): argument
/external/mockftpserver/tags/2.0.1/src/main/resources/
DReplyText.properties70 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.0/src/main/resources/
DReplyText.properties70 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.2/src/main/resources/
DReplyText.properties71 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.3/src/main/resources/
DReplyText.properties71 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/resources/
DReplyText.properties70 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.5/src/main/resources/
DReplyText.properties71 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.0.2/src/main/resources/
DReplyText.properties70 acct=ACCT completed for {0}. key
/external/mockftpserver/MockFtpServer/src/main/resources/
DReplyText.properties71 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.1/src/main/resources/
DReplyText.properties71 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.0-rc1/src/main/resources/
DReplyText.properties70 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/resources/
DReplyText.properties70 acct=ACCT completed for {0}. key
/external/mockftpserver/tags/2.4/src/main/resources/
DReplyText.properties71 acct=ACCT completed for {0}. key
/external/libaom/libaom/examples/
Danalyzer.cc342 Accounting *acct; in computeBitsPerPixel() local
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java968 JSONObject acct = new JSONObject(); in buildPhoneAccount() local
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzsyscall_solaris_amd64.go541 func acct(path *byte) (err error) { func