Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 119) sorted by relevance

12345

/netbsd/src/external/mit/expat/dist/win32/
Dbuild_expat_iss.bat46 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS…
56 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_SHARED_LIBS…
66 … -DEXPAT_MSVC_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS…
76 …C_STATIC_CRT=ON -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_BUILD_TOOLS=OFF -DEXPAT…
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Dinffast.c27 # define OFF 0 macro
30 # define OFF 1 macro
101 in = strm->next_in - OFF;
103 out = strm->next_out - OFF;
196 from = window - OFF;
215 from = window - OFF;
296 strm->next_in = in + OFF;
297 strm->next_out = out + OFF;
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
Dtestdb_data.sql3 set IDENTITY_INSERT institutes OFF
9 set IDENTITY_INSERT persons OFF
15 set IDENTITY_INSERT phones OFF
20 set IDENTITY_INSERT documents OFF
Dtestdb_metadata.sql13 SET IDENTITY_INSERT ldap_oc_mappings OFF
69 SET IDENTITY_INSERT ldap_attr_mappings OFF
92 SET IDENTITY_INSERT ldap_entries OFF
106 SET QUOTED_IDENTIFIER OFF SET ANSI_NULLS ON
/netbsd/src/external/bsd/libevent/dist/m4/
Dax_prog_doxygen.m48 # DX_DOXYGEN_FEATURE(ON|OFF)
9 # DX_DOT_FEATURE(ON|OFF)
10 # DX_HTML_FEATURE(ON|OFF)
11 # DX_CHM_FEATURE(ON|OFF)
12 # DX_CHI_FEATURE(ON|OFF)
13 # DX_MAN_FEATURE(ON|OFF)
14 # DX_RTF_FEATURE(ON|OFF)
15 # DX_XML_FEATURE(ON|OFF)
16 # DX_PDF_FEATURE(ON|OFF)
17 # DX_PS_FEATURE(ON|OFF)
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/m4/
Dax_prog_doxygen.m48 # DX_DOXYGEN_FEATURE(ON|OFF)
9 # DX_DOT_FEATURE(ON|OFF)
10 # DX_HTML_FEATURE(ON|OFF)
11 # DX_CHM_FEATURE(ON|OFF)
12 # DX_CHI_FEATURE(ON|OFF)
13 # DX_MAN_FEATURE(ON|OFF)
14 # DX_RTF_FEATURE(ON|OFF)
15 # DX_XML_FEATURE(ON|OFF)
16 # DX_PDF_FEATURE(ON|OFF)
17 # DX_PS_FEATURE(ON|OFF)
[all …]
/netbsd/src/external/bsd/flex/dist/tests/
Dmultiple_scanners_nr_1.l38 %x OFF
42 off yy_push_state(OFF); return 11;
47 <OFF>.|\n yy_pop_state(); return 14;
Dmultiple_scanners_nr_2.l37 %x OFF
42 off yy_push_state(OFF); return 4;
47 <OFF>.|\n yy_pop_state(); return 7;
Dmultiple_scanners_r_1.l38 %x OFF
42 off yy_push_state(OFF, yyscanner); return 11;
47 <OFF>.|\n yy_pop_state(yyscanner); return 14;
Dmultiple_scanners_r_2.l37 %x OFF
42 off yy_push_state(OFF, yyscanner); return 4;
47 <OFF>.|\n yy_pop_state(yyscanner); return 7;
Dcxx_multiple_scanners_1.ll32 %x OFF
36 off yy_push_state(OFF); return 11;
41 <OFF>.|\n yy_pop_state(); return 14;
Dcxx_multiple_scanners_2.ll31 %x OFF
36 off yy_push_state(OFF); return 4;
41 <OFF>.|\n yy_pop_state(); return 7;
/netbsd/src/sys/arch/luna68k/dev/
Dxpbus.c77 #define OFF 0 macro
224 put_pio0c(XP_RESET, OFF); in xp_cpu_reset_release()
250 put_pio0c(XP_INT1_ENA, OFF); in xp_intr1_disable()
278 put_pio0c(XP_INT5_ENA, OFF); in xp_intr5_disable()
/netbsd/src/external/bsd/ntp/dist/util/
Dtg2.c245 #define OFF (0) /* zero amplitude */ macro
1943 peep( 990 - arg, HourTone, OFF);
1953 … peep(1010 - arg, HourTone, OFF);
1962 … peep(1000 - arg, HourTone, OFF);
1975 peep( 990 - arg, tone, OFF);
1985 peep(1010 - arg, tone, OFF);
1994 peep(1000 - arg, tone, OFF);
2212 peep(25, tone, OFF);
2218 peep( 990 - code, 100, OFF);
2229 peep(1010 - code, 100, OFF);
[all …]
Dtg.c71 #define OFF 0 /* zero amplitude */ macro
544 peep(1000 - arg, tone, OFF); in main()
593 peep(25, tone, OFF); in sec()
595 peep(1000 - code, 100, OFF); in sec()
611 if (amp == OFF || freq == 0) in peep()
/netbsd/src/external/mit/expat/dist/
DCMakeLists.txt48 set(CMAKE_C_EXTENSIONS OFF) # i.e. -std=c99 rather than default -std=gnu99
63 set(_EXPAT_BUILD_TOOLS_DEFAULT OFF)
68 set(_EXPAT_BUILD_DOCS_DEFAULT OFF)
74 set(_EXPAT_BUILD_DOCS_DEFAULT OFF)
78 set(_EXPAT_BUILD_PKGCONFIG_DEFAULT OFF)
136 expat_shy_set(EXPAT_BUILD_FUZZERS OFF CACHE BOOL "Build fuzzers for the expat library")
138 expat_shy_set(EXPAT_OSSFUZZ_BUILD OFF CACHE BOOL "Build fuzzers via OSS-Fuzz for the expat library")
140 expat_shy_set(EXPAT_WITH_LIBBSD OFF CACHE BOOL "Utilize libbsd (for arc4random_buf)")
151 expat_shy_set(EXPAT_WARNINGS_AS_ERRORS OFF CACHE BOOL "Treat all compiler warnings as errors")
154 …expat_shy_set(EXPAT_WITH_GETRANDOM "AUTO" CACHE STRING "Make use of getrandom function (ON|OFF|AUT…
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
DREADME.md39 EVENT__COVERAGE:BOOL=OFF
42 EVENT__DISABLE_BENCHMARK:BOOL=OFF
45 EVENT__DISABLE_DEBUG_MODE:BOOL=OFF
48 EVENT__DISABLE_MM_REPLACEMENT:BOOL=OFF
51 EVENT__DISABLE_OPENSSL:BOOL=OFF
54 EVENT__DISABLE_REGRESS:BOOL=OFF
57 EVENT__DISABLE_SAMPLES:BOOL=OFF
60 EVENT__DISABLE_TESTS:BOOL=OFF
63 EVENT__DISABLE_THREAD_SUPPORT:BOOL=OFF
66 EVENT__ENABLE_VERBOSE_DEBUG:BOOL=OFF
[all …]
DCMakeLists.txt120 "Define if libevent should build without support for a debug mode" OFF)
123 "Enables verbose debugging" OFF)
126 "Define if libevent should not allow replacing the mm functions" OFF)
129 "Define if libevent should not be compiled with thread support" OFF)
132 "Define if libevent should build without support for OpenSSL encryption" OFF)
135 "Defines if libevent should build without the benchmark executables" OFF)
138 "If tests should be compiled or not" OFF)
141 "Disable the regress tests" OFF)
144 "Disable sample files" OFF)
147 "Do not use clock_gettime even if it is available" OFF)
[all …]
/netbsd/src/external/bsd/libevent/dist/
DREADME.md39 EVENT__COVERAGE:BOOL=OFF
42 EVENT__DISABLE_BENCHMARK:BOOL=OFF
45 EVENT__DISABLE_DEBUG_MODE:BOOL=OFF
48 EVENT__DISABLE_MM_REPLACEMENT:BOOL=OFF
51 EVENT__DISABLE_OPENSSL:BOOL=OFF
54 EVENT__DISABLE_REGRESS:BOOL=OFF
57 EVENT__DISABLE_SAMPLES:BOOL=OFF
60 EVENT__DISABLE_TESTS:BOOL=OFF
63 EVENT__DISABLE_THREAD_SUPPORT:BOOL=OFF
66 EVENT__ENABLE_VERBOSE_DEBUG:BOOL=OFF
[all …]
DCMakeLists.txt120 "Define if libevent should build without support for a debug mode" OFF)
123 "Enables verbose debugging" OFF)
126 "Define if libevent should not allow replacing the mm functions" OFF)
129 "Define if libevent should not be compiled with thread support" OFF)
132 "Define if libevent should build without support for OpenSSL encryption" OFF)
135 "Defines if libevent should build without the benchmark executables" OFF)
138 "If tests should be compiled or not" OFF)
141 "Disable the regress tests" OFF)
144 "Disable sample files" OFF)
147 "Do not use clock_gettime even if it is available" OFF)
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-cr16.h65 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ argument
66 cr16_cons_fix_new (FRAG, OFF, LEN, EXP, RELOC)
Dtc-crx.h63 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ argument
65 fix_new_exp (FRAG, OFF, (int) LEN, EXP, 0, \
Dtc-mn10300.h50 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC) \ argument
51 mn10300_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
/netbsd/src/games/hack/
Dhack.tty.c162 flags.echo = (inittyb.c_lflag & ECHO) ? ON : OFF; in settty()
163 flags.cbreak = (inittyb.c_lflag & ICANON) ? OFF : ON; in settty()
180 flags.echo = OFF; in setftty()
/netbsd/src/sys/arch/newsmips/dev/
Dscsi_1185.c325 cs->comflg = OFF; in sc_send()
371 sc->dma_stat = OFF; in sc_start()
526 sc->dma_stat = OFF; in scintr()
561 if (sc->dma_stat != OFF) { in scintr()
622 else if (sc->dma_stat != OFF) { in scintr()
778 sc->dma_stat = OFF; in scsi_softreset()
886 sc->dma_stat = OFF; in sc_resel()
950 sc->dma_stat = OFF; in sc_discon()
1015 sc->dma_stat = OFF; in sc_pmatch()
1250 sc->dma_stat = OFF;
[all …]

12345