Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Denv.c67 n->type = env_string; in hx509_env_add()
159 && env->name[len] == '\0' && env->type == env_string) in hx509_env_lfind()
182 if (strcmp(key, env->name) == 0 && env->type == env_string) in hx509_env_find()
220 if (b->type == env_string) in env_free()
H A Dhx_locl.h200 enum { env_string, env_list } type; enumerator
H A Dsel.c138 if (subenv->type != env_string) in eval_comp()
/freebsd/contrib/jemalloc/scripts/
H A Dgen_travis.py196 env_string = '{}{}{}{}{}{}'.format(
206 job += ' env: {}'.format(env_string)