Home
last modified time | relevance | path

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

/dports/ftp/omi/omi/
H A Domi.h68 #define DEBUG_CREATE_LINKS 0x0000010 // creation of local symlinks macro
89 #define DEBUG_LINKS (DEBUG_CREATE_LINKS | DEBUG_REMOVE_LINKS)
92 | DEBUG_CREATE_LINKS)
H A Dmir.c824 if (cc->debug & DEBUG_CREATE_LINKS) in check_symlink()
832 (cc->debug & DEBUG_CREATE_LINKS) ? "" : name, in check_symlink()
H A Domi.c134 {"create-links", DEBUG_CREATE_LINKS, "Creation of links"},