Home
last modified time | relevance | path

Searched refs:backtitle (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/
H A Dltpmenu83 dialog --backtitle "Linux Test Project Control Centre" \
105 dialog --backtitle "Linux Test Project Control Centre" \
171 dialog --backtitle "Linux Test Project Control Centre" \
179 dialog --backtitle "Linux Test Project Control Centre" \
183 dialog --backtitle "Linux Test Project Control Centre" \
202 dialog --backtitle "Linux Test Project Control Centre" \
220 dialog --backtitle "Linux Test Project Control Centre"\
226 dialog --backtitle "Linux Test Project Control Centre"\
237 dialog --backtitle "Linux Test Project Control Centre"\
244 dialog --backtitle "Linu
[all...]
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh388 dialog --backtitle "$BGTITLE" \
868 dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.alsa-project.org'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.alsa-project.org/cardinfo-db' and submit your post." 25 100
870 dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.pastebin.ca'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.pastebin.ca/upload.php' and submit your post." 25 100
898 dialog --backtitle "$BGTITLE" --title "Information collected" --yes-label " UPLOAD / SHARE " --no-label " SAVE LOCALLY " --defaultno --yesno "\n\nAutomatically upload ALSA information to $WWWSERVICE?" 10 80
924 dialog --backtitle "$BGTITLE" --title "Information collected" --msgbox "\n\nYour ALSA information is in $NFILE" 10 60
937 dialog --backtitle "$BGTITLE" --infobox "Uploading information to $WWWSERVICE ..." 6 70
953 dialog --backtitle "$BGTITLE" --title "Information not uploaded" --msgbox "An error occurred while contacting $WWWSERVICE.\n Your information was NOT automatically uploaded.\n\nYour ALSA information is in $NFILE" 10 100
968 dialog --backtitle "$BGTITLE" --title "Information uploaded" --yesno "Would you like to see the uploaded information?" 5 100
972 dialog --backtitle "$BGTITLE" --textbox "$TEMPDIR/uploaded.txt" 0 0
/third_party/toybox/kconfig/lxdialog/
H A Ddialog.h104 const char *backtitle; member
190 void init_dialog(const char *backtitle);
H A Dutil.c256 if (dlg.backtitle != NULL) { in dialog_clear()
260 mvwaddstr(stdscr, 0, 1, (char *)dlg.backtitle); in dialog_clear()
271 void init_dialog(const char *backtitle) in init_dialog() argument
273 dlg.backtitle = backtitle; in init_dialog()

Completed in 3 milliseconds