Home
last modified time | relevance | path

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

/dports/ftp/omi/omi/
H A Domi.h67 #define DEBUG_CREATE_FILES 0x0000008 // creation of local plain files macro
88 #define DEBUG_FILES (DEBUG_CREATE_FILES | DEBUG_REMOVE_FILES)
91 #define DEBUG_CREATE (DEBUG_CREATE_DIRS | DEBUG_CREATE_FILES \
H A Dmir.c718 if (cc->debug & DEBUG_CREATE_FILES) in retrieve()
H A Domi.c133 {"create-files", DEBUG_CREATE_FILES, "Creation of plain files"},