Searched refs:bufworkp (Results 1 – 1 of 1) sorted by relevance
117 char *bufinp, *bufworkp; /* pointers to input and work areas */ local233 bufworkp = bufinp + LINESZ;273 (void)strccpy(bufworkp, bufinp);274 nitems = strlen(bufworkp) + 1;275 if (fwrite(bufworkp, sizeof(*bufworkp), nitems, fp_outp) != nitems) {