Home
last modified time | relevance | path

Searched refs:firstc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dglob.c299 size_t firstc; local
366 firstc = pglob->gl_pathc;
407 if (pglob->gl_pathc != firstc)
/netbsd-src/sys/sys/
H A Dtty.h316 u_char *firstc(struct clist *, int *);
/netbsd-src/external/gpl2/gmake/dist/glob/
H A Dglob.c386 int firstc; local
455 firstc = pglob->gl_pathc;
498 if (pglob->gl_pathc != firstc)
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dglob.c385 size_t firstc; in __glob() local
437 firstc = pglob->gl_pathc; in __glob()
477 if (pglob->gl_pathc != firstc) in __glob()
/netbsd-src/sys/kern/
H A Dtty_subr.c431 firstc(struct clist *clp, int *c) in firstc() function
H A Dtty.c2476 for (cp = firstc(&tp->t_rawq, &tabc); cp; in ttyrub()
2544 for (cp = firstc(&tp->t_canq, &c); cp; cp = nextc(&tp->t_canq, cp, &c)) in ttyretype()
2546 for (cp = firstc(&tp->t_rawq, &c); cp; cp = nextc(&tp->t_rawq, cp, &c)) in ttyretype()