Home
last modified time | relevance | path

Searched refs:forkpath (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/netatalk3/netatalk-3.1.12/etc/afpd/
H A Dofork.c395 bstring forkpath = NULL; in of_closefork() local
418 forkpath = bformat("%s/%s", bdata(dir->d_fullpath), of_name(ofork)); in of_closefork()
422 if ((ofork->of_flags & AFPFORK_MODIFIED) && (forkpath)) { in of_closefork()
423 fce_register(obj, FCE_FILE_MODIFY, bdata(forkpath), NULL); in of_closefork()
477 if (forkpath) in of_closefork()
478 bdestroy(forkpath); in of_closefork()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/pg_verify_checksums/
H A Dpg_verify_checksums.c200 char *forkpath, in scan_directory() local
227 forkpath = strchr(fnonly, '_'); in scan_directory()
228 if (forkpath != NULL) in scan_directory()
229 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/pg_verify_checksums/
H A Dpg_verify_checksums.c200 char *forkpath, in scan_directory() local
227 forkpath = strchr(fnonly, '_'); in scan_directory()
228 if (forkpath != NULL) in scan_directory()
229 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/pg_verify_checksums/
H A Dpg_verify_checksums.c200 char *forkpath,
227 forkpath = strchr(fnonly, '_');
228 if (forkpath != NULL)
229 *forkpath++ = '\0';
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/pg_verify_checksums/
H A Dpg_verify_checksums.c200 char *forkpath, in scan_directory() local
227 forkpath = strchr(fnonly, '_'); in scan_directory()
228 if (forkpath != NULL) in scan_directory()
229 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/pg_verify_checksums/
H A Dpg_verify_checksums.c200 char *forkpath, in scan_directory() local
227 forkpath = strchr(fnonly, '_'); in scan_directory()
228 if (forkpath != NULL) in scan_directory()
229 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/pg_verify_checksums/
H A Dpg_verify_checksums.c200 char *forkpath, in scan_directory() local
227 forkpath = strchr(fnonly, '_'); in scan_directory()
228 if (forkpath != NULL) in scan_directory()
229 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/pg_verify_checksums/
H A Dpg_verify_checksums.c200 char *forkpath, in scan_directory() local
227 forkpath = strchr(fnonly, '_'); in scan_directory()
228 if (forkpath != NULL) in scan_directory()
229 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/pg_checksums/
H A Dpg_checksums.c349 char *forkpath,
376 forkpath = strchr(fnonly, '_');
377 if (forkpath != NULL)
378 *forkpath++ = '\0';
/dports/databases/postgresql12-plperl/postgresql-12.9/src/bin/pg_checksums/
H A Dpg_checksums.c349 char *forkpath,
376 forkpath = strchr(fnonly, '_');
377 if (forkpath != NULL)
378 *forkpath++ = '\0';
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/bin/pg_checksums/
H A Dpg_checksums.c349 char *forkpath,
376 forkpath = strchr(fnonly, '_');
377 if (forkpath != NULL)
378 *forkpath++ = '\0';
/dports/databases/postgresql13-client/postgresql-13.5/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath,
377 forkpath = strchr(fnonly, '_');
378 if (forkpath != NULL)
379 *forkpath++ = '\0';
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/bin/pg_checksums/
H A Dpg_checksums.c350 char *forkpath, in scan_directory() local
377 forkpath = strchr(fnonly, '_'); in scan_directory()
378 if (forkpath != NULL) in scan_directory()
379 *forkpath++ = '\0'; in scan_directory()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/bin/pg_checksums/
H A Dpg_checksums.c349 char *forkpath,
376 forkpath = strchr(fnonly, '_');
377 if (forkpath != NULL)
378 *forkpath++ = '\0';
/dports/databases/postgresql12-docs/postgresql-12.9/src/bin/pg_checksums/
H A Dpg_checksums.c349 char *forkpath, in pprint_freg()
376 forkpath = strchr(fnonly, '_'); in pprint_freg()
377 if (forkpath != NULL) in pprint_freg()
378 *forkpath++ = '\0'; in pprint_freg()

12