HomeSort by: relevance | last modified time | path
    Searched defs:relocate (Results 1 - 25 of 132) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/nvi/dist/common/
dldb.c 9 static void relocate __P(());
17 relocate(); \
31 relocate() function
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
relocatable.h 53 extern const char * relocate (const char *pathname);
55 /* Memory management: relocate() leaks memory, because it has to construct
57 relocate() frequently, think about caching the result. */
70 #define relocate(pathname) (pathname) macro
localcharset.c 64 # define relocate(pathname) (pathname) macro
123 dir = relocate (LIBDIR);
relocatable.c 405 relocate (const char *pathname) function
464 /* Nothing to relocate. */
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
relocatable.h 53 extern const char * relocate (const char *pathname);
55 /* Memory management: relocate() leaks memory, because it has to construct
57 relocate() frequently, think about caching the result. */
70 #define relocate(pathname) (pathname) macro
localcharset.c 65 # define relocate(pathname) (pathname) macro
124 dir = relocate (LIBDIR);
localealias.c 68 # define relocate(pathname) (pathname) macro
237 fp = fopen (relocate (full_fname), "rc");
239 fp = fopen (relocate (full_fname), "r");
relocatable.c 405 relocate (const char *pathname) function
464 /* Nothing to relocate. */
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
relocatable.h 53 extern const char * relocate (const char *pathname);
55 /* Memory management: relocate() leaks memory, because it has to construct
57 relocate() frequently, think about caching the result. */
70 #define relocate(pathname) (pathname) macro
javaversion.c 31 # define relocate(pathname) (pathname) macro
112 const char *pkgdatadir = relocate (PKGDATADIR);
localcharset.c 64 # define relocate(pathname) (pathname) macro
123 dir = relocate (LIBDIR);
relocatable.c 405 relocate (const char *pathname) function
464 /* Nothing to relocate. */
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
relocatable.h 53 extern const char * relocate (const char *pathname);
55 /* Memory management: relocate() leaks memory, because it has to construct
57 relocate() frequently, think about caching the result. */
70 #define relocate(pathname) (pathname) macro
localcharset.c 64 # define relocate(pathname) (pathname) macro
123 dir = relocate (LIBDIR);
relocatable.c 405 relocate (const char *pathname) function
464 /* Nothing to relocate. */
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
relocatable.h 53 extern const char * relocate (const char *pathname);
55 /* Memory management: relocate() leaks memory, because it has to construct
57 relocate() frequently, think about caching the result. */
70 #define relocate(pathname) (pathname) macro
  /src/external/gpl2/texinfo/dist/intl/
relocatable.h 53 extern const char * relocate (const char *pathname);
55 /* Memory management: relocate() leaks memory, because it has to construct
57 relocate() frequently, think about caching the result. */
70 #define relocate(pathname) (pathname) macro
localcharset.c 75 # define relocate(pathname) (pathname) macro
121 const char *dir = relocate (LIBDIR);
  /src/external/gpl3/gcc.old/dist/intl/
relocatable.h 46 extern const char * relocate (const char *pathname);
48 /* Memory management: relocate() leaks memory, because it has to construct
50 relocate() frequently, think about caching the result. */
63 #define relocate(pathname) (pathname) macro
localcharset.c 73 # define relocate(pathname) (pathname) macro
119 const char *dir = relocate (LIBDIR);
  /src/sys/arch/prep/stand/boot/
srt0.s 63 * check if we need to relocate ourselves to the link addr or were we
72 bne relocate
78 relocate: label
  /src/sys/arch/rs6000/stand/boot/
srt0.s 68 * check if we need to relocate ourselves to the link addr or were we
77 bne relocate
83 relocate: label
srt0_pwr.s 69 * check if we need to relocate ourselves to the link addr or were we
78 bne relocate
84 relocate: label
  /src/external/gpl2/groff/dist/src/libs/libgroff/
searchpath.cpp 34 # include "relocate.h"
36 # define relocate(path) strsave(path) macro
127 char *path = relocate(origpath);
184 char *path = relocate(origpath);
relocate.cpp 1 /* $NetBSD: relocate.cpp,v 1.1.1.1 2016/01/13 18:41:48 christos Exp $ */
32 #include "relocate.h"
229 char *relocate(const char *path) function
237 fprintf (stderr, "relocate: %s\n", p);

Completed in 40 milliseconds

1 2 3 4 5 6