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