Searched refs:INPUT (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/sys/dev/ncr/
H A Dlocate.pl20 open (INPUT, "cc -E ncr.c 2>/dev/null |");
22 while ($_ = <INPUT>)
27 while ($_ = <INPUT>)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dar_to_bc.sh4 echo "Usage: $0 INPUT... OUTPUT"
30 for INPUT in *; do
31 for OBJ in $($AR t $INPUT); do
32 $AR x $INPUT $OBJ
33 mv -f $OBJ $(basename $INPUT).$OBJ
/freebsd-12-stable/sbin/natd/
H A Dnatd.h16 #define INPUT 1 macro
/freebsd-12-stable/contrib/ncurses/man/
H A Dmake_sed.sh43 INPUT=input$$
48 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 5 15
50 sed -e 's/[ ][ ]*/ /g' >$INPUT
54 sed -e 's/\./ /g' $INPUT | \
/freebsd-12-stable/contrib/libxo/doc/
H A DMakefile.am43 INPUT = libxo
46 ${INPUT}.txt \
52 ${OUTPUT}.txt: ${INPUT}.txt ${OXTRADOC} xolint.txt
55 ${OUTPUT}.html: ${INPUT}.txt ${OXTRADOC} ${XML2HTMLBIN} xolint.txt
63 ${INPUT}.xml \
64 ${INPUT}.fxml \
/freebsd-12-stable/contrib/apr-util/docs/
H A Ddoxygen.conf3 INPUT=.
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dbounce-resender.pl77 open(INPUT,$ARGV[0]) || die "$ARGV[0]: $!\n";
87 while (! eof INPUT) {
96 $_ = <INPUT>; $lineno++;
100 $nrl = <INPUT>; $lineno++;
116 $_ = <INPUT>; $lineno++;
136 $next = <INPUT>; $lineno++;
154 $next = <INPUT>; $lineno++;
265 close INPUT;
/freebsd-12-stable/contrib/apr/docs/
H A Ddoxygen.conf3 INPUT=.
/freebsd-12-stable/contrib/libxo/xolint/
H A Dxolint.pl75 open INPUT, "$cmd |";
76 local @input = <INPUT>;
77 close INPUT;
129 open INPUT, "cpp $opt_cflags $file |";
131 open INPUT, $file || die "cannot open input file '$file'";
133 local @input = <INPUT>;
134 close INPUT;
/freebsd-12-stable/contrib/ntp/scripts/
H A Dplot_summary.in111 open INPUT, "$fname" or die "$fname: $!";
114 while (<INPUT>) {
149 close INPUT;
253 open INPUT, "$fname" or die "$fname: $!";
256 while (<INPUT>) {
280 close INPUT;
H A Dsummary.in125 open INPUT, "$directory/$fname" or warn "can't open $directory/$fname: $!";
136 while (<INPUT>) {
159 close INPUT;
194 open INPUT, "$directory/$fname" or warn "can't open $directory/$fname: $!";
212 while (<INPUT>) {
253 close INPUT;
286 open INPUT, "$directory/$fname";
289 close INPUT;
301 open INPUT, "<$in_file" or die "can't open $in_file: $!";
304 while (<INPUT>) {
[all...]
/freebsd-12-stable/usr.bin/join/
H A Djoin.c87 } INPUT; typedef in typeref:struct:__anon17284
88 static INPUT input1 = { NULL, 0, 0, 1, NULL, 0, 0, 0, 0 },
108 static void joinlines(INPUT *, INPUT *);
113 static void outoneline(INPUT *, LINE *);
114 static void outtwoline(INPUT *, LINE *, INPUT *, LINE *);
115 static void slurp(INPUT *);
122 INPUT *F1, *F2;
276 slurp(INPUT *
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
79 INPUT is the input file
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig188 INPUT=$( ifconfig "$WLAN_IFACE" list regdomain | head -n 1 )
189 DEF_REGDOMAIN=$( echo "$INPUT" | cut -w -f 2 )
190 DEF_COUNTRY=$( echo "$INPUT" | cut -w -f 4 )
/freebsd-12-stable/contrib/openbsm/config/
H A Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
47 INPUT is the input file
/freebsd-12-stable/contrib/binutils/
H A Dylwrap46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
50 INPUT is the input file
/freebsd-12-stable/sys/dev/cxgb/
H A Dbin2h.pl10 my $success = open INPUT, "$ARGV[0]";
73 my $number_read = read(INPUT, $binary, 4);
/freebsd-12-stable/crypto/openssl/apps/
H A Dtsget.in170 open INPUT, "<" . $input
172 $body = <INPUT>;
173 close INPUT
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l148 INPUT [iI][nN][pP][uU][tT]
257 {INPUT} {
258 return INPUT;
/freebsd-12-stable/contrib/subversion/doc/
H A Ddoxygen.conf552 # The INPUT tag can be used to specify the files and/or directories that contain
557 INPUT = subversion/include \
572 # If the value of the INPUT tag contains directories, you can use the
588 # excluded from the INPUT source files. This way you can easily exclude a
589 # subdirectory from a directory tree whose root is specified with the INPUT tag.
599 # If the value of the INPUT tag contains directories, you can use the
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h460 #define INPUT EVRPC_INPUT macro
486 * @param hook_type either INPUT or OUTPUT
500 * @param hook_type either INPUT or OUTPUT
/freebsd-12-stable/contrib/libevent/include/event2/
H A Drpc.h460 #define INPUT EVRPC_INPUT macro
486 * @param hook_type either INPUT or OUTPUT
500 * @param hook_type either INPUT or OUTPUT
/freebsd-12-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm53 =item parse_line( INPUT, OUTPUT_CODE, PREPROCESS_CODE )
55 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
/freebsd-12-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm80 =item parse_line( INPUT, OUTPUT_CODE, PREPROCESS_CODE )
82 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
/freebsd-12-stable/contrib/binutils/ld/
H A Dldgram.y143 %token LENGTH CREATE_OBJECT_SYMBOLS INPUT GROUP OUTPUT CONSTRUCTORS
338 | INPUT '(' input_list ')'

Completed in 340 milliseconds

12