Searched refs:output (Results 201 - 225 of 660) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Ddiv.h52 virtual void output(node *nd, int retain_size, vunits vs, vunits post_vs,
81 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
120 void output(node *nd, int retain_size, vunits vs, vunits post_vs,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_mergeinfo.h179 * Place the result in @a *deleted and @a *added (neither output argument
298 * (neither output argument will ever be @c NULL).
339 /** Like svn_rangelist_merge2(), but with @a rangelist as an input/output
358 * minuend), and places the resulting difference in @a output.
361 * svn_sort_compare_ranges(). @a output is guaranteed to be in sorted
368 * Allocate the entire output in @a pool.
373 svn_rangelist_remove(svn_rangelist_t **output, const svn_rangelist_t *eraser,
425 * Allocate the entire output in @a pool.
450 * back to a text format rangelist in @a output. If @a rangelist contains
451 * no elements, sets @a output t
[all...]
/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dyacc.y67 static char *output = NULL;
396 fp = output ? fopen(output, "wb") : stdout;
641 out = output ? fopen(output, "wb") : stdout;
648 if (ret && output)
649 unlink(output); /* dump failure */
659 out = output ? fopen(output, "wb") : stdout;
666 if (ret && output)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp40 static void output(const ELFArchMapper &Value, void *, function in struct:llvm::yaml::ScalarTraits
74 static void output(const VersionTuple &Value, void *, function in struct:llvm::yaml::ScalarTraits
123 static void output(IO &IO, std::set<ELFSymbol> &Set) { function in struct:llvm::yaml::CustomMappingTraits
/freebsd-11-stable/contrib/binutils/binutils/
H A Darsup.c102 ar_directory (char *ar_name, struct list *list, char *output) argument
107 if (output)
109 outfile = fopen(output,"w");
113 fprintf (stderr,_("Can't open file %s\n"), output);
114 output = 0;
124 if (output)
163 _("%s: Can't open output archive %s\n"),
215 /* Add this module to the output bfd. */
228 fprintf (stderr, _("%s: no output archive specified yet\n"), program_name);
248 fprintf (stderr, _("%s: no open output archiv
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.clang-analyze.mk19 # CLANG_ANALYZE_OUTPUT_DIR Sets which directory output set by
26 # output on stdout.
40 -Xanalyzer -analyzer-output=${CLANG_ANALYZE_OUTPUT} \
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c115 struct evbuffer *output = bufferevent_get_output(bev); local
119 while (evbuffer_get_length(output) < 8192) {
120 evbuffer_add(output, buf, sizeof(buf));
149 struct evbuffer *output = bufferevent_get_output(bev); local
151 evbuffer_add_buffer(output, input);
152 if (evbuffer_get_length(output) > 1024000)
159 struct evbuffer *output = bufferevent_get_output(bev); local
160 if (evbuffer_get_length(output) < 512000)
/freebsd-11-stable/contrib/gcc/
H A Drecog.h1 /* Declarations for interface to insn recognizer and insn-output.c.
158 with all of the existing md file insn constraints and output
214 /* A table defined in insn-output.c that give information about
235 is stored in insn_data.output. */
249 } output; member in struct:insn_data
255 } output; member in struct:insn_data
/freebsd-11-stable/contrib/libucl/lua/
H A Dtest.lua16 -- Input to to_value matches the output of to_string:
/freebsd-11-stable/contrib/libxo/
H A Dlibxo-config.in31 --version output version information
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com8 $ ECHO = "write sys$output"
45 $ define/noLog sys$output _NL: ! driver's use of multiple image activation
49 $ deassign sys$output
54 $ define/User sys$output _NL:
125 $ define/User sys$output _NL:
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh101 echo $tst: output was too short
/freebsd-11-stable/crypto/heimdal/
H A Dcompile43 arguments, and rename the output as expected.
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dmit_glue.c210 krb5_data *output)
236 output,
250 krb5_enc_data *output)
276 &output->ciphertext,
278 output->kvno = 0;
279 krb5_crypto_getenctype(context, crypto, &output->enctype);
363 krb5_data *output)
372 ret = krb5_crypto_prf(context, crypto, input, output);
205 krb5_c_decrypt(krb5_context context, const krb5_keyblock key, krb5_keyusage usage, const krb5_data *ivec, krb5_enc_data *input, krb5_data *output) argument
245 krb5_c_encrypt(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *ivec, const krb5_data *input, krb5_enc_data *output) argument
360 krb5_c_prf(krb5_context context, const krb5_keyblock *key, const krb5_data *input, krb5_data *output) argument
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_pax_common.c25 * @output: Buffer for the derived key
33 size_t output_len, u8 *output)
56 pos = output;
30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dhardening36 --title "System Hardening" --nocancel --notags --separate-output \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp35 void ScalarTraits<GlobalHash>::output(const GlobalHash &GH, void *Ctx, function in class:llvm::yaml::ScalarTraits
37 ScalarTraits<BinaryRef>::output(GH.Hash, Ctx, OS);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c275 FILE *output,
288 slines, scolumns, (void *) output, filtered, slk_format));
367 T(("setting output mode to binary"));
368 fflush(output);
369 setmode(output, O_BINARY);
371 NCURSES_SP_NAME(_nc_set_buffer) (NCURSES_SP_ARGx output, TRUE);
376 fflush(output);
377 sp->_ofd = output ? fileno(output) : -1;
378 sp->_ofp = output;
269 _nc_setupscreen( SCREEN **spp, int slines, int scolumns, FILE *output, int filtered, int slk_format) argument
688 _nc_setupscreen(int slines GCC_UNUSED, int scolumns GCC_UNUSED, FILE *output, int filtered, int slk_format) argument
[all...]
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man3 # Generate a short man page from --help and --version output.
42 `$this_program' generates a man page out of `--help' and `--version' output.
50 -o, --output=FILE send output to `FILE'
70 'o|output=s' => \$opt_output,
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dlist.cpp164 list.p[i]->output();
192 list.p[i]->output();
209 void list_box::output() function in class:list_box
219 list.p[i]->output();
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A DMakefile15 CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
/freebsd-11-stable/lib/libdpv/
H A Ddpv.h65 DPV_OUTPUT_NONE = 0, /* No output (default) */
66 DPV_OUTPUT_FILE, /* Read `output' member as file path */
67 DPV_OUTPUT_SHELL, /* Read `output' member as shell cmd */
103 int debug; /* Enable debugging output on stderr */
118 char *output; /* Output format string; see dpv(3) */ member in struct:dpv_config
136 #define DPV_USE_COLOR 0x0008 /* Override to force color output */
/freebsd-11-stable/sbin/hastd/
H A DMakefile42 CLEANFILES=y.tab.c y.tab.h y.output
/freebsd-11-stable/crypto/openssh/
H A Dumac.h115 u_char output[]);
/freebsd-11-stable/usr.bin/less/
H A DMakefile7 opttbl.c os.c output.c pattern.c position.c prompt.c search.c \

Completed in 288 milliseconds

1234567891011>>