Home
last modified time | relevance | path

Searched refs:has_dos_drive_prefix (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/cgit/cgit-1.2.3/git/compat/win32/
H A Dpath-utils.h5 #define has_dos_drive_prefix win32_has_dos_drive_prefix macro
H A Dpath-utils.c29 int ret = has_dos_drive_prefix(*path); in win32_skip_dos_drive_prefix()
/dports/devel/git-svn/git-2.34.1/compat/win32/
H A Dpath-utils.h5 #define has_dos_drive_prefix win32_has_dos_drive_prefix
H A Dpath-utils.c29 int ret = has_dos_drive_prefix(*path);
/dports/devel/git-gui/git-2.34.1/compat/win32/
H A Dpath-utils.c29 int ret = has_dos_drive_prefix(*path); in win32_skip_dos_drive_prefix()
H A Dpath-utils.h5 #define has_dos_drive_prefix win32_has_dos_drive_prefix macro
/dports/devel/git-p4/git-2.34.1/compat/win32/
H A Dpath-utils.h5 #define has_dos_drive_prefix win32_has_dos_drive_prefix macro
H A Dpath-utils.c29 int ret = has_dos_drive_prefix(*path); in win32_skip_dos_drive_prefix()
/dports/devel/git/git-2.34.1/compat/win32/
H A Dpath-utils.h5 #define has_dos_drive_prefix win32_has_dos_drive_prefix macro
H A Dpath-utils.c29 int ret = has_dos_drive_prefix(*path); in win32_skip_dos_drive_prefix()
/dports/devel/git-cvs/git-2.34.1/compat/win32/
H A Dpath-utils.h5 #define has_dos_drive_prefix win32_has_dos_drive_prefix macro
H A Dpath-utils.c29 int ret = has_dos_drive_prefix(*path); in win32_skip_dos_drive_prefix()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-drop-caches.c19 dos_drive_prefix = has_dos_drive_prefix(Buffer); in cmd_sync()
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-drop-caches.c19 dos_drive_prefix = has_dos_drive_prefix(Buffer); in cmd_sync()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-drop-caches.c19 dos_drive_prefix = has_dos_drive_prefix(Buffer); in error_name()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-drop-caches.c19 dos_drive_prefix = has_dos_drive_prefix(Buffer); in cmd_sync()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-drop-caches.c19 dos_drive_prefix = has_dos_drive_prefix(Buffer); in cmd_sync()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-drop-caches.c19 dos_drive_prefix = has_dos_drive_prefix(Buffer); in cmd_sync()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dconnect.c514 (has_dos_drive_prefix(url) && is_valid_path(url)); in url_is_local_not_ssh()
919 !has_dos_drive_prefix(host) && in parse_connect_url()
922 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git-svn/git-2.34.1/
H A Dconnect.c640 (has_dos_drive_prefix(url) && is_valid_path(url)); in url_is_local_not_ssh()
1045 !has_dos_drive_prefix(host) && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
H A Dgit-compat-util.h365 #ifndef has_dos_drive_prefix
370 #define has_dos_drive_prefix git_has_dos_drive_prefix macro
/dports/devel/git-gui/git-2.34.1/
H A Dconnect.c640 (has_dos_drive_prefix(url) && is_valid_path(url)); in url_is_local_not_ssh()
1045 !has_dos_drive_prefix(host) && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git-p4/git-2.34.1/
H A Dconnect.c640 (has_dos_drive_prefix(url) && is_valid_path(url)); in url_is_local_not_ssh()
1045 !has_dos_drive_prefix(host) && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git/git-2.34.1/
H A Dconnect.c640 (has_dos_drive_prefix(url) && is_valid_path(url)); in url_is_local_not_ssh()
1045 !has_dos_drive_prefix(host) && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git-cvs/git-2.34.1/
H A Dconnect.c640 (has_dos_drive_prefix(url) && is_valid_path(url)); in url_is_local_not_ssh()
1045 !has_dos_drive_prefix(host) && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()

12