Home
last modified time | relevance | path

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

/dports/ftp/omi/omi/
H A Domi.h66 #define DEBUG_CREATE_DIRS 0x0000004 // creation of local directories macro
87 #define DEBUG_DIRS (DEBUG_CREATE_DIRS | DEBUG_REMOVE_DIRS)
91 #define DEBUG_CREATE (DEBUG_CREATE_DIRS | DEBUG_CREATE_FILES \
H A Dmir.c354 if (cc->debug & DEBUG_CREATE_DIRS) in mkdir_parents()
359 (cc->debug & DEBUG_CREATE_DIRS) ? "" : parent, in mkdir_parents()
429 if (cc->debug & DEBUG_CREATE_DIRS) in check_mkdir()
434 (cc->debug & DEBUG_CREATE_DIRS) ? "" : path, in check_mkdir()
H A Domi.c132 {"create-dirs", DEBUG_CREATE_DIRS, "Creation of directories"},