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

  /src/usr.sbin/gspa/gspa/
gspa.c 92 char * volatile list_name; local
95 hex_name = list_name = 0;
111 if (list_name)
113 list_name = optarg;
164 if (list_name)
165 if ((listfile = fopen(list_name, "w")) == NULL)
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 1151 const char *list_name; /* The name of this pseudo group */ member in struct:__anon643
1321 if ((size_t)len == (strlen(default_group_strings[i].list_name))
1322 && OPENSSL_strncasecmp(default_group_strings[i].list_name, elem, len) == 0) {

Completed in 61 milliseconds