Home
last modified time | relevance | path

Searched refs:bufnext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c215 wcat_t *bufnext, *bufend, patbuf[PATH_MAX]; in _glob_ext() local
238 bufnext = patbuf; in _glob_ext()
239 bufend = bufnext + PATH_MAX - 1; in _glob_ext()
242 while (bufnext < bufend) { in _glob_ext()
246 bufnext->w_at = 0; in _glob_ext()
247 (bufnext++)->w_wc = c; in _glob_ext()
256 while (bufnext < bufend) { in _glob_ext()
270 bufnext->w_at = M_PROTECT; in _glob_ext()
271 (bufnext++)->w_wc = c; in _glob_ext()
273 bufnext->w_at = 0; in _glob_ext()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c587 goto bufnext; in dt_aggregate_snap_cpu()
692 bufnext: in dt_aggregate_snap_cpu()