Home
last modified time | relevance | path

Searched refs:bufnum (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/trace/
Dlib_traceatr.c76 _traceattr2(int bufnum, chtype newmode) in _traceattr2() argument
119 char *result = _nc_trace_buf(bufnum, BUFSIZ); in _traceattr2()
131 result = _nc_trace_bufcat(bufnum, "|"); in _traceattr2()
132 result = _nc_trace_bufcat(bufnum, names[n].name); in _traceattr2()
152 result = _nc_trace_bufcat(bufnum, temp); in _traceattr2()
158 (void) _nc_trace_bufcat(bufnum, "|"); in _traceattr2()
159 (void) _nc_trace_bufcat(bufnum, "A_NORMAL"); in _traceattr2()
163 result = _nc_trace_bufcat(bufnum, r_brace); in _traceattr2()
253 _tracechtype2(int bufnum, chtype ch) in _tracechtype2() argument
256 char *result = _nc_trace_buf(bufnum, BUFSIZ); in _tracechtype2()
[all …]
Dtrace_buf.c44 _nc_trace_alloc(int bufnum, size_t want) in _nc_trace_alloc() argument
48 if (bufnum >= 0) { in _nc_trace_alloc()
49 if ((size_t) (bufnum + 1) > MySize) { in _nc_trace_alloc()
50 size_t need = (bufnum + 1) * 2; in _nc_trace_alloc()
58 if (MyList[bufnum].text == 0 in _nc_trace_alloc()
59 || want > MyList[bufnum].size) { in _nc_trace_alloc()
60 MyList[bufnum].text = typeRealloc(char, want, MyList[bufnum].text); in _nc_trace_alloc()
61 if (MyList[bufnum].text != 0) in _nc_trace_alloc()
62 MyList[bufnum].size = want; in _nc_trace_alloc()
64 result = MyList[bufnum].text; in _nc_trace_alloc()
[all …]
Dvisbuf.c93 _nc_visbuf2n(int bufnum, const char *buf, int len) in _nc_visbuf2n() argument
108 vbuf = tp = _nc_trace_buf(bufnum, NormalLen(len)); in _nc_visbuf2n()
112 mybuf[bufnum] = typeRealloc(char, NormalLen(len), mybuf[bufnum]); in _nc_visbuf2n()
113 vbuf = tp = mybuf[bufnum]; in _nc_visbuf2n()
130 _nc_visbuf2(int bufnum, const char *buf) in _nc_visbuf2() argument
132 return _nc_visbuf2n(bufnum, buf, -1); in _nc_visbuf2()
164 _nc_viswbuf2n(int bufnum, const wchar_t *buf, int len) in _nc_viswbuf2n() argument
177 vbuf = tp = _nc_trace_buf(bufnum, WideLen(len)); in _nc_viswbuf2n()
181 mybuf[bufnum] = typeRealloc(char, WideLen(len), mybuf[bufnum]); in _nc_viswbuf2n()
182 vbuf = tp = mybuf[bufnum]; in _nc_viswbuf2n()
[all …]
/freebsd-10-stable/crypto/openssl/crypto/conf/
Dconf_def.c211 int bufnum = 0, i, ii; in def_load_bio() local
245 bufnum = 0; in def_load_bio()
248 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) { in def_load_bio()
252 p = &(buff->data[bufnum]); in def_load_bio()
279 bufnum += i; in def_load_bio()
283 if (bufnum >= 1) { in def_load_bio()
288 p = &(buff->data[bufnum - 1]); in def_load_bio()
289 if (IS_ESC(conf, p[0]) && ((bufnum <= 1) || !IS_ESC(conf, p[-1]))) { in def_load_bio()
290 bufnum--; in def_load_bio()
296 bufnum = 0; in def_load_bio()
/freebsd-10-stable/sys/dev/sfxge/common/
Def10_nic.c904 __in uint32_t bufnum, in ef10_nic_pio_free() argument
910 if ((bufnum >= enp->en_arch.ef10.ena_piobuf_count) || in ef10_nic_pio_free()
916 map = &enp->en_arch.ef10.ena_pio_alloc_map[bufnum]; in ef10_nic_pio_free()
Def10_impl.h793 __in uint32_t bufnum,
/freebsd-10-stable/contrib/ncurses/ncurses/
Dllib-lncursesw3626 int bufnum,
3648 int bufnum,
3664 int bufnum,
3856 int bufnum,
3862 int bufnum,
3919 int bufnum,
3936 int bufnum,
3958 int bufnum,
Dllib-lncurses2880 int bufnum,
2902 int bufnum,
3099 int bufnum,
3105 int bufnum,
3162 int bufnum,
3179 int bufnum,
Dllib-lncursest2960 int bufnum,
2982 int bufnum,
3190 int bufnum,
3196 int bufnum,
3253 int bufnum,
3270 int bufnum,