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

/freebsd-10.1-release/bin/pax/
H A Dbuf_subs.c116 if ((ar_open(arcname) < 0) && (ar_next() < 0))
156 if ((ar_open(arcname) < 0) && (ar_next() < 0))
327 if (ar_next() < 0)
356 if (ar_next() < 0)
830 * 0 when finished (user specified termination in ar_next()).
859 if (ar_next() < 0) {
893 if (ar_next() < 0) {
966 if (ar_next() < 0)
H A Dextern.h58 int ar_next(void);
H A Dar_io.c461 * we must make sure the trailer is rewritten on append, ar_next()
1099 * ar_next()
1109 ar_next(void) function
/freebsd-10.1-release/sys/fs/autofs/
H A Dautofs.h89 TAILQ_ENTRY(autofs_request) ar_next; member in struct:autofs_request
H A Dautofs.c384 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {
421 TAILQ_INSERT_TAIL(&autofs_softc->sc_requests, ar, ar_next);
454 TAILQ_REMOVE(&autofs_softc->sc_requests, ar, ar_next);
529 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {
578 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {
H A Dautofs_vfsops.c132 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {

Completed in 162 milliseconds