Searched refs:config_string (Results 1 – 3 of 3) sorted by relevance
63 int config_string(pkg_config_key, const char **);
201 if (mirror_type == NULL && config_string(MIRROR_TYPE, &mirror_type) in fetch_to_fd()631 if (config_string(PUBKEY, &pubkey) != 0) { in verify_pubsignature()678 if (config_string(FINGERPRINTS, &fingerprints) != 0) { in verify_signature()779 if (config_string(PACKAGESITE, &packagesite) != 0) { in bootstrap_pkg()784 if (config_string(SIGNATURE_TYPE, &signature_type) != 0) { in bootstrap_pkg()939 if (config_string(SIGNATURE_TYPE, &signature_type) != 0) { in bootstrap_pkg_local()
530 config_string(pkg_config_key k, const char **val) in config_string() function