Searched refs:bufnext (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dglob.c298 Char *bufnext, m_not; local
326 bufnext = patbuf;
342 *bufnext++ = (Char) c;
344 *bufnext++ = (Char) (*patnext++ | M_PROTECT);
352 *bufnext++ = (Char) (c | M_PROTECT);
355 *bufnext++ = (Char) c;
360 *bufnext++ = (Char) c;
361 *bufnext = EOS;
363 bufnext = patbuf;
373 *bufnext
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c175 Char *bufnext, *bufend, patbuf[MaxPathLen+1]; local
188 bufnext = patbuf;
189 bufend = bufnext + MaxPathLen;
192 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
198 *bufnext++ = c | M_PROTECT;
201 *bufnext++ = c;
204 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
205 *bufnext++ = c;
206 *bufnext = CHAR_EOS;
408 Char *bufnext, patbu local
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c183 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
206 bufnext = patbuf;
207 bufend = bufnext + MAXPATHLEN - 1;
209 while (bufnext < bufend && (c = *patnext++) != EOS)
210 *bufnext++ = c;
213 while (bufnext < bufend && (c = *patnext++) != EOS)
219 *bufnext++ = c | M_PROTECT;
221 *bufnext++ = c;
223 *bufnext = EOS;
441 Char *bufnext local
476 Char *bufnext, patbuf[MAXPATHLEN]; local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; local
214 bufnext = patbuf;
215 bufend = bufnext + MAXPATHLEN - 1;
219 while (bufnext <= bufend) {
227 *bufnext++ = wc;
233 while (bufnext <= bufend) {
236 *bufnext++ = QUOTE;
249 *bufnext++ = wc | prot;
255 *bufnext = EOS;
537 Char *bufnext, local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c597 goto bufnext;
702 bufnext:

Completed in 201 milliseconds