Searched refs:lrealpath (Results 1 – 21 of 21) sorted by relevance
22 lrealpath.c \
76 lrealpath (const char *filename) in lrealpath() function
292 full_progname = lrealpath (progname); in make_relative_prefix()
141 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)
409 * lrealpath.c (lrealpath): Appropriately cast return value of486 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,747 * lrealpath.c (lrealpath): Likewise.1067 * lrealpath.c (lrealpath): Add _WIN32 support.1964 * Makefile.in (CFILES): Add lrealpath.c.1965 (REQUIRED_OFILES): Add lrealpath.o.1966 (lrealpath.o): Add rule.1971 * lrealpath.c: New file.1973 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
553 @c lrealpath.c:25554 @deftypefn Replacement {const char*} lrealpath (const char *@var{name})
294 full_progname = lrealpath (progname); in make_relative_prefix_1()
141 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)
607 * lrealpath.c (lrealpath): Appropriately cast return value of684 lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,945 * lrealpath.c (lrealpath): Likewise.1265 * lrealpath.c (lrealpath): Add _WIN32 support.2162 * Makefile.in (CFILES): Add lrealpath.c.2163 (REQUIRED_OFILES): Add lrealpath.o.2164 (lrealpath.o): Add rule.2169 * lrealpath.c: New file.2171 (make_relative_prefix): Simplify. Use lbasename and lrealpath.
569 @c lrealpath.c:25570 @deftypefn Replacement {const char*} lrealpath (const char *@var{name})
21 pexecute.c pex-common.c pex-one.c lrealpath.c strverscmp.c \
90 extern char *lrealpath PARAMS ((const char *));
116 extern char *lrealpath (const char *);
236 * libiberty.h (lrealpath): Add declaration.
120 extern char *lrealpath (const char *);
73 char * realname = ld_canon_sysroot ? lrealpath (name) : NULL; in is_sysrooted_pathname()
221 ld_canon_sysroot = lrealpath (ld_sysroot); in main()
4964 char* input_realname = lrealpath (input_filename); in do_spec_1()4965 char* temp_realname = lrealpath (temp_filename); in do_spec_1()
17873 (do_spec_1): If HOST_LACKS_INODE_NUMBERS, use lrealpath rather
2692 894ba8399cde70ceb8ce529ca7298f3a libiberty/lrealpath.c