Searched refs:OUTPUT (Results 51 - 75 of 126) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb/dist/zlib/nintendods/
H A DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
113 $(OUTPUT) : $(OFILES)
/netbsd-current/common/dist/zlib/nintendods/
H A DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
113 $(OUTPUT) : $(OFILES)
/netbsd-current/external/gpl3/binutils.old/dist/zlib/nintendods/
H A DMakefile53 export OUTPUT := $(CURDIR)/lib/libz.a macro
113 $(OUTPUT) : $(OFILES)
/netbsd-current/bin/ps/
H A Dps.h100 #define OUTPUT(vent, kl, pi, ki, mode) do { \ macro
H A Dps.c482 OUTPUT(vent, l, pi, ki, WIDTHMODE);
490 OUTPUT(vent, &kl[j], pi, ki, WIDTHMODE);
517 OUTPUT(vent, l, pi, ki, PRINTMODE);
530 OUTPUT(vent, &kl[j], pi, ki, PRINTMODE);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dtsget.in192 open OUTPUT, ">", $output
194 print OUTPUT $ts_body;
195 close OUTPUT
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dtsget.in192 open OUTPUT, ">", $output
194 print OUTPUT $ts_body;
195 close OUTPUT
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Drgn-over3.d36 OUTPUT\(.*?\)
H A Drgn-over6.d36 OUTPUT\(.*?\)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.h128 OUTPUT = 329, /* OUTPUT */ enumerator in enum:yytokentype
240 #define OUTPUT 329 macro
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dyyscript.h128 OUTPUT = 329, /* OUTPUT */ enumerator in enum:yytokentype
240 #define OUTPUT 329 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Ddofile.pl197 $template->fill_in(OUTPUT => \*STDOUT,
/netbsd-current/external/gpl3/gdb/dist/zlib/os400/
H A Dmake.sh23 OUTPUT='*NONE' # Compilation output option.
27 export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS
94 CMD="${CMD} OUTPUT(${OUTPUT})"
/netbsd-current/external/gpl3/binutils/dist/zlib/os400/
H A Dmake.sh23 OUTPUT='*NONE' # Compilation output option.
27 export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS
94 CMD="${CMD} OUTPUT(${OUTPUT})"
/netbsd-current/external/gpl3/gdb.old/dist/zlib/os400/
H A Dmake.sh23 OUTPUT='*NONE' # Compilation output option.
27 export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS
94 CMD="${CMD} OUTPUT(${OUTPUT})"
/netbsd-current/external/gpl3/binutils.old/dist/zlib/os400/
H A Dmake.sh23 OUTPUT='*NONE' # Compilation output option.
27 export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS
94 CMD="${CMD} OUTPUT(${OUTPUT})"
/netbsd-current/common/dist/zlib/os400/
H A Dmake.sh23 OUTPUT='*NONE' # Compilation output option.
27 export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS
94 CMD="${CMD} OUTPUT(${OUTPUT})"
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-makeflags.mk30 OUTPUT!= env MAKEFLAGS=ikrs ${MAKE} -f /dev/null -v .MAKEFLAGS
31 . if ${OUTPUT} != " -i -k -r -s -V .MAKEFLAGS"
39 OUTPUT!= env MAKEFLAGS=d0ikrs ${MAKE} -r -f /dev/null -v .MAKEFLAGS
40 . if ${OUTPUT} != " -r -V .MAKEFLAGS"
41 . error ${OUTPUT}
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dcodegen-diff87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE>
94 The way you use it is as follows: first, you create I<OBJDUMP-OUTPUT-FILE>
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldgram.h141 OUTPUT = 342, /* OUTPUT */ enumerator in enum:yytokentype
281 #define OUTPUT 342 macro
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldgram.h145 OUTPUT = 346, /* OUTPUT */ enumerator in enum:yytokentype
289 #define OUTPUT 346 macro
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgp/
H A Dnetpgp.c94 OUTPUT, enumerator in enum:optdefs
151 {"output", required_argument, NULL, OUTPUT},
437 case OUTPUT:
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_metadata.sql110 CREATE PROCEDURE create_person @@keyval int OUTPUT AS
121 CREATE PROCEDURE create_org @@keyval int OUTPUT AS
130 CREATE PROCEDURE create_document @@keyval int OUTPUT AS
/netbsd-current/sys/net/
H A Dbsd-comp.c492 #define OUTPUT(ent) { \ macro
590 OUTPUT(ent); /* output the prefix */
614 OUTPUT(ent); /* output the last code */
621 OUTPUT(CLEAR); /* do not count the CLEAR */
656 #undef OUTPUT macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.h714 /* Store in OUTPUT a string (made with alloca) containing
717 #define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
718 ( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 13), \
719 sprintf ((OUTPUT), "%s.%lu", (NAME), (unsigned long)(LABELNO)))

Completed in 186 milliseconds

123456