pathname           28 daemons/execd/remoted_schemas.c rm_files(const char *pathname, const struct stat *sbuf, int type, struct FTW *ftwb)
pathname           35 daemons/execd/remoted_schemas.c     if (remove(pathname) != 0) {
pathname           37 daemons/execd/remoted_schemas.c         crm_err("Could not remove %s: %s", pathname, pcmk_rc_str(rc));
pathname          321 lib/common/mock.c __wrap_fopen(const char *pathname, const char *mode)
pathname          324 lib/common/mock.c         check_expected_ptr(pathname);
pathname          331 lib/common/mock.c             return __real_fopen(pathname, mode);
pathname          335 lib/common/mock.c         return __real_fopen(pathname, mode);
pathname          341 lib/common/mock.c __wrap_fopen64(const char *pathname, const char *mode)
pathname          344 lib/common/mock.c         check_expected_ptr(pathname);
pathname          351 lib/common/mock.c             return __real_fopen64(pathname, mode);
pathname          355 lib/common/mock.c         return __real_fopen64(pathname, mode);
pathname           33 lib/common/mock_private.h FILE *__real_fopen(const char *pathname, const char *mode);
pathname           34 lib/common/mock_private.h FILE *__wrap_fopen(const char *pathname, const char *mode);
pathname           36 lib/common/mock_private.h FILE *__real_fopen64(const char *pathname, const char *mode);
pathname           37 lib/common/mock_private.h FILE *__wrap_fopen64(const char *pathname, const char *mode);
pathname           99 lib/common/tests/output/pcmk__output_new_test.c     expect_string(__wrap_fopen64, pathname, "destfile");
pathname          103 lib/common/tests/output/pcmk__output_new_test.c     expect_string(__wrap_fopen, pathname, "destfile");
pathname           40 lib/common/tests/schemas/crm_schema_init_test.c rm_files(const char *pathname, const struct stat *sbuf, int type, struct FTW *ftwb)
pathname           42 lib/common/tests/schemas/crm_schema_init_test.c     return remove(pathname);
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);