Lines Matching refs:tmpbuf
449 wchar_t tmpbuf[EL_BUFSIZ]; in cv_search() local
453 tmpbuf[0] = '.'; in cv_search()
454 tmpbuf[1] = '*'; in cv_search()
460 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
466 ch = tmpbuf[tmplen]; in cv_search()
467 tmpbuf[tmplen] = '\0'; in cv_search()
480 (void) wcsncpy(tmpbuf, el->el_search.patbuf, in cv_search()
481 sizeof(tmpbuf) / sizeof(*tmpbuf) - 1); in cv_search()
484 (void) wcsncpy(&el->el_search.patbuf[2], tmpbuf, in cv_search()
494 tmpbuf[tmplen++] = '.'; in cv_search()
495 tmpbuf[tmplen++] = '*'; in cv_search()
497 tmpbuf[tmplen] = '\0'; in cv_search()
498 (void) wcsncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()