Searched refs:lrealpath (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dlrealpath.c25 @deftypefn Replacement {const char*} lrealpath (const char *@var{name})
76 lrealpath (const char *filename) function
H A Dmake-relative-prefix.c292 full_progname = lrealpath (progname);
H A DMakefile.in141 lrealpath.c \
172 ./lbasename.o ./lrealpath.o \
737 ./lrealpath.o: $(srcdir)/lrealpath.c config.h $(INCDIR)/ansidecl.h \
740 $(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \
742 $(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dlrealpath.c25 @deftypefn Replacement {const char*} lrealpath (const char *@var{name})
76 lrealpath (const char *filename) function
H A Dmake-relative-prefix.c294 full_progname = lrealpath (progname);
H A DMakefile.in141 lrealpath.c \
172 ./lbasename.o ./lrealpath.o \
761 ./lrealpath.o: $(srcdir)/lrealpath.c config.h $(INCDIR)/ansidecl.h \
764 $(COMPILE.c) $(PICFLAG) $(srcdir)/lrealpath.c -o pic/$@; \
766 $(COMPILE.c) $(srcdir)/lrealpath.c $(OUTPUT_OPTION)
/freebsd-11-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile22 lrealpath.c \
/freebsd-11-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile21 pexecute.c pex-common.c pex-one.c lrealpath.c strverscmp.c \
/freebsd-11-stable/contrib/gdb/include/
H A Dlibiberty.h90 extern char *lrealpath PARAMS ((const char *));
/freebsd-11-stable/contrib/less/
H A Difile.c120 p->h_rfilename = lrealpath(filename);
225 char *rfilename = lrealpath(filename);
H A Dmark.c386 mark_filename = lrealpath(mark_filename);
H A Dfilename.c804 lrealpath(path) function
H A Dfuncs.h137 public char * lrealpath LESSPARAMS ((char *path));
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h116 extern char *lrealpath (const char *);
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h120 extern char *lrealpath (const char *);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldfile.c73 char * realname = ld_canon_sysroot ? lrealpath (name) : NULL;
H A Dldmain.c222 ld_canon_sysroot = lrealpath (ld_sysroot);

Completed in 115 milliseconds