Home
last modified time | relevance | path

Searched refs:allocated_path (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/taisei/taisei-1.3.2/src/resource/
H A Dresource.c107 …ource *ires, void *opaque, const char *path, const char *name, char *allocated_path, char *allocat…
240 char *allocated_path = NULL; in load_resource() local
253 path = allocated_path = handler->procs.find(name); in load_resource()
273 load_resource_finish(ires, NULL, path, name, allocated_path, allocated_name, flags); in load_resource()
279 path = allocated_path ? allocated_path : strdup(path); in load_resource()
283 …load_resource_finish(ires, handler->procs.begin_load(path, flags), path, name, allocated_path, all… in load_resource()
315 …ource *ires, void *opaque, const char *path, const char *name, char *allocated_path, char *allocat… in load_resource_finish() argument
325 free(allocated_path); in load_resource_finish()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DPictureImageLoader.c145 char *allocated_path; in PImageLoadSvg() local
181 render_opts = path = allocated_path = fxstrdup(path); in PImageLoadSvg()
195 free(allocated_path); in PImageLoadSvg()
284 free(allocated_path); in PImageLoadSvg()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DPictureImageLoader.c145 char *allocated_path; in PImageLoadSvg() local
180 render_opts = path = allocated_path = safestrdup(path); in PImageLoadSvg()
194 free(allocated_path); in PImageLoadSvg()
283 free(allocated_path); in PImageLoadSvg()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/
H A Darc.c1459 char * allocated_path = NULL; /* alloc; must free{} */ in KArcDirResolvePathNode() local
1605 allocated_path /* get a temp buffer to build this new path */ in KArcDirResolvePathNode()
1606 = realloc (allocated_path, asize); in KArcDirResolvePathNode()
1607 if (allocated_path == NULL) in KArcDirResolvePathNode()
1621 memmove (allocated_path, abpath, fsize); in KArcDirResolvePathNode()
1622 pc = allocated_path + fsize; in KArcDirResolvePathNode()
1628 temp_path = allocated_path; in KArcDirResolvePathNode()
1641 if (allocated_path != NULL) in KArcDirResolvePathNode()
1642 free (allocated_path); in KArcDirResolvePathNode()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/
H A Darc.c1459 char * allocated_path = NULL; /* alloc; must free{} */ in KArcDirResolvePathNode() local
1605 allocated_path /* get a temp buffer to build this new path */ in KArcDirResolvePathNode()
1606 = realloc (allocated_path, asize); in KArcDirResolvePathNode()
1607 if (allocated_path == NULL) in KArcDirResolvePathNode()
1621 memmove (allocated_path, abpath, fsize); in KArcDirResolvePathNode()
1622 pc = allocated_path + fsize; in KArcDirResolvePathNode()
1628 temp_path = allocated_path; in KArcDirResolvePathNode()
1641 if (allocated_path != NULL) in KArcDirResolvePathNode()
1642 free (allocated_path); in KArcDirResolvePathNode()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dprovider_core.c838 char *allocated_path = NULL; in provider_init()
877 module_path = allocated_path = in provider_init()
889 OPENSSL_free(allocated_path); in provider_init()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dprovider_core.c838 char *allocated_path = NULL; in provider_init()
877 module_path = allocated_path = in provider_init()
889 OPENSSL_free(allocated_path); in provider_init()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dprovider_core.c838 char *allocated_path = NULL; in provider_init()
877 module_path = allocated_path = in provider_init()
889 OPENSSL_free(allocated_path); in provider_init()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/
H A Dprovider_core.c838 char *allocated_path = NULL; in provider_init()
877 module_path = allocated_path = in provider_init()
889 OPENSSL_free(allocated_path); in provider_init()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/
H A Dprovider_core.c845 char *allocated_path = NULL; in provider_init()
884 module_path = allocated_path = in provider_init()
896 OPENSSL_free(allocated_path); in provider_init()
/dports/security/openssl-devel/openssl-3.0.2/crypto/
H A Dprovider_core.c845 char *allocated_path = NULL; in provider_init()
884 module_path = allocated_path = in provider_init()
896 OPENSSL_free(allocated_path); in provider_init()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1776 char *allocated_path = 0;
1778 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
1781 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2804 char *allocated_path = nullptr;
2806 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
2809 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2804 char *allocated_path = nullptr;
2806 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
2809 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3278 char *allocated_path = nullptr;
3280 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3283 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3278 char *allocated_path = nullptr;
3280 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3283 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3278 char *allocated_path = nullptr;
3280 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3283 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3278 char *allocated_path = nullptr;
3280 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3283 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3278 char *allocated_path = nullptr;
3280 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3283 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3278 char *allocated_path = nullptr;
3280 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3283 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3547 char *allocated_path = nullptr;
3549 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3552 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3547 char *allocated_path = nullptr;
3549 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3552 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3547 char *allocated_path = nullptr;
3549 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3552 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3606 char *allocated_path = nullptr;
3608 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3611 if (allocated_path && !res) WRAP(free)(allocated_path);
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3606 char *allocated_path = nullptr;
3608 allocated_path = resolved_path = (char *)WRAP(malloc)(path_max + 1);
3611 if (allocated_path && !res) WRAP(free)(allocated_path);

12