Home
last modified time | relevance | path

Searched defs:strval (Results 1 – 21 of 21) sorted by relevance

/external/strace/tests/
Dkexec_file_load.c41 struct strval { struct
42 kernel_ulong_t val;
43 const char *str64;
44 const char *str32;
45 const char *str;
Dkexec_load.c40 struct strval { struct
41 kernel_ulong_t val;
42 const char *str64;
43 const char *str32;
44 const char *str;
Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = { in main() argument
Dfanotify_mark.c86 struct strval { struct
91 struct strval64 { argument
111 static const struct strval flags[] = { in main() argument
Dfile_handle.c155 struct strval { struct
172 static const struct strval dirfds[] = { in main() argument
/external/strace/tests-m32/
Dkexec_file_load.c41 struct strval { struct
42 kernel_ulong_t val;
43 const char *str64;
44 const char *str32;
45 const char *str;
Dkexec_load.c40 struct strval { struct
41 kernel_ulong_t val;
42 const char *str64;
43 const char *str32;
44 const char *str;
Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = { in main() argument
Dfanotify_mark.c86 struct strval { struct
91 struct strval64 { argument
111 static const struct strval flags[] = { in main() argument
Dfile_handle.c155 struct strval { struct
172 static const struct strval dirfds[] = { in main() argument
/external/strace/tests-mx32/
Dkexec_file_load.c41 struct strval { struct
42 kernel_ulong_t val;
43 const char *str64;
44 const char *str32;
45 const char *str;
Dkexec_load.c40 struct strval { struct
41 kernel_ulong_t val;
42 const char *str64;
43 const char *str32;
44 const char *str;
Dfanotify_init.c54 struct strval { struct
63 static const struct strval flags[] = { in main() argument
Dfanotify_mark.c86 struct strval { struct
91 struct strval64 { argument
111 static const struct strval flags[] = { in main() argument
Dfile_handle.c155 struct strval { struct
172 static const struct strval dirfds[] = { in main() argument
/external/boringssl/src/crypto/x509v3/
Dv3_enum.c93 long strval; in i2s_ASN1_ENUMERATED_TABLE() local
/external/doclava/src/com/google/doclava/
DPageMetadata.java991 String strval = chars; in renderStrWithUcs() local
/external/protobuf/php/ext/google/protobuf/
Dupb.h683 #define UPB_TABKEY_STR(len1, len2, len3, len4, strval) \ argument
686 #define UPB_TABKEY_STR(len1, len2, len3, len4, strval) \ argument
/external/pdfium/fxjs/
Dcjs_field.cpp2426 WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt() local
/external/libxml2/
Dxpath.c4547 xmlChar * strval; in xmlXPathDistinctSorted() local
5896 xmlChar *strval; in xmlXPathCastNodeToNumber() local
Drelaxng.c2498 const xmlChar * val, const xmlChar * strval, in xmlRelaxNGSchemaFacetCheck()