Searched refs:lpbuf (Results 1 – 5 of 5) sorted by relevance
308 num2 = lpbuf + BUFBIG - lpnt; /* # bytes left in in lwrite()467 lpnt = lpbuf; in lcreat()468 lpend = lpbuf + BUFBIG; in lcreat()497 lpnt = lpbuf; in lopen()513 lpnt = lpbuf; in lappend()514 lpend = lpbuf + BUFBIG; in lappend()780 if ((lpoint = lpnt - lpbuf) > 0) { in lflush()786 if (write(io_outfd, lpbuf, lpoint) != lpoint) in lflush()788 lpnt = lpbuf; /* point back to beginning of buffer */ in lflush()791 for (str = lpbuf; str < lpnt; str++) { in lflush()[all …]
117 u_char *lpbuf, *lpnt, *inbuffer, *lpend; /* input/output pointers variable
132 lpbuf = malloc((5 * BUFBIG) >> 2); /* output buffer */ in main()134 if ((lpbuf == 0) || (inbuffer == 0)) in main()
344 extern u_char *lpbuf, *lpend;
630 static char lpbuf[100]; local696 (void)strlcpy(lpbuf, pattern, sizeof(lpbuf));697 last_pattern = lpbuf;