Searched refs:n_str (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/util/fipstools/cavp/ |
D | cavp_ecdsa2_keypair_test.cc | 34 std::string n_str; in TestECDSA2KeyPair() local 38 !t->GetAttribute(&n_str, "N")) { in TestECDSA2KeyPair() 47 unsigned long n = strtoul(n_str.c_str(), nullptr, 10); in TestECDSA2KeyPair()
|
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_ecdsa2_keypair_test.cc | 34 std::string n_str; in TestECDSA2KeyPair() local 38 !t->GetAttribute(&n_str, "N")) { in TestECDSA2KeyPair() 47 unsigned long n = strtoul(n_str.c_str(), nullptr, 10); in TestECDSA2KeyPair()
|
/external/python/cpython2/Include/ |
D | node.h | 12 char *n_str; member 31 #define STR(n) ((n)->n_str)
|
/external/python/cpython3/Include/ |
D | node.h | 12 char *n_str; member 35 #define STR(n) ((n)->n_str)
|
/external/python/cpython2/Parser/ |
D | node.c | 14 n->n_str = NULL; in PyNode_New() 107 n->n_str = str; in PyNode_AddChild()
|
D | parsetok.c | 252 r->n_str = PyObject_MALLOC(strlen(tok->encoding)+1); in parsetok() 253 if (!r || !r->n_str) { in parsetok() 260 strcpy(r->n_str, tok->encoding); in parsetok()
|
D | pgen.c | 189 nf = addnfa(gr, n->n_str); in compile_rule() 312 addnfaarc(nf, *pa, *pb, addlabel(ll, n->n_type, n->n_str)); in compile_atom()
|
/external/python/cpython3/Parser/ |
D | node.c | 14 n->n_str = NULL; in PyNode_New() 130 n->n_str = str; in PyNode_AddChild()
|
D | parsetok.c | 440 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()
|
/external/python/cpython3/Modules/ |
D | parsermodule.c | 682 && ((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()
|
/external/libxml2/ |
D | testapi.c | 2443 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 …]
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 928 res->n_str = (char *)PyObject_MALLOC(len); in build_node_tree() 929 if (res->n_str == NULL) { in build_node_tree() 936 (void) memcpy(res->n_str, PyString_AS_STRING(encoding), len); in build_node_tree()
|
/external/python/cpython3/Python/ |
D | ast.c | 4710 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()
|