Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dtree.c218 if(apple_both && s_entry1->assoc && s_entry1->assoc == s_entry) in FDECL1()
317 if (apple_both && s_entry->assoc) { in FDECL1()
351 if (apple_both && s_entry1->assoc) { in FDECL1()
383 if(apple_both && (s_entry->isorec.flags[0] & ASSOC_FLAG)) in FDECL1()
512 if(apple_both && (s_entry->isorec.flags[0] & ASSOC_FLAG)) in FDECL1()
937 if (apple_both) { in FDECL3()
1296 if (S_ISREG(lstatbuf.st_mode) && !have_rsrc && apple_both && !x_hfs) {
1369 if (apple_both && !x_hfs) {
1392 if (apple_both && strcmp(short_name, ".") && strcmp(short_name, "..")) {
1474 if (apple_both && s_entry->hfs_ent && s_entry->isorec.flags[0] & 2) {
[all …]
H A Dmkisofs.c123 int apple_both = 0; /* common flag (for above) */ variable
1239 apple_both = 1; in FDECL2()
1241 if (apple_both && verbose && !afe_size && in FDECL2()
1247 if (apple_both) { in FDECL2()
1626 if (apple_both) in FDECL2()
H A Dmkisofs.h308 extern int apple_both; /* common flag (for above) */
H A Dwrite.c792 if (apple_both && s_entry_d->hfs_ent && !s_entry_d->assoc) in FDECL1()