Home
last modified time | relevance | path

Searched refs:str (Results 3751 - 3775 of 12809) sorted by relevance

1...<<151152153154155156157158159160>>...513

/third_party/ltp/testcases/kernel/syscalls/memset/
H A Dmemset01.c35 static int checkit(char *str) in checkit() argument
39 while (!*str++) in checkit()
/third_party/ltp/testcases/network/nfsv4/acl/
H A Dtest_long_acl.py27 testfile = 'testfile' + str(i)
29 print("setfacl with " + str(i) + " entries\n " + u)
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dinit-wstring.c26 const __WCHAR_TYPE__ str[4]; member
27 } str = { L"xyz" }; variable
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-ppc.c23 static const char *asm_constraint_ppc(struct asm_operand *op, int c, const char *str) in asm_constraint_ppc() argument
30 return str; in asm_constraint_ppc()
H A Dtarget-s390.c23 static const char *asm_constraint_s390(struct asm_operand *op, int c, const char *str) in asm_constraint_s390() argument
30 return str; in asm_constraint_s390()
/third_party/node/deps/v8/src/utils/
H A Dversion.h36 static void GetString(base::Vector<char> str);
39 static void GetSONAME(base::Vector<char> str);
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_fgets_chk_test.cpp22 char str[STR_SIZE]; in HWTEST_F() local
29 char* content = __fgets_chk(str, STR_SIZE, fptr, STR_SIZE); in HWTEST_F()
H A Dfortify_vsnprintf_chk_test.cpp18 static int VsnprintfHelper(char* str, size_t size, const char* format, ...) in VsnprintfHelper() argument
22 int result = __vsnprintf_chk(str, size - 1, 0, size - 1, format, args); in VsnprintfHelper()
H A Dfortify_vsprintf_chk_test.cpp17 static int VsprintfHelper(char* str, size_t size, const char* format, ...) in VsprintfHelper() argument
21 int result = __vsprintf_chk(str, 0, size - 1, format, args); in VsprintfHelper()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfputws.c29 char str[100] = {0}; in fputws_0100() local
37 int rsize = fread(str, sizeof(char), 100, fptr); in fputws_0100()
/third_party/rust/crates/cxx/gen/src/
H A Dblock.rs6 Namespace(&'static str),
8 InlineNamespace(&'static str),
/third_party/rust/crates/clap/src/util/
H A Dmod.rs39 pub(crate) fn eq_ignore_case(left: &str, right: &str) -> bool {
/third_party/rust/crates/bindgen/bindgen/
H A Dcallbacks.rs35 fn will_parse_macro(&self, _name: &str) -> MacroParsingBehavior { in will_parse_macro()
50 fn int_macro(&self, _name: &str, _value: i64) -> Option<IntKind> { in int_macro()
56 fn str_macro(&self, _name: &str, _value: &[u8]) {} in str_macro()
65 fn func_macro(&self, _name: &str, _value: &[&[u8]]) {} in func_macro()
71 _enum_name: Option<&str>, in enum_variant_behavior()
72 _original_variant_name: &str, in enum_variant_behavior()
81 _enum_name: Option<&str>, in enum_variant_name()
82 _original_variant_name: &str, in enum_variant_name()
89 fn item_name(&self, _original_item_name: &str) -> Option<String> { in item_name()
94 fn include_file(&self, _filename: &str) {} in include_file()
[all...]
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D04_01_enum.rs32 impl std::str::FromStr for Mode { in fmt()
35 fn from_str(s: &str) -> Result<Self, Self::Err> { in fmt()
/third_party/rust/crates/cxx/tools/cargo/
H A Dbuild.rs9 const MISSING: &str = "
31 const DENIED: &str = "
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dblock.rs6 Namespace(&'static str),
8 InlineNamespace(&'static str),
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dblock.rs6 Namespace(&'static str),
8 InlineNamespace(&'static str),
/third_party/rust/crates/clap/src/builder/
H A Dvalue_hint.rs1 use std::str::FromStr;
77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dblock.rs6 Namespace(&'static str),
8 InlineNamespace(&'static str),
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_error_handling.hpp65 explicit CompilerError(const std::string &str)
66 : std::runtime_error(str)
/third_party/skia/third_party/externals/icu/fuzzers/
H A Dicu_converter_fuzzer.cc25 icu::UnicodeString str(UnicodeStringFromUtf8(data, size)); in LLVMFuzzerTestOneInput()
39 str.extract(dest_buffer.get(), dest_buffer_size, converter.get(), status); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DStringSaver.h30 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save()
52 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save()
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dgenerate_wgsl_corpus.py47 input_dir: str = os.path.abspath(sys.argv[1].rstrip(os.sep))
48 corpus_dir: str = os.path.abspath(sys.argv[2])
/third_party/skia/third_party/externals/tint/src/sem/
H A Ddepth_texture_type.cc45 return out.str(); in type_name()
51 return out.str(); in FriendlyName()
H A Dpointer_type.cc36 return out.str(); in type_name()
47 return out.str(); in FriendlyName()

Completed in 11 milliseconds

1...<<151152153154155156157158159160>>...513