Home
last modified time | relevance | path

Searched refs:workbuf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dtuple.c112 char *workbuf = strdup(kv); in pkgconf_tuple_define_global() local
116 if (workbuf == NULL) in pkgconf_tuple_define_global()
119 value = strchr(workbuf, '='); in pkgconf_tuple_define_global()
125 tuple = pkgconf_tuple_add(client, &client->global_vars, workbuf, value, false, 0); in pkgconf_tuple_define_global()
130 free(workbuf); in pkgconf_tuple_define_global()
H A Dpath.c196 char *workbuf, *p, *iter; in pkgconf_path_split() local
201 iter = workbuf = strdup(text); in pkgconf_path_split()
202 if (workbuf == NULL) in pkgconf_path_split()
211 free(workbuf); in pkgconf_path_split()
/freebsd/contrib/pkgconf/cli/
H A Dcore.c564 char workbuf[PKGCONF_ITEM_SIZE]; in apply_env() local
573 snprintf(workbuf, sizeof workbuf, "%s_CFLAGS", want_env_prefix); in apply_env()
574 …if (!apply_env_var(workbuf, client, world, maxdepth, pkgconf_pkg_cflags, filter_cflags, maybe_add_… in apply_env()
577 snprintf(workbuf, sizeof workbuf, "%s_LIBS", want_env_prefix); in apply_env()
578 if (!apply_env_var(workbuf, client, world, maxdepth, pkgconf_pkg_libs, filter_libs, NULL)) in apply_env()
/freebsd/contrib/pkgconf/tests/
H A Dtest-runner.c436 char *workbuf, *p, *iter; in prefixed_path_split() local
441 iter = workbuf = strdup(text); in prefixed_path_split()
454 free(workbuf); in prefixed_path_split()