Home
last modified time | relevance | path

Searched refs:CNT (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/tests/scripts/
Dtest020-proxycache136 CNT=0
138 CNT=`expr $CNT + 1`
140 echo "Query $CNT: filter:$FILTER attrs:all (expect nothing)"
141 echo "# Query $CNT: filter:$FILTER attrs:all (expect nothing)" >> $SEARCHOUT
160 CNT=`expr $CNT + 1`
163 echo "Query $CNT: filter:$FILTER attrs:$ATTRS"
164 echo "# Query $CNT: filter:$FILTER attrs:$ATTRS" >> $SEARCHOUT
174 CNT=`expr $CNT + 1`
177 echo "Query $CNT: filter:$FILTER attrs:$ATTRS"
178 echo "# Query $CNT: filter:$FILTER attrs:$ATTRS" >> $SEARCHOUT
[all …]
Dtest065-proxyauthz140 CNT=0
143 CNT=`expr $CNT + 1`
146 echo "Query $CNT: $USERDN"
147 echo "# Query $CNT: $USERDN" >> $SEARCHOUT
169 CNT=`expr $CNT + 1`
172 echo "Query $CNT: (Bind should be cached)"
173 echo "# Query $CNT: (Bind should be cached)" >> $SEARCHOUT
193 CNT=`expr $CNT + 1`
196 echo "Query $CNT: (Bind should be cached)"
197 echo "# Query $CNT: (Bind should be cached)" >> $SEARCHOUT
[all …]
/netbsd/src/tests/lib/libc/sys/
Dt_sigqueue.c102 #define CNT __arraycount(signals) macro
104 #define CNT (sizeof(signals) / sizeof(signals[0])) macro
108 static int delivered[CNT];
163 int ordered[CNT]; in ATF_TC_BODY()
164 struct sigaction oact[CNT]; in ATF_TC_BODY()
167 ndelivered = sigorder(ordered, signals, CNT); in ATF_TC_BODY()
180 for (size_t i = 0; i < CNT; i++) in ATF_TC_BODY()
186 for (size_t i = 0; i < CNT; i++) in ATF_TC_BODY()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcomplaints.c156 #define CHECK_COMPLAINT(STR, CNT) \ in test_complaints() argument
164 SELF_CHECK (counters[STR] == CNT); \ in test_complaints()
167 #define CHECK_COMPLAINT_SILENT(STR, CNT) \ in test_complaints() argument
173 SELF_CHECK (counters[STR] == CNT); \ in test_complaints()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dcvsbug.in456 ""|sw-bug|doc-bug|change-request|support) CNT=`expr $CNT + 1` ;;
460 [ $CNT -lt 5 -a -z "$BATCH" ] &&
468 if [ $CNT -eq 5 ]; then
/netbsd/src/external/gpl3/gdb/dist/sim/rx/
DREADME.txt118 Note that, much like the hardware, these values may (TPU2.CNT *will*)
119 change between reads, so you must read TPU1.CNT, then TPU2.CNT, and
120 then TPU1.CNT again, and only trust the values if both reads of
121 TPU1.CNT were the same.
/netbsd/src/sys/arch/sh3/dev/
Drtc.c186 dt->dt_ ## x = bcdtobin(_reg_read_1(SH_(R ## y ## CNT))) in rtc_gettime_ymdhms()
247 _reg_write_1(SH_(R ## x ## CNT), bintobcd(dt->dt_ ## y)) in rtc_settime_ymdhms()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dmake13 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
/netbsd/src/external/gpl3/gcc/dist/contrib/
Ddg-extract-results.sh149 CNT=`$GREP '=== .* tests ===' $SUM_FILES | $AWK '{ print $3 }' | sort -u | wc -l`
150 if [ $CNT -eq 1 ]; then
/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Dcrisv32f.c52 #define PENALIZE1(CNT) \ argument
55 CPU_CRIS_MISC_PROFILE (current_cpu)->CNT++; \
/netbsd/src/crypto/external/bsd/heimdal/dist/kdc/
Dkerberos5.c2015 #define CNT(sp,t) (((sp)->sname->name_type) == KRB5_NT_##t) in _kdc_as_rep() macro
2016 …if (CNT(b, UNKNOWN) || CNT(b, PRINCIPAL) || CNT(b, SRV_INST) || CNT(b, SRV_HST) || CNT(b, SRV_XHST… in _kdc_as_rep()
2018 #undef CNT in _kdc_as_rep()
/netbsd/src/share/man/tools/
Dsp.ignore1679 CNT
Dnewsp.errs3959 CNT
/netbsd/src/sys/dev/mca/
Dmcadevs84 product 0x0500 "CORE CNT-MCK Fixed Disk Adapter" [6]
/netbsd/src/sys/dev/usb/
Dusbdevs2572 product NINTENDO RVLCNT01 0x0306 Wii Remote RVL-CNT-01 (BT-HID)
2575 product NINTENDO RVLCNT01TR 0x0330 Wii Remote Plus RVL-CNT-01-TR (BT-HID)
/netbsd/src/share/misc/
Dairport1419 CNT:Charata, Argentina
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201833019 vector modes. Accept constants in the range of CNT[BHWD].
33134 CNT[BHSD] immediates.
DChangeLog-20191933 (aarch64_mov_operand_p): Only allow SVE CNT immediates when
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgccint.info6750 is expected to get the specified count and has the form 'count(CNT)'. A
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git90778 instructions: ABS, CNT, CTZ, SMAX, UMAX, SMIN, UMIN.