Searched defs:strval (Results 1 - 22 of 22) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dv3_enum.c93 long strval; local
94 strval = ASN1_ENUMERATED_get(e);
96 if (strval == enam->bitnum)
/external/strace/tests/
H A Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = {
73 static const struct strval event_f_flags[] = {
H A Dkexec_file_load.c41 struct strval { struct
69 static const struct strval flags[] = {
88 struct strval cmdlines[] = {
H A Dkexec_load.c40 struct strval { struct
72 static const struct strval flags[] = {
H A Dfanotify_mark.c72 struct strval { struct
97 static const struct strval flags[] = {
116 static const struct strval dirfds[] = {
130 struct strval paths[] = {
H A Dfile_handle.c156 struct strval { struct
173 static const struct strval dirfds[] = {
177 static const struct strval name_flags[] = {
190 static const struct strval open_flags[] = {
220 struct strval paths[] = {
227 struct strval name_handles[] = {
/external/strace/tests-m32/
H A Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = {
73 static const struct strval event_f_flags[] = {
H A Dkexec_file_load.c41 struct strval { struct
69 static const struct strval flags[] = {
88 struct strval cmdlines[] = {
H A Dkexec_load.c40 struct strval { struct
72 static const struct strval flags[] = {
H A Dfanotify_mark.c72 struct strval { struct
97 static const struct strval flags[] = {
116 static const struct strval dirfds[] = {
130 struct strval paths[] = {
H A Dfile_handle.c156 struct strval { struct
173 static const struct strval dirfds[] = {
177 static const struct strval name_flags[] = {
190 static const struct strval open_flags[] = {
220 struct strval paths[] = {
227 struct strval name_handles[] = {
/external/strace/tests-mx32/
H A Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = {
73 static const struct strval event_f_flags[] = {
H A Dkexec_file_load.c41 struct strval { struct
69 static const struct strval flags[] = {
88 struct strval cmdlines[] = {
H A Dkexec_load.c40 struct strval { struct
72 static const struct strval flags[] = {
H A Dfanotify_mark.c72 struct strval { struct
97 static const struct strval flags[] = {
116 static const struct strval dirfds[] = {
130 struct strval paths[] = {
H A Dfile_handle.c156 struct strval { struct
173 static const struct strval dirfds[] = {
177 static const struct strval name_flags[] = {
190 static const struct strval open_flags[] = {
220 struct strval paths[] = {
227 struct strval name_handles[] = {
/external/v8/src/wasm/
H A Dmodule-decoder.cc846 std::string strval = str.str(); local
847 const char* raw = strval.c_str();
/external/pdfium/fpdfsdk/javascript/
H A DField.cpp3007 CFX_WideString strval = pFormField->GetOptionValue(nIdx); local
3008 if (strval.IsEmpty())
3011 vRet = CJS_Value(pRuntime, strval.c_str());
/external/svox/pico/lib/
H A Dpicotok.c460 static picoos_bool tok_isRelative (picoos_uchar strval[], picoos_uint32 * val) argument
466 len = picoos_strlen((picoos_char*)strval);
468 if (strval[len - 1] == '%') {
469 strval[len - 1] = 0;
470 if ((strval[0] == '+') || (strval[0] == '-')) {
471 (*val) = 1000 + (picoos_atoi((picoos_char*)strval) * 10);
473 (*val) = picoos_atoi((picoos_char*)strval) * 10;
/external/libxml2/
H A Drelaxng.c606 * @strval: the string value
616 const xmlChar * strval, void *value);
2473 * @strval: the string value
2483 const xmlChar * val, const xmlChar * strval,
2490 if ((type == NULL) || (strval == NULL))
2536 ret = xmlSchemaValidateFacet(typ, facet, strval, value);
2481 xmlRelaxNGSchemaFacetCheck(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * facetname, const xmlChar * val, const xmlChar * strval, void *value) argument
H A Dxpath.c4541 xmlChar * strval; local
4554 strval = xmlXPathCastNodeToString(cur);
4555 if (xmlHashLookup(hash, strval) == NULL) {
4556 xmlHashAddEntry(hash, strval, strval);
4560 xmlFree(strval);
5881 xmlChar *strval; local
5886 strval = xmlXPathCastNodeToString(node);
5887 if (strval == NULL)
5889 ret = xmlXPathCastStringToNumber(strval);
[all...]
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 1178 milliseconds