HomeSort by relevance Sort by last modified time
    Searched defs:passwd (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/remoting/host/
username.cc 26 struct passwd passwd; local
27 struct passwd* passwd_result = NULL;
28 getpwuid_r(getuid(), &passwd, &(buf[0]), buf_size, &passwd_result); local
  /external/e2fsprogs/include/nonunix/
pwd.h 7 __inline struct passwd* getpwnam (char* g){return 0;}
10 struct passwd struct
  /bionic/libc/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
116 struct passwd* getpwnam(const char*);
117 struct passwd* getpwuid(uid_t);
119 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
120 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /development/ndk/platforms/android-3/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
113 struct passwd* getpwnam(const char*);
114 struct passwd* getpwuid(uid_t);
119 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
120 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /development/ndk/platforms/android-L/include/
pwd.h 68 #define _PATH_PASSWD "/etc/passwd"
69 #define _PATH_MASTERPASSWD "/etc/master.passwd"
72 #define _PATH_PASSWD_CONF "/etc/passwd.conf"
101 struct passwd struct
116 struct passwd* getpwnam(const char*);
117 struct passwd* getpwuid(uid_t);
119 int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
120 int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
    [all...]
  /external/openssl/ssl/
tls_srp.c 141 /* set SRP client passwd callback */
208 /* set SRP client passwd callback */
378 char *passwd = NULL; local
386 if (!(passwd = s->srp_ctx.SRP_give_srp_client_pwd_callback(s, s->srp_ctx.SRP_cb_arg))) goto err;
387 if (!(x = SRP_Calc_x(s->srp_ctx.s,s->srp_ctx.login,passwd))) goto err;
402 if (passwd)
404 OPENSSL_cleanse(passwd,strlen(passwd)) ;
405 OPENSSL_free(passwd);
  /external/clang/test/CodeGen/
const-init.c 153 DCC_PASSWD passwd; member in struct:__anon23256
  /external/openssl/apps/
passwd.c 1 /* apps/passwd.c */
43 char *passwd, BIO *out, int quiet, int table, int reverse,
66 char *salt = NULL, *passwd = NULL, **passwds = NULL; local
171 BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
220 passwd = passwd_malloc = OPENSSL_malloc(passwd_malloc_size);
244 passwd = *passwds++;
245 if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out,
256 assert (passwd != NULL);
259 int r = BIO_gets(in, passwd, pw_maxlen + 1);
262 char *c = (strchr(passwd, '\n'))
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 127 char *passwd; /* passwd string */ member in struct:xmlNanoFTPCtxt
149 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
257 * @passwd: the proxy password
267 const char *passwd, int type) {
284 if (passwd)
285 proxyPasswd = xmlMemStrdup(passwd);
346 ctxt->passwd = xmlMemStrdup(cptr+1);
796 if (ctxt->passwd == NULL)
799 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);
    [all...]
testapi.c 11861 char * passwd; \/* the proxy password *\/ local
    [all...]
  /external/libxml2/
nanoftp.c 128 char *passwd; /* passwd string */ member in struct:xmlNanoFTPCtxt
150 static char *proxyPasswd = NULL;/* passwd for proxy authentication */
258 * @passwd: the proxy password
268 const char *passwd, int type) {
285 if (passwd)
286 proxyPasswd = xmlMemStrdup(passwd);
347 ctxt->passwd = xmlMemStrdup(cptr+1);
797 if (ctxt->passwd == NULL)
800 snprintf(buf, sizeof(buf), "PASS %s\r\n", ctxt->passwd);
    [all...]
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 318 unsigned char passwd[511]; member in struct:wanif_conf
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 177 unsigned struct_passwd_sz = sizeof(struct passwd);
1105 CHECK_TYPE_SIZE(passwd); variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 7194 milliseconds