Home
last modified time | relevance | path

Searched refs:output (Results 201 – 225 of 721) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME32 is backwards compatible, but output from the new translators should not be passed
34 output at all. ENCODING (in Makefile) controls how dpost encodes lines of text.
38 that produces output essentially identical to earlier versions. The -R, -B, and
92 print time and the size of output files produced by dpost. 0 is
93 slow, but the most stable choice and produces output essentially
190 Translates output produced by the device independent troff into PostScript.
215 in this package, even though the output from dpost often doesn't conform
293 most glaring omission is the lack of a %%BoundingBox comment in output produced by
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsizeof1 tst - note{ sizeof(integral-type) }end output{
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.l80 #ifdef output
81 #undef output
86 static void output(int);
662 output(int c)
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c448 TYPE *output, in instantiate() argument
453 instantiate(pline, input, output, verify, criteria) in instantiate()
456 *output;
466 ret = _instantiate(&p, input, output, verify, criteria);
/illumos-gate/usr/src/tools/smatch/src/validation/doc/
H A Dcdoc.cdoc89 * check-output-start
176 * check-output-end
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/
H A Dmain.py32 p = Parser(args.file, output_file_str=args.output, verbose=args.verbose, pretty=args.pretty)
/illumos-gate/usr/src/tools/scripts/
H A Dcopyrightchk.py47 ret |= copyright(fin, output=sys.stdout)
H A Dwscheck.py48 ret |= wscheck(fh, output=sys.stderr)
/illumos-gate/usr/src/cmd/perl/
H A DMakefile.targ36 $(XSUBPP) $(XSUBPPFLAGS) $(PERLXS) -output $@
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c42 int output = 2; variable
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dold.h45 krb5_data *output);
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon.c106 static void output(void);
158 output(); in main()
511 output() in output() function
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib81 # Execute a positive test but retry the command on failure if the output
169 # or output includes expected keyword
174 # return 0 if command fails, or the output contains the keyword expected,
466 # $2 - indicate whether output the start file itself, default as yes.
/illumos-gate/usr/src/cmd/lp/filter/
H A Dslow.filter28 ## user's print request, sending the output to separate files.
37 ## "prefix" is prefix of full path name for output files. All we
/illumos-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl51 my $output = shift;
52 open STDOUT,">$output";
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c106 static void output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo);
486 output(vfpo, cf_ent, pkgpinfo); in do_like_ent()
489 output(vfpo, &(el_ent->cf_ent), pkgpinfo); in do_like_ent()
616 output(vfpo, &(el_ent->cf_ent), pinfo); in do_new_ent()
1056 output(VFP_T *vfpo, struct cfent *ent, struct pinfo *pinfo) in output() function
/illumos-gate/usr/src/cmd/fm/eversholt/esc/
H A DMakefile.com52 $(RM) $(OBJS) y.output y.tab.c y.tab.h
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/
H A DMakefile.com55 $(RM) $(OBJS) y.output y.tab.c y.tab.h
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Drmdest.c66 rc = output(type + 1);
H A Ddo_printer.c157 rc = output(R_LOAD_PRINTER); in do_printer()
208 rc = output(R_QUIET_ALERT); in do_printer()
274 rc = output(R_LOAD_CLASS); in do_printer()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A DMakefile32 OBJS= if.o input.o main.o output.o startup.o tables.o timer.o trace.o
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.S708 mov %rsi, (%rsp) / output pointer (P2)
712 mov %rbp, 2*8(%rsp) / P2: output pointer in (rsp)
719 mov %rcx, (%rsp) / Save output pointer (P4) on stack
730 / P4: output pointer in (rsp)
812 mov %rsi, (%rsp) / output pointer (P2)
816 mov %rbp, 2*8(%rsp) / P2: output pointer in (rsp)
823 mov %rcx, (%rsp) / Save output pointer (P4) on stack
834 / P4: output pointer in (rsp)
/illumos-gate/usr/src/cmd/fm/eversholt/native/
H A DMakefile.com60 $(RM) $(OBJS) y.output y.tab.c y.tab.h
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME65 prefix for error and debug output.
68 debug output is generated at run time, valid values are "syslog" or "stderr"
84 for debug output:
108 cryptoadm(8) for output to user, and for storing in pkcs11.conf
/illumos-gate/usr/src/cmd/tail/tests/
H A Dtailtests.sh28 local output=$2
31 if [[ "$actual" != "$output" ]]; then
33 echo -e "$CMD: test $test: expected output:\n$output"

12345678910>>...29