Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dmactypes.h5 #define TYPE_NETA 2 /* Netatalk */ macro
17 #define DO_NETA (1 << TYPE_NETA)
H A Dapple.c77 {TYPE_NETA,0,".AppleDouble/", ".AppleDouble/", get_dbl_info, get_none_dir,"Netatalk"},
652 if (num == A_HDR_SIZE && ((ret == TYPE_NETA) || in get_dbl_info()