Lines Matching defs:tmpbuf
838 char tmpbuf[MAXLINELEN];
846 (void) strlcpy(tmpbuf, buf, MAXLINELEN);
851 len = strlen(tmpbuf);
853 if (!isspace(tmpbuf[i]))
856 if (i == len || tmpbuf[i] == '#')
859 str = tmpbuf + i;
885 if (str >= tmpbuf + len)
1217 char tmpbuf[MAXLINELEN];
1218 char *ptr = tmpbuf;
1219 char *lim = tmpbuf + MAXLINELEN;
1250 (void) snprintf(buf, MAXLINELEN, "%s\n", tmpbuf);