pathname           98 maint/gnulib/lib/execute.c nonintr_open (const char *pathname, int oflag, mode_t mode)
pathname          103 maint/gnulib/lib/execute.c     retval = open (pathname, oflag, mode);
pathname           31 maint/gnulib/lib/javaversion.c # define relocate(pathname) (pathname)
pathname           32 maint/gnulib/lib/javaversion.c # define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname))
pathname          481 maint/gnulib/lib/relocatable.c relocate (const char *pathname)
pathname          522 maint/gnulib/lib/relocatable.c       && strncmp (pathname, orig_prefix, orig_prefix_len) == 0)
pathname          524 maint/gnulib/lib/relocatable.c       if (pathname[orig_prefix_len] == '\0')
pathname          537 maint/gnulib/lib/relocatable.c       else if (ISSLASH (pathname[orig_prefix_len]))
pathname          540 maint/gnulib/lib/relocatable.c           const char *pathname_tail = &pathname[orig_prefix_len];
pathname          559 maint/gnulib/lib/relocatable.c   if (strncmp (pathname, "/@unixroot", 10) == 0
pathname          560 maint/gnulib/lib/relocatable.c       && (pathname[10] == '\0' || ISSLASH (pathname[10])))
pathname          563 maint/gnulib/lib/relocatable.c       return pathname;
pathname          567 maint/gnulib/lib/relocatable.c   if (ISSLASH (pathname[0]))
pathname          573 maint/gnulib/lib/relocatable.c           char *result = (char *) xmalloc (2 + strlen (pathname) + 1);
pathname          579 maint/gnulib/lib/relocatable.c               strcpy (result + 2, pathname);
pathname          587 maint/gnulib/lib/relocatable.c   return pathname;
pathname          596 maint/gnulib/lib/relocatable.c relocate2 (const char *pathname, char **allocatedp)
pathname          598 maint/gnulib/lib/relocatable.c   const char *result = relocate (pathname);
pathname          599 maint/gnulib/lib/relocatable.c   *allocatedp = (result != pathname ? (char *) result : NULL);
pathname           55 maint/gnulib/lib/relocatable.h extern const char * relocate (const char *pathname);
pathname           62 maint/gnulib/lib/relocatable.h extern const char * relocate2 (const char *pathname, char **allocatedp);
pathname           94 maint/gnulib/lib/relocatable.h #define relocate(pathname) (pathname)
pathname           95 maint/gnulib/lib/relocatable.h #define relocate2(pathname,allocatedp) (*(allocatedp) = NULL, (pathname))
pathname          107 maint/gnulib/lib/spawn-pipe.c nonintr_open (const char *pathname, int oflag, mode_t mode)
pathname          112 maint/gnulib/lib/spawn-pipe.c     retval = open (pathname, oflag, mode);