Searched refs:realpath (Results 1 - 25 of 120) sorted by relevance

12345

/xsrc/external/mit/libXfont2/dist/src/util/
H A Drealpath.c25 realpath(const char *path, char *resolved_path) function in typeref:typename:char *
H A Dreplace.h68 realpath(const char *path, char *resolved_path);
/xsrc/external/mit/xedit/dist/lisp/
H A Dlsp.c42 char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);
H A Dhelper.c1063 if (realpath(name, &resolved[0]) == NULL ||
1067 LispDestroy("%s: realpath(\"%s\"): %s",
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/vkd3d-proton/
H A Drun.sh9 INSTALL=$(realpath -s "$PWD"/install)
11 RESULTS=$(realpath -s "$PWD"/results)
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_process.c54 * 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 Dinclude.c171 if (realpath(ip->i_file, r_include) == NULL)
333 if (realpath(fp, r_include) == NULL)
/xsrc/external/mit/xedit/dist/
H A DMakefile.in117 @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 Drealpath.c1 /* $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 Dconfigure.ac55 AC_CHECK_FUNC(realpath, [], [have_realpath=yes])
H A Dxedit.h191 char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);
H A Dutil.c33 #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 Drun.sh5 INSTALL=$(realpath -s "$PWD"/install)
8 RESULTS=$(realpath -s "$PWD"/results)
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddrm_shim.c78 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 Du_process.c71 * 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 Dsetup.py23 CURR_DIR = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
/xsrc/external/mit/libXfont2/dist/test/utils/
H A Dfont-test-utils.c317 fullpath = realpath(fpe->name, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_backends.py33 thisDir = os.path.dirname(os.path.realpath(__file__))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_backends.py31 thisDir = os.path.dirname(os.path.realpath(__file__))
/xsrc/external/mit/libXfont2/dist/
H A DMakefile.in379 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 Dconfigure.ac68 AC_REPLACE_FUNCS([reallocarray realpath strlcat strlcpy])
/xsrc/external/mit/MesaLib/dist/android/
H A Dmesa3d_cross.mk33 AOSP_ABSOLUTE_PATH := $(realpath .)
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c1104 resolved_ret = realpath((const char *) path, resolved_name);
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.c3628 if (!realpath(path, real_path))
3709 if (!realpath(path, pci_path)) {
4318 tmp_path = realpath(path, NULL);
/xsrc/external/mit/libXTrap/dist/
H A Dltmain.sh4185 char *realpath (const char *, char *);
4777 tmp_pathspec = realpath (pathspec, buf);

Completed in 103 milliseconds

12345