Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c204 wcat_t *bufnext, *bufend, patbuf[MAXPATHLEN]; in _glob_ext() local
227 bufnext = patbuf; in _glob_ext()
228 bufend = bufnext + MAXPATHLEN - 1; in _glob_ext()
231 while (bufnext < bufend) { in _glob_ext()
235 bufnext->w_at = 0; in _glob_ext()
236 (bufnext++)->w_wc = c; in _glob_ext()
245 while (bufnext < bufend) { in _glob_ext()
259 bufnext->w_at = M_PROTECT; in _glob_ext()
260 (bufnext++)->w_wc = c; in _glob_ext()
262 bufnext->w_at = 0; in _glob_ext()
[all …]
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c167 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
182 bufnext = patbuf;
183 bufend = bufnext + MAXPATHLEN - 1;
185 while (bufnext < bufend && (c = *patnext++) != EOS)
186 *bufnext++ = c;
189 while (bufnext < bufend && (c = *patnext++) != EOS)
195 *bufnext++ = c | M_PROTECT;
197 *bufnext++ = c;
199 *bufnext = EOS;
427 Char *bufnext, patbuf[MAXPATHLEN]; local
[all …]
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c587 goto bufnext; in dt_aggregate_snap_cpu()
692 bufnext: in dt_aggregate_snap_cpu()