| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | realpath.c | 25 realpath(const char *path, char *resolved_path) function in typeref:typename:char *
|
| H A D | replace.h | 68 realpath(const char *path, char *resolved_path);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | lsp.c | 42 char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);
|
| H A D | helper.c | 1063 if (realpath(name, &resolved[0]) == NULL || 1067 LispDestroy("%s: realpath(\"%s\"): %s",
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/vkd3d-proton/ |
| H A D | run.sh | 9 INSTALL=$(realpath -s "$PWD"/install) 11 RESULTS=$(realpath -s "$PWD"/results)
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_process.c | 54 * Strip these arguments out by using the realpath only if it was 58 path = realpath("/proc/self/exe", NULL);
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | include.c | 171 if (realpath(ip->i_file, r_include) == NULL) 333 if (realpath(fp, r_include) == NULL)
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | Makefile.in | 117 @NEED_REALPATH_TRUE@am__append_2 = realpath.c 119 @NEED_REALPATH_TRUE@am__append_4 = realpath.c 187 am__lisp_lsp_SOURCES_DIST = hash.c lisp/lsp.c realpath.c strcasecmp.c 188 @NEED_REALPATH_TRUE@am__objects_2 = lisp_lsp-realpath.$(OBJEXT) 200 options.c tags.c util.c util.h xedit.c xedit.h realpath.c \ 202 @NEED_REALPATH_TRUE@am__objects_4 = xedit-realpath.$(OBJEXT) 229 ./$(DEPDIR)/lisp_lsp-realpath.Po \ 234 ./$(DEPDIR)/xedit-realpath.Po ./$(DEPDIR)/xedit-strcasecmp.Po \ 868 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lisp_lsp-realpath.Po@am__quote@ # am--include-marker 876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xedit-realpath [all...] |
| H A D | realpath.c | 1 /* $OpenBSD: realpath.c,v 1.14 2011/07/24 21:03:00 miod Exp $ */ 39 * char *realpath(const char *path, char resolved[PATH_MAX]); 46 realpath(const char *path, char *resolved) function in typeref:typename:char *
|
| H A D | configure.ac | 55 AC_CHECK_FUNC(realpath, [], [have_realpath=yes])
|
| H A D | xedit.h | 191 char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);
|
| H A D | util.c | 33 #include <stdlib.h> /* for realpath() */ 499 /* Ensure not passing the same pointer again to realpath */ 502 result = realpath(filename, name); 519 (result = realpath(dir, name)) == name) {
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/ |
| H A D | run.sh | 5 INSTALL=$(realpath -s "$PWD"/install) 8 RESULTS=$(realpath -s "$PWD"/results)
|
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | drm_shim.c | 78 REAL_FUNCTION_POINTER(realpath); 217 GET_FUNCTION_POINTER(realpath); 623 /* Handles libdrm's realpath to figure out what kind of device we have. */ 625 realpath(const char *path, char *resolved_path) function in typeref:typename:PUBLIC char *
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_process.c | 71 * Strip these arguments out by using the realpath only if it was 75 path = realpath("/proc/self/exe", NULL);
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | setup.py | 23 CURR_DIR = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
|
| /xsrc/external/mit/libXfont2/dist/test/utils/ |
| H A D | font-test-utils.c | 317 fullpath = realpath(fpe->name, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_backends.py | 33 thisDir = os.path.dirname(os.path.realpath(__file__))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_backends.py | 31 thisDir = os.path.dirname(os.path.realpath(__file__))
|
| /xsrc/external/mit/libXfont2/dist/ |
| H A D | Makefile.in | 379 src/util/$(DEPDIR)/realpath.Plo src/util/$(DEPDIR)/strlcat.Plo \ 449 $(top_srcdir)/src/util/realpath.c \ 806 src/util/realpath.$(OBJEXT): src/util/$(am__dirstamp) 807 src/util/realpath.lo: src/util/$(am__dirstamp) 1040 @AMDEP_TRUE@@am__include@ @am__quote@src/util/$(DEPDIR)/realpath.Plo@am__quote@ # am--include-marker 1470 -$(am__rm_f) src/util/realpath.$(OBJEXT) 1471 -$(am__rm_f) src/util/realpath.lo 1560 -rm -f src/util/$(DEPDIR)/realpath.Plo 1663 -rm -f src/util/$(DEPDIR)/realpath.Plo
|
| H A D | configure.ac | 68 AC_REPLACE_FUNCS([reallocarray realpath strlcat strlcpy])
|
| /xsrc/external/mit/MesaLib/dist/android/ |
| H A D | mesa3d_cross.mk | 33 AOSP_ABSOLUTE_PATH := $(realpath .)
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcstr.c | 1104 resolved_ret = realpath((const char *) path, resolved_name);
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drm.c | 3628 if (!realpath(path, real_path)) 3709 if (!realpath(path, pci_path)) { 4318 tmp_path = realpath(path, NULL);
|
| /xsrc/external/mit/libXTrap/dist/ |
| H A D | ltmain.sh | 4185 char *realpath (const char *, char *); 4777 tmp_pathspec = realpath (pathspec, buf);
|