Searched refs:string_array (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/contrib/libnv/ |
| H A D | cnvlist.c | 108 CNVLIST_GET_ARRAY(const char * const *, string_array, STRING_ARRAY) 173 CNVLIST_TAKE_ARRAY(char **, string_array, STRING_ARRAY) 212 CNVLIST_FREE(string_array)
|
| H A D | nvlist.c | 1441 NVLIST_EXISTS(string_array, STRING_ARRAY) in NVLIST_EXISTS() 2039 NVLIST_FREE(string_array, STRING_ARRAY) in NVLIST_FREE()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointIDList.cpp | 89 llvm::ArrayRef<const char *> string_array, CommandReturnObject &result) { in InsertStringArray() argument 90 if(string_array.empty()) in InsertStringArray() 93 for (const char *str : string_array) { in InsertStringArray()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointIDList.h | 54 void InsertStringArray(llvm::ArrayRef<const char *> string_array,
|
| /freebsd-12.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value.h | 277 BHND_NVRAM_VAL_FMT_DECL(string_array);
|
| H A D | bhnd_nvram_value_fmts.c | 233 BHND_NVRAM_VAL_FMT_NATIVE(string_array, STRING_ARRAY);
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libnvpair/ |
| H A D | libnvpair.c | 254 NVLIST_ARRPRTFUNC(string_array, char *, char *, "%s") 465 NVLIST_PRINTCTL_AREPLACE(string_array, char **) 725 ARENDER(pctl, string_array, nvl, name, val, nelem); in nvlist_print_with_indent() 905 NVPA(elem, string_array, char *, char *, "'%s'"); in dump_nvlist()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 492 ConstantDataSequential *string_array = NULL; in RewriteObjCConstString() local 495 string_array = dyn_cast<ConstantDataSequential>(cstr->getInitializer()); in RewriteObjCConstString() 501 …m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0,… in RewriteObjCConstString() 503 switch (cstr ? string_array->getElementByteSize() : 1) { in RewriteObjCConstString() 517 string_array->getElementByteSize()); in RewriteObjCConstString()
|
| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-generated-matchers_test.cc | 1220 const char* string_array[] = { "fee", "fie", "foe", "fum" }; in TEST() local 1221 EXPECT_THAT(string_array, Contains(Eq(std::string("fum")))); in TEST()
|