Searched refs:userbuf (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | auth-rhosts.c | 87 char hostbuf[RBUFLN], userbuf[RBUFLN], dummy[RBUFLN]; in check_rhosts_file() local 107 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf, in check_rhosts_file() 114 strlcpy(userbuf, server_user, sizeof(userbuf)); in check_rhosts_file() 128 user = userbuf; in check_rhosts_file()
|
| /netbsd-src/libexec/identd/ |
| H A D | identd.c | 329 char userbuf[LOGIN_NAME_MAX]; /* actual user name (or numeric uid) */ in idhandle() local 465 (void)snprintf(userbuf, sizeof(userbuf), "%u", uid); in idhandle() 470 (void)strlcpy(userbuf, pw->pw_name, sizeof(userbuf)); in idhandle() 489 idbuf, userbuf); in idhandle() 490 (void)strlcpy(idbuf, userbuf, sizeof(idbuf)); in idhandle() 495 idbuf, userbuf, gethost((struct sockaddr *)&ss[0])); in idhandle() 511 idbuf, userbuf, gethost((struct sockaddr *)&ss[0])); in idhandle() 520 (void)strlcpy(idbuf, userbuf, sizeof(idbuf)); in idhandle()
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_linux.c | 1110 char *userbuf; in format_next_process() local 1112 userbuf = show_usernames ? username(p->uid) : itoa_w(p->uid, 7); in format_next_process() 1119 userbuf, in format_next_process() 1135 userbuf, in format_next_process()
|
| /netbsd-src/sys/dev/ |
| H A D | video.c | 1543 video_queue_buf(struct video_softc *sc, struct v4l2_buffer *userbuf) in video_queue_buf() argument 1549 if (userbuf->type != vs->vs_type) { in video_queue_buf() 1551 userbuf->type, vs->vs_type)); in video_queue_buf() 1554 if (userbuf->index >= vs->vs_nbufs) { in video_queue_buf() 1556 userbuf->index, vs->vs_nbufs)); in video_queue_buf() 1562 if (userbuf->memory != V4L2_MEMORY_MMAP) { in video_queue_buf() 1564 userbuf->memory)); in video_queue_buf() 1570 vb = vs->vs_buf[userbuf->index]; in video_queue_buf() 1579 memcpy(userbuf, driverbuf, sizeof(*driverbuf)); in video_queue_buf()
|
| /netbsd-src/libexec/httpd/ |
| H A D | bozohttpd.c | 1064 char *userbuf; in handle_redirect() local 1079 bozoasprintf(httpd, &userbuf, "/~%s%s", request->hr_user, url); in handle_redirect() 1080 url = userbuf; in handle_redirect() 1082 userbuf = NULL; in handle_redirect() 1165 free(userbuf); in handle_redirect()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | xmm7360.c | 275 #define copy_from_user(kbuf, userbuf, sz) \ argument 278 int error = copyin(userbuf, kbuf, sz); \ 283 #define copy_to_user(kbuf, userbuf, sz) \ argument 286 int error = copyout(userbuf, kbuf, sz); \
|