Lines Matching refs:tmpbuf
458 Char tmpbuf[EL_BUFSIZ]; in cv_search() local
462 tmpbuf[0] = '.'; in cv_search()
463 tmpbuf[1] = '*'; in cv_search()
469 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
475 ch = tmpbuf[tmplen]; in cv_search()
476 tmpbuf[tmplen] = '\0'; in cv_search()
489 (void) Strncpy(tmpbuf, el->el_search.patbuf, in cv_search()
490 sizeof(tmpbuf) / sizeof(*tmpbuf) - 1); in cv_search()
493 (void) Strncpy(&el->el_search.patbuf[2], tmpbuf, in cv_search()
503 tmpbuf[tmplen++] = '.'; in cv_search()
504 tmpbuf[tmplen++] = '*'; in cv_search()
506 tmpbuf[tmplen] = '\0'; in cv_search()
507 (void) Strncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()