Home
last modified time | relevance | path

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

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