Searched refs:RESULT (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-9.3-release/contrib/ncurses/man/
H A Dmake_sed.sh46 RESULT=result$$
47 rm -f $UPPER $SCRIPT $RESULT
48 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 5 15
66 echo "# Do the TH lines" >>$RESULT
72 $UPPER >>$RESULT
74 echo "# Do the embedded references" >>$RESULT
80 $UPPER >>$RESULT
82 echo "# Do the \fBxxx\fR references in the .NAME section" >>$RESULT
86 $UPPER >>$RESULT
89 cat $RESULT
[all...]
/freebsd-9.3-release/contrib/dialog/samples/
H A Dcalendar7 RESULT=`$DIALOG --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
H A Dcalendar-stdout6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dcalendar27 RESULT=`$DIALOG --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 2>&1 1>&3`
H A Dcalendar2-stdout6 RESULT=`$DIALOG --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0`
H A Ddselect7 RESULT=`$DIALOG --title "Please choose a directory" "$@" --dselect $HOME/ 14 48 2>&1 1>&3`
H A Dfselect7 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $HOME/ 14 48 2>&1 1>&3`
H A Dfselect27 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $HOME/ 0 0 2>&1 1>&3`
H A Dinputbox48 RESULT=`$DIALOG --title "INPUT BOX" --clear "$@" \
H A Dtimebox-stdout6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56`
H A Dtimebox27 RESULT=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 2>&1 1>&3`
H A Dtimebox2-stdout6 RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0`
H A Dcalendar37 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981 2>&1 1>&3`
H A Dcalendar3-stdout6 RESULT=`$DIALOG --extra-button --extra-label "Hold" --help-button --stdout --title "CALENDAR" "$@" --calendar "Please choose a date..." 0 0 7 7 1981`
H A Dfselect-stdout6 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $HOME/ 14 48`
H A Dfselect2-stdout6 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $HOME/ 0 0`
H A Dmenubox87 RESULT=`$DIALOG --help-button \
H A Dmenubox97 RESULT=`$DIALOG --help-button \
H A Dtimebox10 RESULT=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56 2>&1 1>&3`
H A Dinputbox721 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
H A Dmenubox108 RESULT=`$DIALOG --backtitle "Debian Configuration" \
H A Dfselect116 RESULT=`$DIALOG --title "Please choose a file" "$@" --fselect $FILE 14 48 2>&1 1>&3`
H A Dfselect1-stdout15 RESULT=`$DIALOG --stdout --title "Please choose a file" "$@" --fselect $FILE 14 48`
/freebsd-9.3-release/contrib/binutils/libiberty/
H A D_doprnt.c212 #define RESULT(x) do \ macro
237 RESULT(checkit ("<%d>\n", 0x12345678));
238 RESULT(printf ("<%d>\n", 0x12345678));
240 RESULT(checkit ("<%200d>\n", 5));
241 RESULT(printf ("<%200d>\n", 5));
243 RESULT(checkit ("<%.300d>\n", 6));
244 RESULT(printf ("<%.300d>\n", 6));
246 RESULT(checkit ("<%100.150d>\n", 7));
247 RESULT(printf ("<%100.150d>\n", 7));
249 RESULT(checki
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A D_doprnt.c212 #define RESULT(x) do \ macro
237 RESULT(checkit ("<%d>\n", 0x12345678));
238 RESULT(printf ("<%d>\n", 0x12345678));
240 RESULT(checkit ("<%200d>\n", 5));
241 RESULT(printf ("<%200d>\n", 5));
243 RESULT(checkit ("<%.300d>\n", 6));
244 RESULT(printf ("<%.300d>\n", 6));
246 RESULT(checkit ("<%100.150d>\n", 7));
247 RESULT(printf ("<%100.150d>\n", 7));
249 RESULT(checki
[all...]

Completed in 46 milliseconds

12