Home
last modified time | relevance | path

Searched full:msgbox (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dallwinner,sun6i-a31-msgbox.yaml4 $id: http://devicetree.org/schemas/mailbox/allwinner,sun6i-a31-msgbox.yaml#
28 - allwinner,sun8i-a83t-msgbox
29 - allwinner,sun8i-h3-msgbox
30 - allwinner,sun9i-a80-msgbox
31 - allwinner,sun50i-a64-msgbox
32 - allwinner,sun50i-h6-msgbox
33 - const: allwinner,sun6i-a31-msgbox
34 - const: allwinner,sun6i-a31-msgbox
70 msgbox: mailbox@1c17000 {
71 compatible = "allwinner,sun8i-h3-msgbox",
[all …]
/freebsd/contrib/bsddialog/
H A DREADME.md20 % ./bsddialog --msgbox "Hello World!" 8 20
33 --menu, --mixedform, --mixedgauge, --msgbox, --passwordbox, --passwordform,
44 % ./bsddialog --backtitle "TITLE" --title msgbox --msgbox "Hello World!" 5 30
45 % ./bsddialog --theme blackwhite --title msgbox --msgbox "Hello World!" 5 30
66 % sh ./examples_utility/msgbox.sh
105 % ./msgbox
H A D.gitignore20 examples_library/msgbox
/freebsd/contrib/dialog/samples/
H A Dmsgbox17 --msgbox "Hi, this is a simple message box. You can use this to
14 --msgbox "Hi, this is a simple message box. You can use this to
21 --msgbox "Hi, this is a simple message box. You can use this to
28 --clear "$@" --msgbox " \
H A Dmsgbox27 --msgbox "Hi, this is a simple message box. You can use this to
14 --msgbox "Hi, this is a simple message box. You can use this to
21 --msgbox "Hi, this is a simple message box. You can use this to
28 --trim "$@" --msgbox " \
H A Dmsgbox-utf82 # $Id: msgbox-utf8,v 1.2 2020/11/26 00:03:58 tom Exp $
11 --msgbox "วรรณยุกต์อยู่ท้ายบรรทัดได้หรือไม่" 8 23
H A Dmsgbox2 # $Id: msgbox,v 1.8 2020/11/26 00:03:58 tom Exp $
7 --msgbox "Hi, this is a simple message box. You can use this to \
H A Dmsgbox-help2 # $Id: msgbox-help,v 1.7 2020/11/26 00:03:58 tom Exp $
8 --msgbox "Hi, this is a simple message box. You can use this to \
H A Dform354 --msgbox "Resulting data:\n\
61 --msgbox "Help data:\n\
H A Dform455 --msgbox "Resulting data:\n\
62 --msgbox "Help data:\n\
H A Dform556 --msgbox "Resulting data:\n\
63 --msgbox "Help data:\n\
H A Dform656 --msgbox "Resulting data:\n\
63 --msgbox "Help data:\n\
H A Ddialog.py115 def msgbox(self, text, height=10, width=30, title=''): member in Dialog
121 '--msgbox "%s" %d %d' % (text, height, width))
312 d.msgbox("Excellent! Here's the source code:")
314 d.msgbox("Send your complaints to /dev/null")
H A Dmsgbox310 --msgbox "\
H A Dmsgbox611 --msgbox "\
/freebsd/contrib/dialog/
H A Dmsgbox.c2 * $Id: msgbox.c,v 1.89 2020/11/23 00:32:02 tom Exp $
4 * msgbox.c -- implements the message box and info box
64 DLG_TRACE(("# msgbox args:\n")); in dialog_msgbox()
94 dlg_register_window(dialog, "msgbox", binding); in dialog_msgbox()
95 dlg_register_buttons(dialog, "msgbox", buttons); in dialog_msgbox()
/freebsd/contrib/bsddialog/examples_utility/
H A Dmsgbox.sh16 ./bsddialog --title " msgbox " --msgbox "Hello World!" 6 20
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv447 --msgbox 'No interface specified for IPv4 configuration.' 0 0
56 --msgbox "Bad auto option '$AUTO'." 0 0
84 bsddialog --backtitle "$OSNAME Installer" --msgbox "DHCP lease acquisition failed." 0 0
H A Dnetconfig_ipv654 --msgbox 'No interface specified for IPv6 configuration.' 0 0
63 --msgbox "Bad auto option '$AUTO'." 0 0
93 bsddialog --backtitle "$OSNAME Installer" --msgbox "SLAAC failed." 0 0
H A Dchecksum76 …--msgbox "The checksum for $dist does not match. It may have become corrupted, or it may be from a…
80 …--msgbox "The checksum for $dist does not match. It may have become corrupted, and should be redow…
H A Dfetchmissingdists35 bsddialog --backtitle "$OSNAME Installer" --title "Error" --msgbox "$1" 0 0
81 …bsddialog --backtitle "$OSNAME Installer" --title "Warning" --msgbox "Manifest not found on local …
/freebsd/contrib/bsddialog/utility/
H A Dbsddialog.1238 Open a Msgbox with
615 .It Fl Fl msgbox Ar text Ar rows Ar cols
744 .Dl bsddialog --backtitle MESSAGE --title Msgbox --msgbox Message 0 0
919 .Fl Fl msgbox ,
H A Dutil_cli.c137 MSGBOX, enumerator
261 {"msgbox", no_argument, NULL, MSGBOX},
335 printf(" --msgbox <text> <rows> <cols>\n"); in usage()
759 case MSGBOX: in parseargs()
761 exit_error(true, "%s and --msgbox without " in parseargs()
/freebsd/contrib/dialog/package/freebsd/
H A Dpkg-plist128 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/msgbox
129 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/msgbox-help
130 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/msgbox-utf8
/freebsd/contrib/dialog/po/
H A DPOTFILES.in21 msgbox.c

1234