Searched refs:PKGCONF_API (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | libpkgconf.h | 343 PKGCONF_API bool pkgconf_bytecode_eval(const pkgconf_client_t *client, const pkgconf_list_t *tuples… 344 PKGCONF_API bool pkgconf_bytecode_emit(pkgconf_buffer_t *buf, enum pkgconf_bytecode_op tag, const v… 345 PKGCONF_API bool pkgconf_bytecode_emit_text(pkgconf_buffer_t *buf, const char *p, size_t n); 346 PKGCONF_API bool pkgconf_bytecode_emit_var(pkgconf_buffer_t *buf, const char *name, size_t nlen); 347 PKGCONF_API bool pkgconf_bytecode_emit_sysroot(pkgconf_buffer_t *buf); 348 PKGCONF_API void pkgconf_bytecode_from_buffer(pkgconf_bytecode_t *bc, const pkgconf_buffer_t *buf); 349 PKGCONF_API bool pkgconf_bytecode_compile(pkgconf_buffer_t *out, const char *value); 350 PKGCONF_API bool pkgconf_bytecode_eval_str_to_buf(const pkgconf_client_t *client, const pkgconf_lis… 351 PKGCONF_API char *pkgconf_bytecode_eval_str(const pkgconf_client_t *client, const pkgconf_list_t *v… 352 PKGCONF_API pkgconf_variable_t *pkgconf_bytecode_eval_lookup_var(pkgconf_bytecode_eval_ctx_t *ctx, … [all …]
|
| H A D | bsdstubs.h | 29 PKGCONF_API extern size_t pkgconf_strlcpy(char *dst, const char *src, size_t siz); 30 PKGCONF_API extern size_t pkgconf_strlcat(char *dst, const char *src, size_t siz); 31 PKGCONF_API extern char *pkgconf_strndup(const char *src, size_t len); 32 PKGCONF_API extern void *pkgconf_reallocarray(void *ptr, size_t m, size_t n); 33 PKGCONF_API extern int pkgconf_pledge(const char *promises, const char *execpromises); 34 PKGCONF_API extern int pkgconf_unveil(const char *path, const char *permissions);
|
| H A D | libpkgconf-api.h | 8 # define PKGCONF_API macro 11 # define PKGCONF_API __declspec(dllexport) macro 13 # define PKGCONF_API __declspec(dllimport) macro 16 # define PKGCONF_API __attribute__((visibility("default"))) macro
|
| H A D | path.h | 6 PKGCONF_API bool pkgconf_path_trim_basename(pkgconf_buffer_t *buf); 7 PKGCONF_API const char *pkgconf_path_find_basename(const char *path);
|
| /freebsd/contrib/pkgconf/ |
| H A D | NEWS | 724 - PKGCONF_API support has been implemented when building with Meson,
|