31#define IS_TARGET_DIR_SEPARATOR(kind, c) \
32 (((kind) == file_system_kind_dos_based) ? IS_DOS_DIR_SEPARATOR (c) \
33 : IS_UNIX_DIR_SEPARATOR (c))
38#define IS_TARGET_ABSOLUTE_PATH(kind, p) \
39 (((kind) == file_system_kind_dos_based) ? IS_DOS_ABSOLUTE_PATH (p) \
40 : IS_UNIX_ABSOLUTE_PATH (p))
45#define HAS_TARGET_DRIVE_SPEC(kind, p) \
46 (((kind) == file_system_kind_dos_based) ? HAS_DOS_DRIVE_SPEC (p) \
const char file_system_kind_unix[]
const char * target_lbasename(const char *kind, const char *name)
const char file_system_kind_dos_based[]
const char * effective_target_file_system_kind(void)
const char file_system_kind_auto[]
const char * target_file_system_kind