Searched refs:no_name (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 487 static const char *no_name = "NO NAME "; variable 570 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat() 615 if (!vol_label || !memcmp(vol_label, no_name, 11)) in probe_fat() 620 if (vol_label && memcmp(vol_label, no_name, 11)) { in probe_fat()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 746 _asn1obj2py(const ASN1_OBJECT *name, int no_name) in _asn1obj2py() argument 753 buflen = OBJ_obj2txt(namebuf, X509_NAME_MAXLEN, name, no_name); in _asn1obj2py() 761 buflen = OBJ_obj2txt(NULL, 0, name, no_name); in _asn1obj2py() 768 buflen = OBJ_obj2txt(namebuf, buflen + 1, name, no_name); in _asn1obj2py() 774 if (!buflen && no_name) { in _asn1obj2py()
|
/external/python/cpython3/Lib/test/ |
D | test_grammar.py | 329 no_name[does_not_exist]: no_name_again = 1/0 331 no_name[does_not_exist]: 1/0 = 0
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 1134 _asn1obj2py(const ASN1_OBJECT *name, int no_name) in _asn1obj2py() argument 1141 buflen = OBJ_obj2txt(namebuf, X509_NAME_MAXLEN, name, no_name); in _asn1obj2py() 1149 buflen = OBJ_obj2txt(NULL, 0, name, no_name); in _asn1obj2py() 1156 buflen = OBJ_obj2txt(namebuf, buflen + 1, name, no_name); in _asn1obj2py() 1162 if (!buflen && no_name) { in _asn1obj2py()
|