Lines Matching refs:tmpbuf
465 Char tmpbuf[EL_BUFSIZ]; in cv_search() local
469 tmpbuf[0] = '.'; in cv_search()
470 tmpbuf[1] = '*'; in cv_search()
476 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
482 ch = tmpbuf[tmplen]; in cv_search()
483 tmpbuf[tmplen] = '\0'; in cv_search()
496 (void) Strncpy(tmpbuf, el->el_search.patbuf, in cv_search()
497 sizeof(tmpbuf) / sizeof(*tmpbuf) - 1); in cv_search()
500 (void) Strncpy(&el->el_search.patbuf[2], tmpbuf, in cv_search()
510 tmpbuf[tmplen++] = '.'; in cv_search()
511 tmpbuf[tmplen++] = '*'; in cv_search()
513 tmpbuf[tmplen] = '\0'; in cv_search()
514 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()