Searched refs:config_string (Results 1 – 3 of 3) sorted by relevance
65 int config_string(pkg_config_key, const char **);
200 if (mirror_type == NULL && config_string(MIRROR_TYPE, &mirror_type) in fetch_to_fd()707 if (config_string(PUBKEY, &pubkey) != 0) { in verify_pubsignature()753 if (config_string(FINGERPRINTS, &fingerprints) != 0) { in verify_signature()853 if (config_string(PACKAGESITE, &packagesite) != 0) { in bootstrap_pkg()858 if (config_string(SIGNATURE_TYPE, &signature_type) != 0) { in bootstrap_pkg()1009 if (config_string(SIGNATURE_TYPE, &signature_type) != 0) { in bootstrap_pkg_local()
529 config_string(pkg_config_key k, const char **val) in config_string() function