Home
last modified time | relevance | path

Searched refs:st_rd (Results 1 – 2 of 2) sorted by relevance

/openbsd/bin/pax/
H A Dar_subs.c86 ((*frmt->st_rd)() < 0)) in list()
230 ((*frmt->st_rd)() < 0) || (dir_start() < 0)) in extract()
648 if (((*frmt->options)() < 0) || ((*frmt->st_rd)() < 0)) in append()
H A Dpax.h172 int (*st_rd)(void); /* initialize routine for read. so format */ member