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

/freebsd-current/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-current/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-current/crypto/openssh/openbsd-compat/
H A Dglob.c187 Char *bufnext, *bufend, patbuf[PATH_MAX]; local
209 bufnext = patbuf;
210 bufend = bufnext + PATH_MAX - 1;
212 while (bufnext < bufend && (c = *patnext++) != EOS)
213 *bufnext++ = c;
216 while (bufnext < bufend && (c = *patnext++) != EOS)
222 *bufnext++ = c | M_PROTECT;
224 *bufnext++ = c;
226 *bufnext = EOS;
444 Char *bufnext local
480 Char *bufnext, patbuf[PATH_MAX]; local
[all...]
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c156 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; local
178 bufnext = patbuf;
179 bufend = bufnext + MAXPATHLEN - 1;
183 while (bufnext <= bufend) {
191 *bufnext++ = wc;
197 while (bufnext <= bufend) {
200 *bufnext++ = QUOTE;
213 *bufnext++ = wc | prot;
219 *bufnext = EOS;
500 Char *bufnext, local
[all...]
H A Dglob.c188 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; local
210 bufnext = patbuf;
211 bufend = bufnext + MAXPATHLEN - 1;
215 while (bufnext <= bufend) {
223 *bufnext++ = wc;
229 while (bufnext <= bufend) {
232 *bufnext++ = QUOTE;
245 *bufnext++ = wc | prot;
251 *bufnext = EOS;
532 Char *bufnext, local
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c603 goto bufnext;
708 bufnext:

Completed in 97 milliseconds