Searched refs:output (Results 101 - 125 of 660) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/kern/
H A Dimgact_gzip.c58 u_long output; member in struct:imgact_gzip
142 printf("Output=%lu ", igz.output);
338 if (gz->output < sizeof gz->a_out) {
340 i = min(siz, sizeof gz->a_out - gz->output);
341 bcopy(p, q + gz->output, i);
342 gz->output += i;
345 if (gz->output == sizeof gz->a_out) {
365 if (gz->output < gz->file_offset &&
366 gz->output + siz > gz->file_offset) {
367 i = min(siz, gz->file_offset - gz->output);
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c49 int input, output, save_errno, i, need_restart, input_is_tty; local
73 input = output = _open(_PATH_TTY, O_RDWR | O_CLOEXEC);
80 output = STDERR_FILENO;
86 output = STDERR_FILENO;
127 (void)_write(output, prompt, strlen(prompt));
146 (void)_write(output, "\n", 1);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp91 llvm::raw_svector_ostream output(buf);
98 output << *ND;
101 output << "block(line:" << Loc.getLine() << ":col:" << Loc.getColumn();
106 std::string NameOfRootFunction = output.str();
108 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
115 output.str(), PathDiagnosticLocation(D, SM));
/freebsd-11-stable/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];
H A Ddes.h132 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
135 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
139 void DES_cbc_encrypt(const unsigned char *input, unsigned char *output,
142 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output,
145 void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output,
152 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
181 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output,
216 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
219 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/find/
H A Dt_find.sh43 # TODO: Parse the output.file for actual verification.
45 atf_check -s exit:1 -o save:output.file \
/freebsd-11-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm139 my @output = split / /;
141 $offset = $output[3];
143 } elsif ($output[7] =~ /s(\d{1,2})/) {
146 } elsif ($output[8] =~ /s(\d{1,2})/) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_struct.h92 struct evbuffer *output; member in struct:bufferevent
/freebsd-11-stable/contrib/dialog/samples/
H A Dtreeview247 --treeview "TreeView demo" 0 0 10 `cat $input | sed -e 's/:/ /g'` 2> $output
51 tempfile=$output
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h80 void (*output) (unsigned char *, int); member in struct:__anon5921
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb3 # A simple parser. Takes the output files generated during the build process and
7 # To capture an output file under VS builds use the following:
10 # To capture an output file under GCC/Linux builds use the following:
28 # Set the flag to indicate if there will be an XML output file or not
33 # if write our output to XML
35 output = File.open("report.xml", "w")
36 output << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
38 output << item << "\n"
40 output << "</testsuite>\n"
58 # Test was flagged as having passed so format the output
[all...]
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_term.c45 char *output; /* Corresponding vi command. */ member in struct:_tklist
94 CHAR_T output[5]; local
107 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen);
108 MEMCPY(output, wp, wlen);
110 output, strlen(tkp->output), SEQ_COMMAND,
128 output[0] = (UCHAR_T)kp->ch;
130 output, 1, SEQ_INPUT, SEQ_NOOVERWRITE | SEQ_SCREEN))
147 if (tkp->output
[all...]
/freebsd-11-stable/usr.bin/iscsictl/
H A DMakefile14 CLEANFILES= y.tab.c y.tab.h y.output
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzip.c70 const char *output; local
78 output = NULL;
100 output = optarg;
110 mk_fn(cflag, *argv, output, fn);
176 "usage: kgzip [-cv] [-f format] [-l loader] [-o output] file\n");
/freebsd-11-stable/usr.sbin/lastlogin/
H A Dlastlogin.c53 static void output(struct utmpx *);
119 output(u);
143 output(&ulist[i]);
153 /* Duplicate the output of last(1) */
155 output(struct utmpx *u) function
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.h83 void (*output)(unsigned char *, int); member in struct:__anon3599
/freebsd-11-stable/sbin/devd/
H A DMakefile19 CLEANFILES= y.output
/freebsd-11-stable/usr.sbin/ndiscvt/
H A DMakefile20 CLEANFILES= y.output
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h32 void output() const { outputRaw(String.data()); } function in class:scudo::ScopedString
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dwrapped_sasl.c184 const char **output, unsigned *outputlen)
186 return sasl_encode(conn, input, inputlen, output, outputlen);
192 const char **output, unsigned *outputlen)
194 return sasl_decode(conn, input, inputlen, output, outputlen);
182 svn_sasl__encode(sasl_conn_t *conn, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
190 svn_sasl__decode(sasl_conn_t *conn, const char *input, unsigned inputlen, const char **output, unsigned *outputlen) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h262 virtual void output(OutputStream &OS, OutputFlags Flags) const = 0;
304 void output(OutputStream &OS, OutputFlags Flags) const override {
366 void output(OutputStream &OS, OutputFlags Flags) const override;
375 void output(OutputStream &OS, OutputFlags Flags) const override;
385 void output(OutputStream &OS, OutputFlags Flags) const override;
395 void output(OutputStream &OS, OutputFlags Flags) const override;
404 void output(OutputStream &OS, OutputFlags Flags) const override;
413 void output(OutputStream &OS, OutputFlags Flags) const override;
423 void output(OutputStream &OS, OutputFlags Flags) const override;
435 void output(OutputStrea
[all...]
/freebsd-11-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c99 struct vector_str output; /* output string vector */ member in struct:cpp_demangle_data
103 struct vector_str *cur_output; /* ptr to current output vec */
554 rtn = vector_str_get_flat(&ddata.output, (size_t *) NULL);
617 if (!vector_str_push_vector_head(&ddata.output,
620 ddata.cur_output = &ddata.output;
632 if (ddata.output.size == 0)
634 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")"))
636 if (ddata.mem_vat && !VEC_PUSH_STR(&ddata.output, " volatile"))
638 if (ddata.mem_cst && !VEC_PUSH_STR(&ddata.output, " cons
1556 struct vector_str *output; local
2076 struct vector_str *output, v; local
2142 struct vector_str *output; local
2173 struct vector_str *output, v; local
2613 struct vector_str *output, v; local
2676 struct vector_str *output; local
2839 struct vector_str *output, sv; local
3358 struct vector_str *output; local
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c85 struct vector_str output; /* output string vector */ member in struct:cpp_demangle_data
89 struct vector_str *cur_output; /* ptr to current output vec */
283 if (!vector_str_push_vector_head(&ddata.output,
286 ddata.cur_output = &ddata.output;
298 if (ddata.output.size == 0)
300 if (td.paren && !VEC_PUSH_STR(&ddata.output, ")"))
302 if (ddata.mem_vat && !VEC_PUSH_STR(&ddata.output, " volatile"))
304 if (ddata.mem_cst && !VEC_PUSH_STR(&ddata.output, " const"))
306 if (ddata.mem_rst && !VEC_PUSH_STR(&ddata.output, " restric
1222 struct vector_str *output; local
1742 struct vector_str *output, v; local
1808 struct vector_str *output; local
1839 struct vector_str *output, v; local
2279 struct vector_str *output, v; local
2342 struct vector_str *output; local
2505 struct vector_str *output, sv; local
3024 struct vector_str *output; local
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dcreate.c94 static void output(FILE *, int, int *, const char *, ...)
201 output(fp, indent, &offset, "type=%s",
206 output(fp, indent, &offset, "uname=%s", name);
208 output(fp, indent, &offset, "uid=%u",
214 output(fp, indent, &offset, "gname=%s", name);
216 output(fp, indent, &offset, "gid=%u",
220 output(fp, indent, &offset, "mode=%#o",
224 output(fp, indent, &offset, "device=%#jx",
227 output(fp, indent, &offset, "nlink=%ju",
231 output(f
463 output(FILE *fp, int indent, int *offset, const char *fmt, ...) function
[all...]

Completed in 310 milliseconds

1234567891011>>