Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Doptions.c124 #define F_ACPIO 1 /* format when called as cpio -c */ macro
136 int ford[] = {F_TAR, F_OTAR, F_CPIO, F_SCPIO, F_ACPIO, F_OCPIO, -1 };
1047 frmt = &(fsub[F_ACPIO]); in cpio_options()