HomeSort by: relevance | last modified time | path
    Searched refs:ar_next (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/pax/
buf_subs.c 121 if ((ar_open(arcname) < 0) && (ar_next() < 0))
163 if ((ar_open(arcname) < 0) && (ar_next() < 0))
335 if (ar_next() < 0)
365 if (ar_next() < 0)
879 * 0 when finished (user specified termination in ar_next()).
911 if (frmt == NULL || ar_next() < 0) {
946 if (ar_next() < 0) {
1019 if (ar_next() < 0)
extern.h 76 int ar_next(void);
ar_io.c 525 * we must make sure the trailer is rewritten on append, ar_next()
1410 * ar_next()
1420 ar_next(void) function in typeref:typename:int
  /src/sys/fs/autofs/
autofs.c 323 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {
356 TAILQ_INSERT_TAIL(&autofs_softc->sc_requests, ar, ar_next);
389 TAILQ_REMOVE(&autofs_softc->sc_requests, ar, ar_next);
459 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {
501 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {
autofs.h 127 TAILQ_ENTRY(autofs_request) ar_next;
autofs_vfsops.c 212 TAILQ_FOREACH(ar, &autofs_softc->sc_requests, ar_next) {

Completed in 15 milliseconds