Home
last modified time | relevance | path

Searched refs:ar_next (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/bin/pax/
Dbuf_subs.c121 if ((ar_open(arcname) < 0) && (ar_next() < 0)) in wr_start()
163 if ((ar_open(arcname) < 0) && (ar_next() < 0)) in rd_start()
335 if (ar_next() < 0) in rd_sync()
365 if (ar_next() < 0) in rd_sync()
911 if (frmt == NULL || ar_next() < 0) { in buf_fill()
946 if (ar_next() < 0) { in buf_flush()
1019 if (ar_next() < 0) in buf_flush()
Dextern.h76 int ar_next(void);
Dar_io.c1420 ar_next(void) in ar_next() function