Lines Matching full:bufp
92 char buf[255], *bufp;
110 bufp = buf;
111 while (*bufp && isspace(*bufp)) {
112 bufp++;
116 if (*bufp == '#')
120 if (*bufp) {
121 if (!(*bufp))
124 if (strncmp(bufp, PROCS, proclen) == 0)
126 else if (strncmp(bufp, FILES, filelen) == 0)
136 memcpy(pc[*npc], bufp, buf_len);
138 bufp = NULL;
146 memcpy(fc[*nfc], bufp, buf_len);
148 bufp = NULL;