Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dread.c229 if (mode == 'x' && (bsdtar->flags & OPTFLAG_STDOUT)) { in read_archive()
291 out = (bsdtar->flags & OPTFLAG_STDOUT) ? in read_archive()
349 if (bsdtar->flags & OPTFLAG_STDOUT) in read_archive()
H A Dbsdtar.h100 #define OPTFLAG_STDOUT (0x00000800) /* -O */ macro
H A Dbsdtar.c596 bsdtar->flags |= OPTFLAG_STDOUT; in main()
913 if (bsdtar->flags & OPTFLAG_STDOUT) in main()