Searched refs:userbuf (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | auth-rhosts.c | 85 char hostbuf[RBUFLN], userbuf[RBUFLN], dummy[RBUFLN]; in check_rhosts_file() local 105 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf, in check_rhosts_file() 112 strlcpy(userbuf, server_user, sizeof(userbuf)); in check_rhosts_file() 126 user = userbuf; in check_rhosts_file()
|
/external/webrtc/rtc_base/ |
D | http_common.cc | 455 unsigned char userbuf[256], passbuf[256], domainbuf[16]; in HttpAuthenticate() local 465 std::min(sizeof(userbuf) - 1, username.size())); in HttpAuthenticate() 466 memcpy(userbuf, username.c_str(), auth_id.UserLength); in HttpAuthenticate() 467 userbuf[auth_id.UserLength] = 0; in HttpAuthenticate() 476 std::min(sizeof(userbuf) - 1, username.size() - pos - 1)); in HttpAuthenticate() 477 memcpy(userbuf, username.c_str() + pos + 1, auth_id.UserLength); in HttpAuthenticate() 478 userbuf[auth_id.UserLength] = 0; in HttpAuthenticate() 490 auth_id.User = userbuf; in HttpAuthenticate()
|
/external/libcups/cups/ |
D | auth.c | 382 userbuf[256]; /* Kerberos username */ in _cupsSetNegotiateAuthString() local 407 snprintf(userbuf, sizeof(userbuf), "%s@%s", username, http->gsshost); in _cupsSetNegotiateAuthString() 408 username = userbuf; in _cupsSetNegotiateAuthString()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.c | 3069 void *userbuf; in update_vertex_buffers_sw() local 3080 userbuf = pipe->transfer_map(pipe, buf, 0, PIPE_MAP_READ, &box, in update_vertex_buffers_sw() 3083 vtxbuf.buffer.user = userbuf; in update_vertex_buffers_sw() 3092 userbuf, in update_vertex_buffers_sw()
|