Searched refs:bufnext (Results 1 – 3 of 3) sorted by relevance
204 wcat_t *bufnext, *bufend, patbuf[MAXPATHLEN]; in _glob_ext() local227 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 …]
167 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local182 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 …]
587 goto bufnext; in dt_aggregate_snap_cpu()692 bufnext: in dt_aggregate_snap_cpu()