Searched refs:strv (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/qapi/ |
H A D | qapi-type-helpers.c | 29 char **strv = g_new(char *, QAPI_LIST_LENGTH(list) + 1); in strv_from_str_list() local 32 strv[i++] = g_strdup(tail->value); in strv_from_str_list() 34 strv[i] = NULL; in strv_from_str_list() 36 return strv; in strv_from_str_list()
|
/openbmc/hiomapd/ |
H A D | mboxctl.c | 250 char *strv[2]; in handle_cmd_backend() local 304 strv[0] = path; in handle_cmd_backend() 305 strv[1] = NULL; in handle_cmd_backend() 307 rc = sd_bus_message_append_strv(m, &strv[0]); in handle_cmd_backend() 312 strv[0] = NULL; in handle_cmd_backend() 313 strv[1] = NULL; in handle_cmd_backend() 314 rc = sd_bus_message_append_strv(m, &strv[0]); in handle_cmd_backend()
|
/openbmc/sdbusplus/src/message/ |
H A D | native_types.cpp | 55 std::string_view strv(str); in filename() local 56 size_t firstIndex = strv.rfind('/'); in filename() 63 auto filename = strv.substr(firstIndex + 1); in filename()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 95 #include "strv.h" 119 #include "strv.h" 188 #include "strv.h" 198 #include "strv.h" 223 #include "strv.h" 247 #include "strv.h" 319 #include "strv.h" 368 #include "strv.h" 390 #include "strv.h" 404 #include "strv.h" [all …]
|
H A D | 0005-add-missing-FTW_-macros-for-musl.patch | 36 #include "strv.h"
|
H A D | 0001-missing_type.h-add-comparison_fn_t.patch | 53 #include "strv.h"
|
H A D | 0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch | 32 #include "strv.h"
|
H A D | 0017-Adjust-for-musl-headers.patch | 406 #include "strv.h"
|
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
H A D | 0001-Define-portable-basename-function.patch | 23 #include "strv.h" 56 …static int conf_files_list_strv_internal(char ***strv, const char *suffix, const char *root, char …
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0006-add-missing-FTW_-macros-for-musl.patch | 36 #include "strv.h"
|
H A D | 0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch | 38 #include "strv.h" 59 #include "strv.h" 82 #include "strv.h"
|
H A D | 0003-missing_type.h-add-comparison_fn_t.patch | 53 #include "strv.h"
|
H A D | 0005-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch | 32 #include "strv.h"
|
H A D | 0017-Adjust-for-musl-headers.patch | 399 #include "strv.h"
|
/openbmc/qemu/qga/ |
H A D | main.c | 1032 gchar **strv; in split_list() local 1034 strv = g_strsplit(str, delim, -1); in split_list() 1035 for (i = 0; strv[i]; i++) { in split_list() 1036 list = g_list_prepend(list, strv[i]); in split_list() 1038 g_free(strv); in split_list()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 706 g_auto(GStrv) strv = NULL; in test_qga_config() 763 strv = g_key_file_get_string_list(kf, "general", "block-rpcs", &n, &error); in test_qga_config() 765 g_assert_true(g_strv_contains((const char * const *)strv, in test_qga_config() 767 g_assert_true(g_strv_contains((const char * const *)strv, in test_qga_config()
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 777 e33e strv RXY_RRRD
|