Searched refs:userbuf (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | auth-rhosts.c | 86 char hostbuf[RBUFLN], userbuf[RBUFLN], dummy[RBUFLN]; in check_rhosts_file() local 106 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf, in check_rhosts_file() 113 strlcpy(userbuf, server_user, sizeof(userbuf)); in check_rhosts_file() 127 user = userbuf; in check_rhosts_file()
|
/external/webrtc/webrtc/base/ |
D | httpcommon.cc | 955 unsigned char userbuf[256], passbuf[256], domainbuf[16]; in HttpAuthenticate() local 965 std::min(sizeof(userbuf) - 1, username.size())); in HttpAuthenticate() 966 memcpy(userbuf, username.c_str(), auth_id.UserLength); in HttpAuthenticate() 967 userbuf[auth_id.UserLength] = 0; in HttpAuthenticate() 976 std::min(sizeof(userbuf) - 1, username.size() - pos - 1)); in HttpAuthenticate() 977 memcpy(userbuf, username.c_str() + pos + 1, auth_id.UserLength); in HttpAuthenticate() 978 userbuf[auth_id.UserLength] = 0; in HttpAuthenticate() 990 auth_id.User = userbuf; in HttpAuthenticate()
|
/external/libcups/cups/ |
D | auth.c | 358 userbuf[256]; /* Kerberos username */ in _cupsSetNegotiateAuthString() local 383 snprintf(userbuf, sizeof(userbuf), "%s@%s", username, http->gsshost); in _cupsSetNegotiateAuthString() 384 username = userbuf; in _cupsSetNegotiateAuthString()
|
/external/syslinux/memdisk/ |
D | eltorito.h | 73 uint16_t userbuf; /* User buffer segment */ member
|