Home
last modified time | relevance | path

Searched refs:tag2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dgconf.c54 GtkTextTag *tag1, *tag2; variable
184 tag2 = gtk_text_buffer_create_tag(txtbuf, "mytag2", in init_main_window()
386 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
408 gtk_text_buffer_insert_with_tags(buffer, &end, msg, -1, tag2, in text_insert_msg()
/openbmc/linux/scripts/kconfig/
H A Dgconf.c48 GtkTextTag *tag1, *tag2; variable
179 tag2 = gtk_text_buffer_create_tag(txtbuf, "mytag2", in init_main_window()
381 gtk_text_buffer_insert_with_tags(buffer, &end, str_get(&help), -1, tag2, in text_insert_help()
403 gtk_text_buffer_insert_with_tags(buffer, &end, msg, -1, tag2, in text_insert_msg()
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp1133 char* tag2 = NULL; in TEST() local
1167 EXPECT_EQ(pldm_msgbuf_span_string_ascii(ctxExtract, (void**)&tag2, NULL), in TEST()
1169 EXPECT_EQ(strncmp(expectTag2, tag2, strlen(tag2) + 1), 0); in TEST()