Home
last modified time | relevance | path

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

/openbsd/usr.bin/aucat/
H A Dafile.h36 #define AFILE_HDR_AU 4 /* sun/next .au */ macro
H A Dafile.c795 else if (f->hdr == AFILE_HDR_AU) in afile_close()
828 f->hdr = AFILE_HDR_AU; in afile_open()
851 } else if (f->hdr == AFILE_HDR_AU) { in afile_open()
898 } else if (f->hdr == AFILE_HDR_AU) { in afile_open()
H A Daucat.c1284 *hdr = AFILE_HDR_AU; in opt_hdr()