HomeSort by: relevance | last modified time | path
    Searched defs:tibuf (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/patch/
inp.c 67 static char *tibuf[2]; /* plan b buffers */ variable in typeref:typename:char * [2]
97 free(tibuf[0]);
98 free(tibuf[1]);
99 tibuf[0] = tibuf[1] = NULL;
435 tibuf[0] = malloc(BUFFERSIZE + 1);
436 if (tibuf[0] == NULL)
438 tibuf[1] = malloc(BUFFERSIZE + 1);
439 if (tibuf[1] == NULL)
442 p = tibuf[0] + maxlen * (i % lines_per_buf)
    [all...]
  /src/bin/csh/
glob.c 630 char tibuf[BUFSIZE]; local in function:backeval
723 icnt = read(pvec[0], tibuf, BUFSIZE);
730 ip[i] = (unsigned char) tibuf[i];

Completed in 12 milliseconds