Home
last modified time | relevance | path

Searched refs:txtbuf (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dstrerror.c768 char txtbuf[80]; in Curl_sspi_strerror() local
1037 str = txtbuf; in Curl_sspi_strerror()
1038 msnprintf(txtbuf, sizeof(txtbuf), "%s (0x%08X)", txt, err); in Curl_sspi_strerror()
1039 txtbuf[sizeof(txtbuf)-1] = '\0'; in Curl_sspi_strerror()
/external/u-boot/scripts/kconfig/
Dgconf.c135 GtkTextBuffer *txtbuf; in init_main_window() local
179 txtbuf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(text_w)); in init_main_window()
180 tag1 = gtk_text_buffer_create_tag(txtbuf, "mytag1", in init_main_window()
184 tag2 = gtk_text_buffer_create_tag(txtbuf, "mytag2", in init_main_window()