Lines Matching defs:userbuf
329 char userbuf[LOGIN_NAME_MAX]; /* actual user name (or numeric uid) */
462 /* Fill in userbuf with user name if possible, else numeric UID. */
465 (void)snprintf(userbuf, sizeof(userbuf), "%u", uid);
470 (void)strlcpy(userbuf, pw->pw_name, sizeof(userbuf));
489 idbuf, userbuf);
490 (void)strlcpy(idbuf, userbuf, sizeof(idbuf));
495 idbuf, userbuf, gethost((struct sockaddr *)&ss[0]));
511 idbuf, userbuf, gethost((struct sockaddr *)&ss[0]));
520 (void)strlcpy(idbuf, userbuf, sizeof(idbuf));