Searched refs:output (Results 51 - 75 of 442) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dspnego_asn1.pl23 # the output of this script, but we need to keep the script around in
27 # Overall plan: run the ASN.1 compiler, run each of its output files
30 # output into something closer to ISC's coding standard, and (2) to
64 # a file called "asn1_files" listing the names of the other output
115 my $output;
158 $output .= $_;
182 $output =~ s<^static [^\n]+\n$_\(.+?^}></* unused function: $_ */\n>ms
185 $output =~ s<^static .+$_\(.*\);$></* unused declaration: $_ */>m
188 $output =~ s<^static struct units ContextFlags_units\[\].+?^};>
191 $output
[all...]
/freebsd-9.3-release/sbin/devd/
H A DMakefile17 CLEANFILES= y.output
/freebsd-9.3-release/sbin/routed/
H A DMakefile6 SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
/freebsd-9.3-release/sys/crypto/des/
H A Ddes_ecb.c100 void des_ecb_encrypt(des_cblock *input, des_cblock *output, argument
106 unsigned char *out = &(*output)[0];
116 void des_ecb3_encrypt(des_cblock *input, des_cblock *output, argument
123 unsigned char *out = &(*output)[0];
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A DMakefile6 SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
/freebsd-9.3-release/usr.sbin/lastlogin/
H A Dlastlogin.c48 static void output(struct utmpx *);
107 output(u);
131 output(&ulist[i]);
137 /* Duplicate the output of last(1) */
139 output(struct utmpx *u) function
/freebsd-9.3-release/crypto/openssl/engines/vendor_defns/
H A Datalla.h42 unsigned char *output,
/freebsd-9.3-release/contrib/bmake/
H A Dmake-bootstrap.sh.in49 output="$1"; shift
50 echo ${CC} ${LDSTATIC} ${LDFLAGS} -o "$output" "$@" ${LIBS}
51 ${CC} ${LDSTATIC} ${LDFLAGS} -o "$output" "$@" ${LIBS}
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dspecial.cpp53 void output();
77 p->output();
105 void special_box::output() function in class:special_box
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dboot.c60 static u_char *op; /* output pointer */
66 static int output(void *, u_char *, u_long);
101 infl.gz_output = output;
122 output(void *dummy, u_char * ptr, u_long len) function
/freebsd-9.3-release/tools/regression/lib/libutil/
H A Dtest-trimdomain-nodomain.c61 testit(const char *input, int hostsize, const char *output, const char *test) argument
64 const char *expected = (output == NULL) ? input : output;
H A Dtest-trimdomain.c61 testit(const char *input, int hostsize, const char *output, const char *test) argument
64 const char *expected = (output == NULL) ? input : output;
/freebsd-9.3-release/usr.sbin/bsdconfig/includes/
H A Dincludes68 output=$( awk \
125 if [ "$output" ]; then
136 echo "$output"
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A DMakefile.am6 debug-output-lfp-bin \
7 debug-output-lfp-dec \
8 debug-output-pkt \
9 kod-output-blank \
10 kod-output-multiple \
11 kod-output-single \
17 kod-output-blank \
18 kod-output-single \
19 kod-output-multiple \
75 data/kod-output
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.rb41 output = get_details(result_file, lines)
42 failure_output << output[:failures] unless output[:failures].empty?
43 ignore_output << output[:ignores] unless output[:ignores].empty?
90 puts " root_path - Helpful for producing more verbose output if using relative paths."
/freebsd-9.3-release/usr.sbin/mtree/
H A Dcreate.c76 static void output(int, int *, const char *, ...) __printflike(3, 4);
174 output(indent, &offset, "type=%s", inotype(p->fts_statp->st_mode));
179 output(indent, &offset, "uname=%s", pw->pw_name);
189 output(indent, &offset, "uid=%u", p->fts_statp->st_uid);
195 output(indent, &offset, "gname=%s", gr->gr_name);
205 output(indent, &offset, "gid=%u", p->fts_statp->st_gid);
208 output(indent, &offset, "mode=%#o", p->fts_statp->st_mode & MBITS);
210 output(indent, &offset, "nlink=%u", p->fts_statp->st_nlink);
212 output(indent, &offset, "size=%jd",
215 output(inden
415 output(int indent, int *offset, const char *fmt, ...) function
[all...]
/freebsd-9.3-release/sys/kern/
H A Dimgact_gzip.c58 u_long output; member in struct:imgact_gzip
142 printf("Output=%lu ", igz.output);
341 if (gz->output < sizeof gz->a_out) {
343 i = min(siz, sizeof gz->a_out - gz->output);
344 bcopy(p, q + gz->output, i);
345 gz->output += i;
348 if (gz->output == sizeof gz->a_out) {
368 if (gz->output < gz->file_offset &&
369 gz->output + siz > gz->file_offset) {
370 i = min(siz, gz->file_offset - gz->output);
[all...]
/freebsd-9.3-release/tools/test/iconv/
H A DMakefile48 mkdir -p output
51 -@${GEN_FWD} ${enc} >output/${enc}
52 @${CMP} ref/${enc} output/${enc}
54 -@${GEN_REV} ${enc} >output/${enc}-rev
55 @${CMP} ref/${enc}-rev output/${enc}-rev
80 CLEANDIRS+= output
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dqud_cksm.c77 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], argument
96 lp = (struct lp_st *)&(output[0])[0];
98 lp = (DES_LONG *)&(output[0])[0];
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dencrypt.h87 void (*output)(unsigned char *, int); member in struct:__anon4217
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h80 void (*output) (unsigned char *, int); member in struct:__anon4555
/freebsd-9.3-release/usr.bin/yacc/
H A DMakefile5 SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
H A Ddefs.h81 #define VERBOSE_SUFFIX ".output"
321 void output(void);
/freebsd-9.3-release/usr.sbin/kgzip/
H A Dkgzip.c68 const char *output; local
76 output = NULL;
98 output = optarg;
108 mk_fn(cflag, *argv, output, fn);
174 "usage: kgzip [-cv] [-f format] [-l loader] [-o output] file\n");
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_struct.h92 struct evbuffer *output; member in struct:bufferevent

Completed in 177 milliseconds

1234567891011>>