Lines Matching refs:kind
28 /* Same as IS_DIR_SEPARATOR but with file system kind KIND's
31 #define IS_TARGET_DIR_SEPARATOR(kind, c) \
32 (((kind) == file_system_kind_dos_based) ? IS_DOS_DIR_SEPARATOR (c) \
35 /* Same as IS_ABSOLUTE_PATH but with file system kind KIND's
38 #define IS_TARGET_ABSOLUTE_PATH(kind, p) \
39 (((kind) == file_system_kind_dos_based) ? IS_DOS_ABSOLUTE_PATH (p) \
42 /* Same as HAS_DRIVE_SPEC but with file system kind KIND's semantics,
45 #define HAS_TARGET_DRIVE_SPEC(kind, p) \
46 (((kind) == file_system_kind_dos_based) ? HAS_DOS_DRIVE_SPEC (p) \
49 /* Same as lbasename, but with file system kind KIND's semantics,
51 extern const char *target_lbasename (const char *kind, const char *name);
53 /* The effective setting of "set target-file-system-kind", with "auto"
54 resolved to the real kind. That is, you never see "auto" as a