| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 80-test_ssl_old.t | 126 skip 'failure', 16 unless 132 skip 'failure', 15 unless 139 skip 'failure', 14 unless 145 skip 'failure', 13 unless 151 skip 'failure', 12 unless 156 skip 'failure', 11 unless 160 skip 'failure', 10 unless 166 skip 'failure', 9 unless 175 skip 'failure', 8 unless 181 skip 'failure', 7 unless [all …]
|
| H A D | 80-test_ssl_new.t | 92 my %skip = ( 128 defined($skip{$conf}) ? $skip{$conf} : $no_tls, 132 defined($skip{$conf}) ? $skip{$conf} : $no_tls, 136 defined($skip{$conf}) ? $skip{$conf} : $no_tls, 142 my ($conf, $check_source, $skip, $provider) = @_; 151 skip 'failure', 2 unless 159 skip "Skipping generated source test for $conf", 1 167 skip "No tests available; skipping tests", 1 if $skip; 168 skip "Stale sources; skipping tests", 1 if !$run_test;
|
| H A D | 25-test_verify_store.t | 41 skip 'failure', 8 unless 50 skip 'failure', 7 unless 57 skip 'failure', 6 unless 63 skip 'failure', 5 unless 69 skip 'failure', 4 unless 74 skip 'failure', 3 unless 82 skip 'failure', 2 unless 95 skip 'failure', 0 unless
|
| H A D | 80-test_tsa.t | 105 skip "failed", 19 111 skip "failed", 18 116 skip "failed", 17 121 skip "failed", 16 146 skip "failed", 11 158 skip "failed", 10 167 skip "failed", 8 172 skip "failed", 7 221 skip "failure", 2
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 80-test_ssl_old.t | 120 skip 'failure', 16 unless 126 skip 'failure', 15 unless 133 skip 'failure', 14 unless 139 skip 'failure', 13 unless 145 skip 'failure', 12 unless 150 skip 'failure', 11 unless 154 skip 'failure', 10 unless 160 skip 'failure', 9 unless 169 skip 'failure', 8 unless 175 skip 'failure', 7 unless [all …]
|
| H A D | 80-test_ssl_new.t | 80 my %skip = ( 114 defined($skip{$conf}) ? $skip{$conf} : $no_tls); 121 my ($conf, $check_source, $skip) = @_; 131 skip 'failure', 2 unless 139 skip "Skipping generated source test for $conf", 1 147 skip "No tests available; skipping tests", 1 if $skip; 148 skip "Stale sources; skipping tests", 1 if !$run_test;
|
| H A D | 80-test_tsa.t | 98 skip "failed", 19 104 skip "failed", 18 109 skip "failed", 17 114 skip "failed", 16 134 skip "failed", 11 148 skip "failed", 10 157 skip "failed", 8 162 skip "failed", 7 195 skip "failure", 2
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | target-globals.h | 47 class target_flag_state *GTY((skip)) flag_state; in class() 48 struct target_regs *GTY((skip)) regs; in class() 50 struct target_recog *GTY((skip)) recog; in class() 51 struct target_hard_regs *GTY((skip)) hard_regs; in class() 52 struct target_function_abi_info *GTY((skip)) function_abi_info; in class() 53 struct target_reload *GTY((skip)) reload; in class() 54 struct target_expmed *GTY((skip)) expmed; in class() 55 struct target_optabs *GTY((skip)) optabs; in class() 57 struct target_cfgloop *GTY((skip)) cfgloop; in class() 58 struct target_ira *GTY((skip)) ira; in class() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | target-globals.h | 47 class target_flag_state *GTY((skip)) flag_state; in class() 48 struct target_regs *GTY((skip)) regs; in class() 50 struct target_recog *GTY((skip)) recog; in class() 51 struct target_hard_regs *GTY((skip)) hard_regs; in class() 52 struct target_function_abi_info *GTY((skip)) function_abi_info; in class() 53 struct target_reload *GTY((skip)) reload; in class() 54 struct target_expmed *GTY((skip)) expmed; in class() 55 struct target_optabs *GTY((skip)) optabs; in class() 57 struct target_cfgloop *GTY((skip)) cfgloop; in class() 58 struct target_ira *GTY((skip)) ira; in class() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/savage/ |
| H A D | savage_state.c | 296 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_dma_prim() local 337 if (skip != 0) { in savage_dispatch_dma_prim() 338 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim() 342 unsigned int size = 10 - (skip & 1) - (skip >> 1 & 1) - in savage_dispatch_dma_prim() 343 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_prim() 344 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_prim() 345 if (skip > SAVAGE_SKIP_ALL_S4 || size != 8) { in savage_dispatch_dma_prim() 346 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim() 414 BCI_DRAW_INDICES_S4(count, prim, skip); in savage_dispatch_dma_prim() 438 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_vb_prim() local [all …]
|
| /netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
| H A D | savage_state.c | 282 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_dma_prim() local 323 if (skip != 0) { in savage_dispatch_dma_prim() 324 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim() 328 unsigned int size = 10 - (skip & 1) - (skip >> 1 & 1) - in savage_dispatch_dma_prim() 329 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_prim() 330 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_prim() 331 if (skip > SAVAGE_SKIP_ALL_S4 || size != 8) { in savage_dispatch_dma_prim() 332 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim() 400 BCI_DRAW_INDICES_S4(count, prim, skip); in savage_dispatch_dma_prim() 424 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_vb_prim() local [all …]
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | unif.awk | 51 skip = 0 57 if (skip) 65 if (!skip) 66 skip = nested 74 if (skip == nested) 75 skip = 0 76 else if (!skip) 77 skip = nested 84 if (skip == nested) 85 skip = 0 [all …]
|
| /netbsd-src/external/mpl/mozilla-certdata/share/ |
| H A D | certdata.awk | 55 function skip() { function 74 skip() function 110 skip() function 124 skip() function 137 skip() function 159 skip() function 272 skip() function 277 skip() function 314 skip() function 339 skip() function [all …]
|
| /netbsd-src/lib/libc/db/btree/ |
| H A D | bt_split.c | 91 uint16_t skip; in __bt_split() local 102 skip = argskip; in __bt_split() 104 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split() 105 bt_page(t, sp, &l, &r, &skip, ilen); in __bt_split() 115 h->linp[skip] = h->upper; in __bt_split() 163 skip = parent->index + 1; in __bt_split() 188 (h->prevpg != P_INVALID || skip > 1)) { in __bt_split() 221 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split() 222 bt_page(t, h, &l, &r, &skip, nbytes); in __bt_split() 227 if (skip < (nxtindex = NEXTINDEX(h))) in __bt_split() [all …]
|
| /netbsd-src/sys/netipsec/ |
| H A D | xform_ipcomp.c | 139 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input() argument 146 KASSERT(skip + hlen <= m->m_pkthdr.len); in ipcomp_input() 187 crdc->crd_skip = skip + hlen; in ipcomp_input() 188 crdc->crd_len = m->m_pkthdr.len - (skip + hlen); in ipcomp_input() 195 crp->crp_ilen = m->m_pkthdr.len - (skip + hlen); in ipcomp_input() 208 tc->tc_skip = skip; in ipcomp_input() 225 #define IPSEC_COMMON_INPUT_CB(m, sav, skip, protoff) do { \ argument 227 (void)ipsec6_common_input_cb(m, sav, skip, protoff); \ 229 (void)ipsec4_common_input_cb(m, sav, skip, protoff); \ 233 #define IPSEC_COMMON_INPUT_CB(m, sav, skip, protoff) \ argument [all …]
|
| H A D | xform_ah.c | 286 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) in ah_massage_headers() argument 309 *m0 = m = m_pullup(m, skip); in ah_massage_headers() 331 for (off = sizeof(struct ip); off < skip;) { in ah_massage_headers() 336 } else if (off + 1 < skip) { in ah_massage_headers() 338 if (optlen < 2 || off + optlen > skip) { in ah_massage_headers() 383 if (off > skip) { in ah_massage_headers() 418 ip6optlen = skip - sizeof(struct ip6_hdr); in ah_massage_headers() 422 if (m->m_len <= skip) { in ah_massage_headers() 525 ah_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ah_input() argument 544 M_REGION_GET(ah, struct newah *, m, skip, rplen); in ah_input() [all …]
|
| H A D | xform_esp.c | 301 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in esp_input() argument 313 if (__predict_false((skip & 3) != 0 || (m->m_pkthdr.len & 3) != 0)) { in esp_input() 315 skip, m->m_pkthdr.len); in esp_input() 322 M_REGION_GET(esp, struct newesp *, m, skip, sizeof(struct newesp)); in esp_input() 347 plen = m->m_pkthdr.len - (skip + hlen + alen); in esp_input() 408 crda->crd_skip = skip; in esp_input() 412 crda->crd_len = m->m_pkthdr.len - (skip + alen); in esp_input() 463 tc->tc_skip = skip; in esp_input() 468 crde->crd_skip = skip + hlen; in esp_input() 472 crde->crd_len = m->m_pkthdr.len - (skip + hlen + alen); in esp_input() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | mini_tdir.sh | 23 rm -f result.* .done* .skip* .tdir.var.master .tdir.var.test 37 skip=0 60 skip=`expr $skip + 1` 67 skip=`expr $skip + 1` 72 if test "$skip" = "0"; then 75 echo "$pass pass, $fail fail, $skip skip" 129 skip=.skip-$name 168 echo "$name: SKIPPED" > ../$skip 174 if test -f $name.test -a ! -f ../$skip; then 193 if test -f $name.post -a ! -f ../$skip; then
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | Configure | 1833 my @skip = (); 1841 if (! @skip || $skip[$#skip] > 0) { 1842 push @skip, !! $1; 1844 push @skip, -1; 1848 => sub { die "ELSIF out of scope" if ! @skip; 1849 die "ELSIF following ELSE" if abs($skip[$#skip]) == 2; 1850 $skip[$#skip] = -1 if $skip[$#skip] != 0; 1851 $skip[$#skip] = !! $1 1852 if $skip[$#skip] == 0; }, 1854 => sub { die "ELSE out of scope" if ! @skip; [all …]
|
| /netbsd-src/usr.bin/ctags/ |
| H A D | C.c | 385 goto skip; in hash_entry() 411 skip: if (c == '\n') { /* get rid of rest of define */ in hash_entry() 509 skip; in skip_string() local 511 for (skip = NO; GETC(!=, EOF); ) in skip_string() 514 skip = !skip; /* we toggle in case it's "\\" */ in skip_string() 520 if (c == key && !skip) in skip_string() 522 skip = NO; in skip_string() 534 skip, in skip_key() local 537 for (skip = retval = NO; GETC(!=, EOF);) in skip_key() 540 skip = !skip; /* we toggle in case it's "\\" */ in skip_key() [all …]
|
| /netbsd-src/sys/arch/hpc/hpc/ |
| H A D | debug_subr.c | 343 int i, x, y, y_start, y_end, len, skip; in __dbg_lcd_test8() local 360 skip = bootinfo->fb_line_bytes - w; in __dbg_lcd_test8() 361 for (fb = fb_start, y = y_start; y < y_end; y++, fb += skip) { in __dbg_lcd_test8() 378 skip = bootinfo->fb_line_bytes - 32; in __dbg_lcd_test8() 379 for (y = y_start; y < y_end; y++, fb += skip) in __dbg_lcd_test8() 390 skip /= 2; in __dbg_lcd_test8() 391 for (y = y_start; y < y_end; y++, fb16 += skip) in __dbg_lcd_test8() 404 skip /= 2; in __dbg_lcd_test8() 405 for (y = y_start; y < y_end; y++, fb32 += skip) in __dbg_lcd_test8() 423 int i, x, y, y_start, y_end, len, skip; in __dbg_lcd_test16() local [all …]
|
| /netbsd-src/sys/kern/ |
| H A D | subr_blist.c | 70 * a very simple 'skip' calculation. In order to support large radixes, 140 blist_blkno_t bl_skip; /* starting skip */ 155 blist_blkno_t count, blist_blkno_t radix, blist_blkno_t skip); 158 blist_blkno_t count, blist_blkno_t radix, blist_blkno_t skip, 161 blist_blkno_t skip, blist_t dest, blist_blkno_t count); 164 blist_blkno_t count, blist_blkno_t radix, blist_blkno_t skip, 167 blist_blkno_t skip, blist_blkno_t count); 170 blist_blkno_t radix, blist_blkno_t skip, int tab); 188 blist_blkno_t skip = 0; in blist_create() local 191 * Calculate radix and skip fiel in blist_create() 444 blst_meta_alloc(blmeta_t * scan,blist_blkno_t blk,blist_blkno_t count,blist_blkno_t radix,blist_blkno_t skip) blst_meta_alloc() argument 574 blst_meta_free(blmeta_t * scan,blist_blkno_t freeBlk,blist_blkno_t count,blist_blkno_t radix,blist_blkno_t skip,blist_blkno_t blk) blst_meta_free() argument 672 blst_copy(blmeta_t * scan,blist_blkno_t blk,blist_blkno_t radix,blist_blkno_t skip,blist_t dest,blist_blkno_t count) blst_copy() argument 796 blst_meta_fill(blmeta_t * scan,blist_blkno_t allocBlk,blist_blkno_t count,blist_blkno_t radix,blist_blkno_t skip,blist_blkno_t blk) blst_meta_fill() argument 876 blst_radix_init(blmeta_t * scan,blist_blkno_t radix,blist_blkno_t skip,blist_blkno_t count) blst_radix_init() argument 950 blst_radix_print(blmeta_t * scan,blist_blkno_t blk,blist_blkno_t radix,blist_blkno_t skip,int tab) blst_radix_print() argument [all...] |
| /netbsd-src/external/bsd/nvi/dist/ip/ |
| H A D | ip_read.c | 300 u_int32_t skip, val; in ip_trans() local 317 for (skip = IPO_CODE_LEN; *fmt != '\0'; ++fmt) in ip_trans() 321 if (ipp->iblen < skip + IPO_INT_LEN) in ip_trans() 323 memcpy(&val, ipp->ibuf + skip, IPO_INT_LEN); in ip_trans() 329 skip += IPO_INT_LEN; in ip_trans() 333 if (ipp->iblen < skip + IPO_INT_LEN) in ip_trans() 335 memcpy(&val, ipp->ibuf + skip, IPO_INT_LEN); in ip_trans() 337 skip += IPO_INT_LEN; in ip_trans() 338 if (ipp->iblen < skip + val) in ip_trans() 341 CHAR2INT(sp, ipp->ibuf + skip, val, in ip_trans() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| H A D | ec2_oct.c | 121 size_t field_len, i, skip; in ec_GF2m_simple_point2oct() local 182 skip = field_len - BN_num_bytes(x); in ec_GF2m_simple_point2oct() 183 if (skip > field_len) { in ec_GF2m_simple_point2oct() 187 while (skip > 0) { in ec_GF2m_simple_point2oct() 189 skip--; in ec_GF2m_simple_point2oct() 191 skip = BN_bn2bin(x, buf + i); in ec_GF2m_simple_point2oct() 192 i += skip; in ec_GF2m_simple_point2oct() 200 skip = field_len - BN_num_bytes(y); in ec_GF2m_simple_point2oct() 201 if (skip > field_len) { in ec_GF2m_simple_point2oct() 205 while (skip > 0) { in ec_GF2m_simple_point2oct() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| H A D | ec2_oct.c | 133 size_t field_len, i, skip; in ossl_ec_GF2m_simple_point2oct() local 199 skip = field_len - BN_num_bytes(x); in ossl_ec_GF2m_simple_point2oct() 200 if (skip > field_len) { in ossl_ec_GF2m_simple_point2oct() 204 while (skip > 0) { in ossl_ec_GF2m_simple_point2oct() 206 skip--; in ossl_ec_GF2m_simple_point2oct() 208 skip = BN_bn2bin(x, buf + i); in ossl_ec_GF2m_simple_point2oct() 209 i += skip; in ossl_ec_GF2m_simple_point2oct() 217 skip = field_len - BN_num_bytes(y); in ossl_ec_GF2m_simple_point2oct() 218 if (skip > field_len) { in ossl_ec_GF2m_simple_point2oct() 222 while (skip > 0) { in ossl_ec_GF2m_simple_point2oct() [all …]
|