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

/freebsd-current/crypto/openssl/ms/
H A Duplink-common.pl13 open(INPUT,$applink_c) || die "can't open $applink_c: $!";
14 @max=grep {/APPLINK_MAX\s+(\d+)/} <INPUT>;
15 close(INPUT);
/freebsd-current/sbin/natd/
H A Dnatd.h14 #define INPUT 1 macro
H A Dnatd.c432 DoAliasing (mip->divertIn, INPUT);
685 direction = INPUT;
/freebsd-current/contrib/ncurses/man/
H A Dmake_sed.sh44 INPUT=input$$
49 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 3 15
51 sed -e 's/[ ][ ]*/ /g' >$INPUT
55 sed -e 's/\./ /g' $INPUT | \
/freebsd-current/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-current/crypto/openssl/test/
H A Dgenerate_ssl_tests.pl143 open(INPUT, "< $fname") or die "Can't open input file '$fname'!\n";
145 my $content = <INPUT>;
146 close(INPUT);
/freebsd-current/contrib/libxo/xolint/
H A Dxolint.pl75 open INPUT, "$cmd |";
76 local @input = <INPUT>;
77 close INPUT;
131 open INPUT, "cpp $opt_cflags $file |";
133 open INPUT, $file || die "cannot open input file '$file'";
135 local @input = <INPUT>;
136 close INPUT;
/freebsd-current/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-current/usr.bin/join/
H A Djoin.c73 } INPUT; typedef in typeref:struct:__anon121
74 static INPUT input1 = { NULL, 0, 0, 1, NULL, 0, 0, 0, 0 },
94 static void joinlines(INPUT *, INPUT *);
99 static void outoneline(INPUT *, LINE *);
100 static void outtwoline(INPUT *, LINE *, INPUT *, LINE *);
101 static void slurp(INPUT *);
108 INPUT *F1, *F2;
262 slurp(INPUT *
[all...]
/freebsd-current/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-current/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig187 INPUT=$( ifconfig "$WLAN_IFACE" list regdomain | head -n 1 )
188 DEF_REGDOMAIN=$( echo "$INPUT" | cut -w -f 2 )
189 DEF_COUNTRY=$( echo "$INPUT" | cut -w -f 4 )
/freebsd-current/contrib/openbsm/config/
H A Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
47 INPUT is the input file
/freebsd-current/sys/dev/cxgb/
H A Dbin2h.pl8 my $success = open INPUT, "$ARGV[0]";
68 my $number_read = read(INPUT, $binary, 4);
/freebsd-current/crypto/openssl/apps/
H A Dtsget.in170 open INPUT, "<" . $input
172 $body = <INPUT>;
173 close INPUT
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l148 INPUT [iI][nN][pP][uU][tT]
257 {INPUT} {
258 return INPUT;
H A Dtestlang_parse.y182 %token <string> INPUT
337 input : INPUT STRING eol {
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h480 #define INPUT EVRPC_INPUT macro
506 * @param hook_type either INPUT or OUTPUT
521 * @param hook_type either INPUT or OUTPUT
/freebsd-current/contrib/libevent/include/event2/
H A Drpc.h480 #define INPUT EVRPC_INPUT macro
506 * @param hook_type either INPUT or OUTPUT
521 * @param hook_type either INPUT or OUTPUT
/freebsd-current/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-current/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

Completed in 419 milliseconds