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

12

/freebsd-10.1-release/sys/pci/
H A Dlocate.pl20 open (INPUT, "cc -E ncr.c 2>/dev/null |");
22 while ($_ = <INPUT>)
27 while ($_ = <INPUT>)
/freebsd-10.1-release/sbin/natd/
H A Dnatd.h16 #define INPUT 1 macro
/freebsd-10.1-release/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-10.1-release/contrib/apr-util/docs/
H A Ddoxygen.conf3 INPUT=.
/freebsd-10.1-release/contrib/apr/docs/
H A Ddoxygen.conf3 INPUT=.
/freebsd-10.1-release/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-10.1-release/crypto/openssl/crypto/des/
H A Dtypemap10 INPUT
/freebsd-10.1-release/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-10.1-release/usr.bin/join/
H A Djoin.c85 } INPUT; typedef in typeref:struct:__anon11806
86 static INPUT input1 = { NULL, 0, 0, 1, NULL, 0, 0, 0, 0 },
106 static void joinlines(INPUT *, INPUT *);
111 static void outoneline(INPUT *, LINE *);
112 static void outtwoline(INPUT *, LINE *, INPUT *, LINE *);
113 static void slurp(INPUT *);
120 INPUT *F1, *F2;
274 slurp(INPUT *
[all...]
/freebsd-10.1-release/contrib/binutils/
H A Dylwrap46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
50 INPUT is the input file
/freebsd-10.1-release/contrib/openbsm/config/
H A Dylwrap43 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
47 INPUT is the input file
/freebsd-10.1-release/sys/dev/cxgb/
H A Dbin2h.pl10 my $success = open INPUT, "$ARGV[0]";
71 my $number_read = read(INPUT, $binary, 4);
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
48 INPUT is the input file
/freebsd-10.1-release/contrib/ntp/
H A Dylwrap44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
48 INPUT is the input file
/freebsd-10.1-release/crypto/openssl/apps/
H A Dtsget165 open INPUT, "<" . $input
167 $body = <INPUT>;
168 close INPUT
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css60 DIV.tabs INPUT
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css60 DIV.tabs INPUT
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css60 DIV.tabs INPUT
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css60 DIV.tabs INPUT
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/krb5/html/
H A Dtabs.css60 DIV.tabs INPUT
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dtabs.css60 DIV.tabs INPUT
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/wind/html/
H A Dtabs.css60 DIV.tabs INPUT
/freebsd-10.1-release/contrib/subversion/doc/
H A Ddoxygen.conf567 # The INPUT tag can be used to specify the files and/or directories that contain
572 INPUT = subversion/include \
583 # If the value of the INPUT tag contains directories, you can use the
599 # excluded from the INPUT source files. This way you can easily exclude a
600 # subdirectory from a directory tree whose root is specified with the INPUT tag.
610 # If the value of the INPUT tag contains directories, you can use the
/freebsd-10.1-release/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

Completed in 285 milliseconds

12