Lines Matching refs:tbuf
112 (void)strlcpy(bp = tbuf, pw->pw_gecos, sizeof(tbuf));
383 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_DEV, w->tty);
384 if (stat(tbuf, &sb) < 0) {
385 warn("%s", tbuf);
410 (void)strlcpy(bp = tbuf, pw->pw_gecos, sizeof(tbuf));
423 (void)snprintf(tbuf, sizeof(tbuf), "%s/%s", _PATH_MAILDIR,
426 if (stat(tbuf, &sb) < 0) {
429 "finger: %s: %s\n", tbuf, strerror(errno));