Home
last modified time | relevance | path

Searched refs:path_normalize (Results 1 – 25 of 39) sorted by relevance

12

/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/
H A Dpath.c49 return path_normalize(extpool, str_join(pool, components, "/"), NULL); in path_join()
81 path_normalize(struct Mempool *extpool, const char *path, const char *cwd) in path_normalize() function
101 return str_split(pool, path_normalize(pool, origpath, NULL), "/"); in path_split()
H A Dpath.h34 char *path_normalize(struct Mempool *, const char *, const char *);
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/
H A Dpath.c49 return path_normalize(extpool, str_join(pool, components, "/"), NULL); in path_join()
81 path_normalize(struct Mempool *extpool, const char *path, const char *cwd) in path_normalize() function
101 return str_split(pool, path_normalize(pool, origpath, NULL), "/"); in path_split()
H A Dpath.h34 char *path_normalize(struct Mempool *, const char *, const char *);
/dports/devel/bam/bam-0.4.0/src/
H A Dpath.c68 int path_normalize(char *path) in path_normalize() function
258 path_normalize(output); in path_join()
276 path_normalize(output); in path_join()
295 path_normalize(output); in path_join()
368 path_normalize(buffer); in lf_path_normalize()
479 path_normalize(buffer); in lf_path_dir()
H A Dpath.h11 extern int path_normalize(char *path);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/depslib/src/
H A Dsearch.c118 path_normalize(&f, NULL); in search()
186 path_normalize(&f, NULL); in search()
247 path_normalize(&f, NULL); /* path_setcwd() should have been called */ in search_adddir()
H A Ddepslib.c110 path_normalize(&f, NULL); in depsScanForHeaders()
143 path_normalize(&f, NULL); in depsTimeStamp()
H A Dpathsplit.h32 extern int path_normalize(PATHSPLIT *f, PATHSPLIT *cwd);
H A Dmain.c20 path_normalize(&f, NULL);
H A Dpathsplit.c147 int path_normalize(PATHSPLIT *f, PATHSPLIT *cwd) in path_normalize() function
/dports/devel/atf/atf-0.21/atf-c++/detail/
H A Dfs_test.cpp66 ATF_TEST_CASE(path_normalize);
67 ATF_TEST_CASE_HEAD(path_normalize) in ATF_TEST_CASE_HEAD() argument
71 ATF_TEST_CASE_BODY(path_normalize) in ATF_TEST_CASE_BODY() argument
518 ATF_ADD_TEST_CASE(tcs, path_normalize); in ATF_INIT_TEST_CASES()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dpath-util.c36 static int path_normalize(const char *path, bool resolve_links, in path_normalize() function
256 return path_normalize(path, FALSE, npath_r, error_r); in t_normpath()
274 return path_normalize(path, TRUE, npath_r, error_r); in t_realpath()
/dports/devel/premake/Premake-3.7/Src/
H A Dpath.h28 const char* path_normalize(const char* path);
/dports/devel/wxformbuilder/source/sdk/premake/src/
H A Dpath.h28 const char* path_normalize(const char* path);
/dports/www/quark/quark-68b4f733b2755762e43df90f73db5a6ec8d14104/
H A Dhttp.c454 path_normalize(char *uri, int *redirect) in path_normalize() function
751 if ((tmps = path_normalize(res->path, &redirect)) || in http_prepare_response()
754 (tmps = path_normalize(res->path, &redirect))) { in http_prepare_response()
783 if ((tmps = path_normalize(res->internal_path, NULL))) { in http_prepare_response()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Dpath_normalize.c92 int path_normalize(lua_State* L) in path_normalize() function
/dports/games/neverball/neverball-1.6.0/share/
H A Dcommon.h110 char *path_normalize(char *);
H A Dfs_common.c298 path_normalize(path); in fs_resolve()
/dports/devel/atf/atf-0.21/atf-c/detail/
H A Dfs_test.c92 ATF_TC(path_normalize);
93 ATF_TC_HEAD(path_normalize, tc) in ATF_TC_HEAD() argument
97 ATF_TC_BODY(path_normalize, tc) in ATF_TC_BODY() argument
1049 ATF_TP_ADD_TC(tp, path_normalize); in ATF_TP_ADD_TCS()
/dports/devel/premake5/premake-5.0.0-alpha16-src/build/gmake2.unix/
H A DPremake5.make107 GENERATED += $(OBJDIR)/path_normalize.o
158 OBJECTS += $(OBJDIR)/path_normalize.o
350 $(OBJDIR)/path_normalize.o: ../../src/host/path_normalize.c
/dports/devel/premake5/premake-5.0.0-alpha16-src/build/gmake2.bsd/
H A DPremake5.make107 GENERATED += $(OBJDIR)/path_normalize.o
158 OBJECTS += $(OBJDIR)/path_normalize.o
350 $(OBJDIR)/path_normalize.o: ../../src/host/path_normalize.c
/dports/devel/premake5/premake-5.0.0-alpha16-src/build/gmake2.macosx/
H A DPremake5.make114 GENERATED += $(OBJDIR)/path_normalize.o
165 OBJECTS += $(OBJDIR)/path_normalize.o
357 $(OBJDIR)/path_normalize.o: ../../src/host/path_normalize.c
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Dpath_normalize.c141 int path_normalize(lua_State* L) in path_normalize() function
/dports/devel/premake5/premake-5.0.0-alpha16-src/build/gmake2.windows/
H A DPremake5.make131 GENERATED += $(OBJDIR)/path_normalize.o
183 OBJECTS += $(OBJDIR)/path_normalize.o
376 $(OBJDIR)/path_normalize.o: ../../src/host/path_normalize.c

12