Searched refs:havebuf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/pkgconf/cli/ |
| H A D | core.c | 479 char havebuf[PKGCONF_ITEM_SIZE]; in maybe_add_module_definitions() local 488 snprintf(havebuf, sizeof havebuf, "HAVE_%s", dep->match->id); in maybe_add_module_definitions() 490 for (p = havebuf; *p; p++) in maybe_add_module_definitions() 504 pkgconf_fragment_insert(client, fragment_list, 'D', havebuf, false); in maybe_add_module_definitions() 529 char havebuf[PKGCONF_ITEM_SIZE]; in apply_env_variables() local 535 snprintf(havebuf, sizeof havebuf, "%s_%s", env_prefix, tuple->key); in apply_env_variables() 537 for (p = havebuf; *p; p++) in apply_env_variables() 553 "%s='%s'\n", havebuf, val); in apply_env_variables()
|