/openbsd/regress/lib/libcrypto/x509/ |
H A D | x509_extensions_test.c | 43 return bc; in create_basic_constraints() 165 bc = NULL; in test_x509v3_add1_i2d_single_nid() 207 bc = NULL; in test_x509v3_add1_i2d_single_nid() 236 bc = NULL; in test_x509v3_add1_i2d_single_nid() 259 bc = NULL; in test_x509v3_add1_i2d_single_nid() 275 bc = NULL; in test_x509v3_add1_i2d_single_nid() 295 bc = NULL; in test_x509v3_add1_i2d_single_nid() 310 bc = NULL; in test_x509v3_add1_i2d_single_nid() 330 bc = NULL; in test_x509v3_add1_i2d_single_nid() 363 bc = NULL; in test_x509v3_add1_i2d_single_nid() [all …]
|
/openbsd/lib/libssl/test/ |
H A D | bctest | 20 bc=bc 24 bc="$dir/bc" 25 if [ ! -f "$bc" ]; then # '-x' is not available on Ultrix 26 bc='' 30 if [ ! "$bc" = '' ]; then 35 "$bc" >tmp.bctest <<\EOF 57 "$bc" >tmp.bctest <<\EOF 93 if [ "OK" = "`echo 'print \"OK\"' | $bc 2>/dev/null`" ] 95 echo "$bc" 97 echo "sed 's/print.*//' | $bc" [all …]
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | gen7_renderclear.c | 95 bc->vma = vma; in batch_init() 97 bc->start = start + bc->offset / sizeof(*bc->start); in batch_init() 98 bc->end = bc->start; in batch_init() 99 bc->max_items = max_bytes / sizeof(*bc->start); in batch_init() 104 return (cs - bc->start) * sizeof(*bc->start) + bc->offset; in batch_offset() 114 GEM_BUG_ON((bc->end - bc->start) >= bc->max_items); in batch_add() 115 *bc->end++ = d; in batch_add() 125 memset32(bc->end, 0, end - bc->end); in batch_alloc_items() 126 bc->end = end; in batch_alloc_items() 129 map = bc->end; in batch_alloc_items() [all …]
|
/openbsd/sys/arch/i386/stand/libsa/ |
H A D | softraid_i386.c | 182 bc->sbc_diskinfo = dip; in srprobe() 184 bc->sbc_part = 'a' + i; in srprobe() 192 bc->sbc_ondisk = md->ssd_ondisk; in srprobe() 193 bc->sbc_state = mc->scm_status; in srprobe() 241 bc, sbc_link); in srprobe() 268 bc->sbc_state = BIOC_SDOFFLINE; in srprobe() 311 struct sr_boot_chunk *bc; in sr_strategy() local 335 if (bc == NULL) in sr_strategy() 339 dip->bsddev = bc->sbc_mm; in sr_strategy() 351 if (bc == NULL) in sr_strategy() [all …]
|
/openbsd/usr.bin/bc/ |
H A D | Makefile | 3 PROG= bc 4 SRCS= bc.y scan.l tty.c dc.c bcode.c inout.c mem.c stack.c 13 bc.c bc.h: bc.y 14 ${YACC} -o bc.c -d ${.CURDIR}/bc.y 16 scan.o: bc.h 19 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
|
/openbsd/regress/bin/ksh/ |
H A D | glob.t | 34 file-setup: file 644 ".bc" 38 file-setup: file 644 "-bc" 46 -bc abc bbc 47 -bc abc bbc 49 -bc cbc 77 file-setup: file 644 ".bc" 93 file-setup: file 644 "-bc" 97 -bc abc bbc cbc ebc 111 1bc a.c abc 127 @bc [all …]
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | softraid_sparc64.c | 183 bc->sbc_diskinfo = dip; in srprobe() 184 bc->sbc_disk = diskno++; in srprobe() 185 bc->sbc_part = 'a' + i; in srprobe() 195 bc->sbc_ondisk = md->ssd_ondisk; in srprobe() 196 bc->sbc_state = mc->scm_status; in srprobe() 244 bc, sbc_link); in srprobe() 314 struct sr_boot_chunk *bc = NULL; in sr_vol_boot_chunk() local 324 return bc; in sr_vol_boot_chunk() 334 struct sr_boot_chunk *bc; in sr_strategy() local 352 bc = sr_vol_boot_chunk(bv); in sr_strategy() [all …]
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | softraid_amd64.c | 186 bc->sbc_diskinfo = dip; in srprobe() 188 bc->sbc_part = 'a' + i; in srprobe() 196 bc->sbc_ondisk = md->ssd_ondisk; in srprobe() 197 bc->sbc_state = mc->scm_status; in srprobe() 246 bc, sbc_link); in srprobe() 273 bc->sbc_state = BIOC_SDOFFLINE; in srprobe() 317 struct sr_boot_chunk *bc; in sr_strategy() local 342 if (bc == NULL) in sr_strategy() 346 dip->bsddev = bc->sbc_mm; in sr_strategy() 358 if (bc == NULL) in sr_strategy() [all …]
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | Makefile | 59 .if exists(/usr/local/bin/bc-gh) 60 BC ?= bc-gh 62 BC ?= bc 64 REGRESS_TARGETS += run-bc 65 .PHONY: run-bc 66 run-bc: bn_test.out 67 ${BC} < $> | tee bc.out | grep -v '^0$$' 68 ! grep -v '^test ' <bc.out | grep -v '^0$$' 70 CLEANFILES += bn_test.out bc.out
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | softraid_arm64.c | 183 bc->sbc_diskinfo = dip; in srprobe() 184 bc->sbc_disk = 0; in srprobe() 185 bc->sbc_part = 'a' + i; in srprobe() 187 bc->sbc_mm = 0; in srprobe() 190 bc->sbc_ondisk = md->ssd_ondisk; in srprobe() 191 bc->sbc_state = mc->scm_status; in srprobe() 240 bc, sbc_link); in srprobe() 267 bc->sbc_state = BIOC_SDOFFLINE; in srprobe() 311 struct sr_boot_chunk *bc; in sr_strategy() local 336 if (bc == NULL) in sr_strategy() [all …]
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | softraid_riscv64.c | 183 bc->sbc_diskinfo = dip; in srprobe() 184 bc->sbc_disk = 0; in srprobe() 185 bc->sbc_part = 'a' + i; in srprobe() 187 bc->sbc_mm = 0; in srprobe() 190 bc->sbc_ondisk = md->ssd_ondisk; in srprobe() 191 bc->sbc_state = mc->scm_status; in srprobe() 240 bc, sbc_link); in srprobe() 267 bc->sbc_state = BIOC_SDOFFLINE; in srprobe() 311 struct sr_boot_chunk *bc; in sr_strategy() local 336 if (bc == NULL) in sr_strategy() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/ |
H A D | t13_otr.s | 48 bra/bc #0x7,@er2,0x12+.+4 ;7c204712 49 bra/bc #0x7,@0xffffff9a:8,0x12+.+4 ;7e9a4712 50 bra/bc #0x7,@0x1234:16,0x12+.+6 ;6a1012344712 51 bra/bc #0x7,@0x12345678:32,0x12+.+8 ;6a30123456784712 52 bra/bc #0x7,@er2,0x1234+.+6 ;7c2058701234 53 bra/bc #0x7,@0xffffff12:8,0x1234+.+6 ;7e1258701234 54 bra/bc #0x7,@0xffff9abc:16,0x1234+.+8 ;6a109abc58701234 66 bsr/bc #0x7,@er2,0x1234+.+6 ;7c205c701234 67 bsr/bc #0x7,@0xffffff12:8,0x1234+.+6 ;7e125c701234 68 bsr/bc #0x7,@0xffff9abc:16,0x1234+.+8 ;6a109abc5c701234 [all …]
|
/openbsd/regress/usr.bin/mandoc/mdoc/Eo/ |
H A D | break.out_markdown | 13 bc] 18 bc] 21 bc] 24 bc] 28 bc] 36 bc]
|
H A D | break.out_ascii | 7 break <<eo [bo ec>> bc] no closing <<eo [bo ec bc] no content <<[>> bc] 8 opening only <<[ bc] broken [bo <<eo bc] ec>> no content [bo <<]>> no 9 opening [bo eo bc] ec>> closing only [bo ]>> final text
|
/openbsd/regress/usr.bin/mandoc/mdoc/break/ |
H A D | twice.out_markdown | 12 <ao brc} bc] ac> 17 <aq brc} bc] eol> 22 <ao bc] bc] ac> 27 <aq bc] bc] eol>
|
H A D | two.out_markdown | 13 bc] 17 bc] 22 {bro ac> bc] brc} 30 \[bo ac> bc] 31 bc] 35 bc]
|
H A D | two.out_ascii | 7 Standard case, explicit: <ao [bo {bro ac> brc} bc] 9 Standard case, implicit: <aq [bo {bro eol>} bc] 11 Reverse closing, explicit: <ao [bo {bro ac> bc] brc} 15 Two of the same kind, explicit: <ao [bo [bo ac> bc] bc] 17 Two of the same kind, implicit: <aq [bo [bo eol>] bc]
|
H A D | twice.out_ascii | 7 Standard case, fully explicit: [bo {bro <ao brc} bc] ac> 9 Standard case, implicit broken block: [bo {bro <aq brc} bc] eol> 11 Two of the same kind, fully explicit: [bo [bo <ao bc] bc] ac> 13 Two of the same kind, implicit broken block: [bo [bo <aq bc] bc] eol>
|
/openbsd/regress/usr.bin/mandoc/roff/esc/ |
H A D | invalid.out_ascii | 7 plus: a+bc 8 semicolon: a;bc 9 less than: a<bc 10 equal to: a=bc 11 greater than: a>bc 12 at: a@bc
|
/openbsd/regress/sys/net/pf_state/ |
H A D | README | 26 inet6 fdd7:e83e:66bc:211::17 28 !route add -inet6 fdd7:e83e:66bc:219::/64 ::1 -blackhole 35 inet6 fdd7:e83e:66bc:211::70 37 !route add -inet6 fdd7:e83e:66bc:219::/64 fdd7:e83e:66bc:211::17 58 LOCAL_ADDR6=fdd7:e83e:66bc:211::17 59 REMOTE_ADDR6=fdd7:e83e:66bc:211::70 60 FAKE_NET6=fdd7:e83e:66bc:219::/64 61 FAKE_NET_ADDR6=fdd7:e83e:66bc:219::188
|
/openbsd/lib/libcrypto/sha/ |
H A D | sha3.c | 57 uint64_t t, bc[5]; in sha3_keccakf() local 76 bc[i] = st[i] ^ st[i + 5] ^ st[i + 10] ^ st[i + 15] ^ st[i + 20]; in sha3_keccakf() 79 t = bc[(i + 4) % 5] ^ ROTL64(bc[(i + 1) % 5], 1); in sha3_keccakf() 88 bc[0] = st[j]; in sha3_keccakf() 90 t = bc[0]; in sha3_keccakf() 96 bc[i] = st[j + i]; in sha3_keccakf() 98 st[j + i] ^= (~bc[(i + 1) % 5]) & bc[(i + 2) % 5]; in sha3_keccakf()
|
/openbsd/regress/sys/netinet/pmtu/ |
H A D | README | 43 inet6 fdd7:e83e:66bc:70:3e97:eff:fea7:9b2 45 !route add -inet6 fdd7:e83e:66bc:219::/64 ::1 -blackhole 52 inet6 fdd7:e83e:66bc:70:725f:caff:fe21:8d70 54 !route add -inet6 fdd7:e83e:66bc:219::/64 fdd7:e83e:66bc:70:3e97:eff:fea7:9b2 77 LOCAL_ADDR6=fdd7:e83e:66bc:70:3e97:eff:fea7:9b2 78 REMOTE_ADDR6=fdd7:e83e:66bc:70:725f:caff:fe21:8d70 79 FAKE_NET6=fdd7:e83e:66bc:219::/64 80 FAKE_NET_ADDR6=fdd7:e83e:66bc:219::188
|
/openbsd/sys/dev/ |
H A D | softraid_crypto.c | 154 struct bioc_createraid *bc) in sr_crypto_meta_create() argument 179 if (bc->bc_key_disk != NODEV) { in sr_crypto_meta_create() 201 if (!(bc->bc_flags & BIOC_SCNOAUTOASSEMBLE) && bc->bc_key_disk == NODEV) in sr_crypto_meta_create() 227 } else if (bc->bc_key_disk != NODEV) { in sr_crypto_set_key() 235 if (bc->bc_opaque == NULL) in sr_crypto_set_key() 239 bc->bc_opaque_size) in sr_crypto_set_key() 243 bc->bc_opaque, bc->bc_opaque_size)) in sr_crypto_set_key() 349 if (!(bc->bc_opaque_flags & BIOC_SOIN)) in sr_crypto_get_kdf() 351 if (bc->bc_opaque == NULL) in sr_crypto_get_kdf() 357 if (copyin(bc->bc_opaque, kdfinfo, bc->bc_opaque_size)) in sr_crypto_get_kdf() [all …]
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToSubmitABug.rst | 100 opt -O3 foo.bc -disable-output 110 bugpoint foo.bc -O3 120 llvm-reduce --test=path/to/script foo.bc 135 source file to a .bc file by passing "``-emit-llvm -c -o foo.bc``" to 137 foo.bc, one of the following commands should fail: 139 #. ``llc foo.bc`` 140 #. ``llc foo.bc -relocation-model=pic`` 141 #. ``llc foo.bc -relocation-model=static`` 148 #. ``bugpoint -run-llc foo.bc`` 236 llc -march=c safe.bc -o safe.c [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | rt76824.t | 30 …x{3bd}\x{3b1}\x{3af}\x{3bf}\x{3b9} \x{3c4}\x{3b7}\x{3c2} \x{3a3}\x{3b1}\x{3bc}\x{3bf}\x{3b8}\x{3c1… 31 …"\x{39f}\x{3b9} \x{393}\x{3b5}\x{3c1}\x{3bc}\x{3b1}\x{3bd}\x{3bf}\x{3af} \x{3be}\x{3b1}\x{3bd}\x{3… 37 …"\x{39f}\x{3bb}\x{3b1} \x{3b5}\x{3af}\x{3bd}\x{3b1}\x{3b9} \x{3b4}\x{3c1}\x{3cc}\x{3bc}\x{3bf}\x{3… 38 "\x{39f}\x{3bc}\x{3b7}\x{3c1}\x{3bf}\x{3c2}\n", 40 … "\x{39f}\x{3c1}\x{3b1}\x{3c4}\x{3cc}\x{3c4}\x{3b7}\x{3c2} \x{3bc}\x{3b7}\x{3b4}\x{3ad}\x{3bd}\n", 46 …{3bf} \x{3ba}\x{3bf}\x{3c1}\x{3af}\x{3c4}\x{3c3}\x{3b9} \x{3bc}\x{3b5} \x{3c4}\x{3b1} \x{3bc}\x{3b… 49 …"\x{3a4}\x{3bf} \x{3c0}\x{3b9}\x{3bf} \x{3bb}\x{3b1}\x{3bc}\x{3c0}\x{3c1}\x{3cc} \x{3b1}\x{3c3}\x{… 50 …"\x{3a4}\x{3bf} \x{3a1}\x{3b5}\x{3bc}\x{3b1}\x{3bb}\x{3b9} \x{3a4}\x{3b7}\x{3c2} \x{391}\x{3b8}\x{… 52 …c4}\x{3b5}\x{3bb}\x{3b5}\x{3c5}\x{3c4}\x{3b1}\x{3af}\x{3bf} \x{3c8}\x{3ad}\x{3bc}\x{3bc}\x{3b1}\n", 54 …"\x{3a4}\x{3bf} \x{3c7}\x{3ce}\x{3bc}\x{3b1} \x{3b2}\x{3ac}\x{3c6}\x{3c4}\x{3b7}\x{3ba}\x{3b5} \x{… [all …]
|