HomeSort by: relevance | last modified time | path
    Searched defs:subenv (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
sel.c 133 hx509_env subenv; local
135 subenv = find_variable(context, env, subexpr);
136 if (subenv == NULL)
139 while (subenv) {
140 if (subenv->type != env_string)
142 if (strcmp(w, subenv->name) == 0)
144 if (strcmp(w, subenv->u.string) == 0)
146 subenv = subenv->next;
sel.c 133 hx509_env subenv; local
135 subenv = find_variable(context, env, subexpr);
136 if (subenv == NULL)
139 while (subenv) {
140 if (subenv->type != env_string)
142 if (strcmp(w, subenv->name) == 0)
144 if (strcmp(w, subenv->u.string) == 0)
146 subenv = subenv->next;

Completed in 29 milliseconds