HomeSort by relevance Sort by last modified time
    Searched refs:nocase_cmp (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Tools/pynche/
ColorDB.py 127 def nocase_cmp(n1, n2):
129 self.__allnames.sort(nocase_cmp)
126 def nocase_cmp(n1, n2): function in function:ColorDB.unique_names
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 278 * X509_NAME_cmp(), nocase_cmp() and nocase_spacenorm_cmp() are as is.
282 static int nocase_cmp(const ASN1_STRING *a, const ASN1_STRING *b) function
397 j=nocase_cmp(na->value, nb->value);
    [all...]

Completed in 122 milliseconds