Lines Matching refs:tmpbuf
456 wchar_t tmpbuf[EL_BUFSIZ]; in cv_search() local
460 tmpbuf[0] = '.'; in cv_search()
461 tmpbuf[1] = '*'; in cv_search()
467 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
473 ch = tmpbuf[tmplen]; in cv_search()
474 tmpbuf[tmplen] = '\0'; in cv_search()
487 (void) wcsncpy(tmpbuf, el->el_search.patbuf, in cv_search()
488 sizeof(tmpbuf) / sizeof(*tmpbuf) - 1); in cv_search()
491 (void) wcsncpy(&el->el_search.patbuf[2], tmpbuf, in cv_search()
501 tmpbuf[tmplen++] = '.'; in cv_search()
502 tmpbuf[tmplen++] = '*'; in cv_search()
504 tmpbuf[tmplen] = '\0'; in cv_search()
505 (void) wcsncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()