Home
last modified time | relevance | path

Searched defs:OUTPUT (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_skip_check_output_test.py43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output variable
H A Dgtest_skip_environment_check_output_test.py43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output variable
/freebsd/sbin/natd/
H A Dnatd.h15 #define OUTPUT 2 macro
/freebsd/contrib/bsddialog/utility/
H A DGNUmakefile6 OUTPUT = bsddialog macro
H A DMakefile6 OUTPUT = bsddialog macro
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-sess_id.pod.in80 =head1 OUTPUT chapter
/freebsd/contrib/bsddialog/
H A DMakefile6 OUTPUT = bsddialog macro
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m41384 define({OUTPUT}, { [%sp+BIAS+ARG0+1*ARGSZ] }) macro
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h483 #define OUTPUT EVRPC_OUTPUT macro
/freebsd/contrib/libevent/include/event2/
H A Drpc.h483 #define OUTPUT EVRPC_OUTPUT macro
/freebsd/contrib/lua/src/
H A Dluac.c32 #define OUTPUT PROGNAME ".out" /* default output file */ macro
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c78 #define OUTPUT(...) { fprintf(stdout, __VA_ARGS__); fflush(NULL); } macro