Lines Matching defs:tmpbuf
2194 char buf[BUFSIZ+1], tmpbuf[BUFSIZ+1], cname[BUFSIZ+1];
2244 (void) strcpy(tmpbuf, &(t[5]));
2245 if ((p = strchr(tmpbuf, '@')) == 0) {
2251 if (isdigit(*tmpbuf)) {
2253 uid = atoi(tmpbuf);
2266 if ((hp = getipnodebyname(tmpbuf, AF_INET6,
2270 "errnum %d %s skipping\n"), tmpbuf, errnum,
2284 "skipping\n"), tmpbuf);
2293 "skipping\n"), tmpbuf);
2299 * tmpbuf could be an alias, use hp->h_name instead.
2405 tmpbuf);