Searched refs:bufnum (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcurses/trace/
H A Dvisbuf.c112 _nc_visbuf2n(int bufnum, const char *buf, int len) argument
128 vbuf = tp = _nc_trace_buf(bufnum, NormalLen(len));
134 if (bufnum < 0) {
140 mybuf[bufnum] = typeRealloc(char, NormalLen(len), mybuf[bufnum]);
141 vbuf = tp = mybuf[bufnum];
161 _nc_visbuf2(int bufnum, const char *buf) argument
163 return _nc_visbuf2n(bufnum, buf, -1);
195 _nc_viswbuf2n(int bufnum, const wchar_t *buf, int len) argument
209 vbuf = tp = _nc_trace_buf(bufnum, WideLe
242 _nc_viswbuf2(int bufnum, const wchar_t *buf) argument
290 _nc_viscbuf2(int bufnum, const NCURSES_CH_T *buf, int len) argument
[all...]
/openbsd-current/lib/libcrypto/conf/
H A Dconf_def.c219 int bufnum = 0, i, ii; local
252 bufnum = 0;
255 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
259 p = &(buff->data[bufnum]);
285 bufnum += i;
289 if (bufnum >= 1) {
292 p = &(buff->data[bufnum - 1]);
294 ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) {
295 bufnum--;
301 bufnum
[all...]

Completed in 175 milliseconds