Home
last modified time | relevance | path

Searched refs:pw (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_wfwrite.c25 const wchar_t *pw; in _wstdio_fwrite() local
52 pw = ws; in _wstdio_fwrite()
54 r = wcsnrtombs(buf, &pw, n-count, sizeof(buf), &stream->__state); in _wstdio_fwrite()
58 pw = ws + count + r; /* pw was set to NULL, so correct. */ in _wstdio_fwrite()
61 count = pw - ws; in _wstdio_fwrite()
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dlibcrypt.h11 extern char *__md5_crypt(const unsigned char *pw, const unsigned char *salt) attribute_hidden;
12 extern char *__sha256_crypt(const unsigned char *pw, const unsigned char *salt) attribute_hidden;
13 extern char *__sha512_crypt(const unsigned char *pw, const unsigned char *salt) attribute_hidden;
14 extern char *__des_crypt(const unsigned char *pw, const unsigned char *salt) attribute_hidden;
A Dmd5.c531 char *__md5_crypt(const unsigned char *pw, const unsigned char *salt) in __md5_crypt() argument
561 pw_len = strlen(pw); in __md5_crypt()
562 __md5_Update(&ctx,pw,pw_len); in __md5_crypt()
572 __md5_Update(&ctx1,pw,pw_len); in __md5_crypt()
574 __md5_Update(&ctx1,pw,pw_len); in __md5_crypt()
584 __md5_Update(&ctx, ((i&1) ? final : (const unsigned char *) pw), 1); in __md5_crypt()
602 __md5_Update(&ctx1,pw,pw_len); in __md5_crypt()
610 __md5_Update(&ctx1,pw,pw_len); in __md5_crypt()
615 __md5_Update(&ctx1,pw,pw_len); in __md5_crypt()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wchar/
A Dwchar.c1518 const wchar_t *pw = &wc; in iconv() local
1520 r = _wchar_wcsntoutf8s(*outbuf, *outbytesleft, &pw, 1); in iconv()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c42 extern int __parsepwent(void *pw, char *line) attribute_hidden;

Completed in 10 milliseconds