Home
last modified time | relevance | path

Searched refs:n_str (Results 1 – 7 of 7) sorted by relevance

/third_party/boringssl/src/util/fipstools/cavp/
Dcavp_ecdsa2_keypair_test.cc33 std::string n_str; in TestECDSA2KeyPair() local
37 !t->GetAttribute(&n_str, "N")) { in TestECDSA2KeyPair()
46 unsigned long n = strtoul(n_str.c_str(), nullptr, 10); in TestECDSA2KeyPair()
/third_party/python/Include/
Dnode.h12 char *n_str; member
35 #define STR(n) ((n)->n_str)
/third_party/python/Parser/
Dnode.c14 n->n_str = NULL; in PyNode_New()
130 n->n_str = str; in PyNode_AddChild()
Dparsetok.c440 r->n_str = PyObject_MALLOC(strlen(tok->encoding)+1); in parsetok()
441 if (!r || !r->n_str) { in parsetok()
448 strcpy(r->n_str, tok->encoding); in parsetok()
/third_party/python/Modules/
Dparsermodule.c682 && ((ch->n_str == NULL) || (label_str == NULL) in validate_node()
683 || (strcmp(ch->n_str, label_str) == 0)) in validate_node()
1042 res->n_str = (char *)PyObject_MALLOC(len + 1); in build_node_tree()
1043 if (res->n_str == NULL) { in build_node_tree()
1050 (void) memcpy(res->n_str, temp, len + 1); in build_node_tree()
/third_party/libxml2/
Dtestapi.c2443 int n_str; in test_htmlParseEntityRef() local
2446 for (n_str = 0;n_str < gen_nb_const_xmlChar_ptr_ptr;n_str++) { in test_htmlParseEntityRef()
2449 str = gen_const_xmlChar_ptr_ptr(n_str, 1); in test_htmlParseEntityRef()
2455 des_const_xmlChar_ptr_ptr(n_str, (const xmlChar **)str, 1); in test_htmlParseEntityRef()
2462 printf(" %d", n_str); in test_htmlParseEntityRef()
7411 int n_str; in test_xmlDebugDumpString() local
7414 for (n_str = 0;n_str < gen_nb_const_xmlChar_ptr;n_str++) { in test_xmlDebugDumpString()
7417 str = gen_const_xmlChar_ptr(n_str, 1); in test_xmlDebugDumpString()
7422 des_const_xmlChar_ptr(n_str, (const xmlChar *)str, 1); in test_xmlDebugDumpString()
7429 printf(" %d", n_str); in test_xmlDebugDumpString()
[all …]
/third_party/python/Python/
Dast.c4710 if (parent && parent->n_str) { in fstring_fix_node_location()
4711 substr = strstr(parent->n_str, expr_str); in fstring_fix_node_location()
4714 while (start > parent->n_str) { in fstring_fix_node_location()
4722 for (char* p = parent->n_str; p < substr; p++) { in fstring_fix_node_location()