Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dmulti.c309 current->de_flags |= SAFE_TO_REUSE_TABLE_ENTRY; in FDECL4()
408 (*pnt)->de_flags = SAFE_TO_REUSE_TABLE_ENTRY; in FDECL2()
707 curr_entry->de_flags |= SAFE_TO_REUSE_TABLE_ENTRY; in FDECL6()
917 if( (s_entry->de_flags & SAFE_TO_REUSE_TABLE_ENTRY) == 0 ) in FDECL3()
1007 contents[i]->de_flags |= SAFE_TO_REUSE_TABLE_ENTRY; in FDECL2()
H A Dmkisofs.h510 #define SAFE_TO_REUSE_TABLE_ENTRY 0x01 macro