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 320 lib/common/mock.c __wrap_fopen(const char *pathname, const char *mode) pathname 323 lib/common/mock.c check_expected_ptr(pathname); pathname 330 lib/common/mock.c return __real_fopen(pathname, mode); pathname 334 lib/common/mock.c return __real_fopen(pathname, mode); pathname 340 lib/common/mock.c __wrap_fopen64(const char *pathname, const char *mode) pathname 343 lib/common/mock.c check_expected_ptr(pathname); pathname 350 lib/common/mock.c return __real_fopen64(pathname, mode); pathname 354 lib/common/mock.c return __real_fopen64(pathname, mode); pathname 42 lib/common/mock_private.h FILE *__real_fopen(const char *pathname, const char *mode); pathname 43 lib/common/mock_private.h FILE *__wrap_fopen(const char *pathname, const char *mode); pathname 45 lib/common/mock_private.h FILE *__real_fopen64(const char *pathname, const char *mode); pathname 46 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/pcmk__schema_init_test.c rm_files(const char *pathname, const struct stat *sbuf, int type, struct FTW *ftwb) pathname 42 lib/common/tests/schemas/pcmk__schema_init_test.c return remove(pathname);