Lines Matching refs:tmpbuf
459 wchar_t tmpbuf[EL_BUFSIZ]; in cv_search() local
463 tmpbuf[0] = '.'; in cv_search()
464 tmpbuf[1] = '*'; in cv_search()
470 tmplen = c_gets(el, &tmpbuf[LEN], in cv_search()
476 ch = tmpbuf[tmplen]; in cv_search()
477 tmpbuf[tmplen] = '\0'; in cv_search()
490 (void) wcsncpy(tmpbuf, el->el_search.patbuf, in cv_search()
491 sizeof(tmpbuf) / sizeof(*tmpbuf) - 1); in cv_search()
494 (void) wcsncpy(&el->el_search.patbuf[2], tmpbuf, in cv_search()
504 tmpbuf[tmplen++] = '.'; in cv_search()
505 tmpbuf[tmplen++] = '*'; in cv_search()
507 tmpbuf[tmplen] = '\0'; in cv_search()
508 (void) wcsncpy(el->el_search.patbuf, tmpbuf, EL_BUFSIZ - 1); in cv_search()