/openbsd/sys/arch/sparc64/stand/bootblk/ |
H A D | bootblk.fth | 104 rot swap 2dup = if 110 rot swap 2dup = if 157 dup 250 2dup ( ino fs ino fs ) 350 dup sb-buf fs_nindir l@ dup * >= if ( fileblock'' ) 384 2drop dup 526 dup dup d_name swap d_namlen c@ type cr 567 dup sbsize <> if 604 dup fs-size < if 701 begin dup 0> while [all …]
|
/openbsd/regress/sbin/pfctl/ |
H A D | pfail57.ok | 1 stdin:2: af-to cannot be used together with route-to, reply-to, dup-to 2 stdin:3: af-to cannot be used together with route-to, reply-to, dup-to 3 stdin:4: af-to cannot be used together with route-to, reply-to, dup-to 4 stdin:6: af-to cannot be used together with route-to, reply-to, dup-to 5 stdin:7: af-to cannot be used together with route-to, reply-to, dup-to 6 stdin:8: af-to cannot be used together with route-to, reply-to, dup-to
|
H A D | pfail8.ok | 2 stdin:1: route-to, reply-to and dup-to require keep state 3 stdin:1: route-to, reply-to and dup-to are not supported on block rules 7 stdin:2: route-to, reply-to and dup-to require keep state 8 stdin:2: route-to, reply-to and dup-to are not supported on block rules
|
H A D | pf13.in | 9 pass in on tun1000000 proto tcp from any to any port = 21 dup-to 192.168.1.1 10 pass in on tun1000000 proto tcp from any to any port = 21 dup-to fec0::1 21 pass in quick on tun1000000 from 192.168.1.1/32 to 10.1.1.1/32 dup-to 192.168.1.100 22 pass in quick on tun1000000 from fec0::1/64 to fec1::2/128 dup-to fec1::2
|
H A D | pf13.ok | 7 pass in on tun1000000 inet proto tcp from any to any port = 21 flags S/SA dup-to 192.168.1.1 8 pass in on tun1000000 inet6 proto tcp from any to any port = 21 flags S/SA dup-to fec0::1 15 pass in quick on tun1000000 inet from 192.168.1.1 to 10.1.1.1 flags S/SA dup-to 192.168.1.100 16 pass in quick on tun1000000 inet6 from fec0::/64 to fec1::2 flags S/SA dup-to fec1::2
|
H A D | pfail8.in | 1 block in quick on tun1000000 from any to 192.168.1.0/24 dup-to fec0::1 2 block in quick on tun1000000 from any to fec0::1/128 dup-to 192.168.1.1
|
/openbsd/gnu/llvm/clang/www/ |
H A D | make_cxx_dr_status | 181 dup = status.split(' ', 1)[1] 182 if dup.startswith('P'): 183 avail = 'Superseded by <a href="https://wg21.link/%s">%s</a>' % (dup, dup) 186 avail = 'Superseded by <a href="#%s">%s</a>' % (dup, dup) 188 _, avail_style, _ = availability(int(dup)) 190 print("issue %s marked as sup %s" % (issue, dup), file=sys.stderr) 193 dup = int(status.split(' ', 1)[1]) 194 avail = 'Duplicate of <a href="#%s">%s</a>' % (dup, dup) 195 _, avail_style, _ = availability(dup)
|
/openbsd/gnu/gcc/gcc/ |
H A D | opts-common.c | 152 char *dup; in prune_options() local 157 dup = XNEWVEC (char, len + 1); in prune_options() 158 dup[0] = '-'; in prune_options() 159 dup[1] = opt[1]; in prune_options() 160 memcpy (dup + 2, opt + 5, len - 2 + 1); in prune_options() 161 opt = dup; in prune_options() 164 free (dup); in prune_options()
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | mt.cpu | 239 (dnf f-dup "dup" () 6 1) 463 (define-operand (name dup) (comment "dup") (attrs) 464 (type h-uint) (index f-dup) (handlers (parse "dup") (print "dollarhex"))) 1071 "mfbcb $frsr1,#$rbbc,$frsr2,#$rc1,#$cbrb,#$cell,#$dup,#$ctxdisp" 1111 "mfbcci $frsr1,#$rbbc,$frsr2,#$fbdisp,#$cell,#$dup,#$ctxdisp" 1119 "mfbrci $frsr1,#$rbbc,$frsr2,#$fbdisp,#$cell,#$dup,#$ctxdisp" 1127 "mfbcri $frsr1,#$rbbc,$frsr2,#$fbdisp,#$cell,#$dup,#$ctxdisp" 1135 "mfbrri $frsr1,#$rbbc,$frsr2,#$fbdisp,#$cell,#$dup,#$ctxdisp" 1181 (dni wfbi "WFBI Bank_address, row#, cell, dup, ctx_disp " 1183 "wfbi #$bankaddr,#$rownum1,#$cell,#$dup,#$ctxdisp" [all …]
|
/openbsd/regress/sys/kern/pledge/filedescriptor/ |
H A D | Makefile | 21 PROGS = dup dup2 dup3 dev pass 45 run-regress-dup: dup.fstat 47 grep ' 5 /.* r ' dup.fstat 49 grep ' 6 /.* rp ' dup.fstat
|
H A D | dup.c | 26 if (dup(fdpre) == -1) in fdops() 28 if (dup(fdpost) == -1) in fdops()
|
/openbsd/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/ |
H A D | Open3.pm | 230 $_->{dup} = ($_->{parent} =~ s/^[<>]&//); 238 next if $_->{dup} or $_->{dup_of_out}; 269 if (!$handles[2]{dup_of_out} && $handles[2]{dup} 280 } elsif ($_->{dup}) { 335 } elsif ($_->{dup}) { 351 next if $_->{dup} or $_->{dup_of_out}; 357 xclose $handles[0]{parent}, $handles[0]{mode} if $handles[0]{dup};
|
/openbsd/sbin/fsck_ext2fs/ |
H A D | pass1b.c | 84 if (dlp->dup == blkno) { in pass1bcheck() 86 dlp->dup = duphead->dup; in pass1bcheck() 87 duphead->dup = blkno; in pass1bcheck()
|
H A D | pass4.c | 118 if (dlp->dup != blkno) in pass4check() 120 dlp->dup = duplist->dup; in pass4check()
|
/openbsd/sbin/fsck_ffs/ |
H A D | pass1b.c | 97 if (dlp->dup == blkno) { in pass1bcheck() 99 dlp->dup = duphead->dup; in pass1bcheck() 100 duphead->dup = blkno; in pass1bcheck()
|
H A D | pass4.c | 135 if (dlp->dup != blkno) in pass4check() 137 dlp->dup = duplist->dup; in pass4check()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | proto.str | 49 dup 56 dup 65 dup 76 dup 94 dup
|
/openbsd/gnu/usr.bin/binutils/bfd/doc/ |
H A D | proto.str | 49 dup 56 dup 65 dup 76 dup 94 dup
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 991026-2.c | 10 extern int dup (int __fd) ; 27 dup(dup(open("/dev/null", 02 ))); in detach()
|
/openbsd/usr.bin/sort/ |
H A D | mem.c | 85 char *dup; in sort_strdup() local 87 if ((dup = strdup(str)) == NULL) in sort_strdup() 89 return dup; in sort_strdup()
|
/openbsd/usr.bin/diff3/ |
H A D | diff3prog.c | 299 int dup, j, t1, t2; in merge() local 360 dup = duplicate(&d1->old,&d2->old); in merge() 366 separate(dup ? "3" : ""); in merge() 367 change(1, &d1->old, dup); in merge() 372 j = edit(d1, dup, j); in merge() 412 change(int i, struct range *rold, int dup) in change() argument 417 if (dup || debug) in change() 531 edit(struct diff *diff, int dup, int j) in edit() argument 533 if (((dup + 1) & eflag) == 0) in edit() 536 overlap[j] = !dup; in edit() [all …]
|
/openbsd/lib/libssl/ |
H A D | tls_content.c | 85 uint8_t *dup; in tls_content_dup_data() local 87 if ((dup = calloc(1, data_len)) == NULL) in tls_content_dup_data() 89 memcpy(dup, data, data_len); in tls_content_dup_data() 91 tls_content_set_data(content, type, dup, data_len); in tls_content_dup_data()
|
/openbsd/sys/net/ |
H A D | pf_ruleset.c | 189 struct pf_anchor *anchor, *dup; in pf_create_anchor() local 211 if ((dup = RB_INSERT(pf_anchor_global, &pf_anchors, anchor)) != NULL) { in pf_create_anchor() 214 __func__, anchor->path, anchor->name, dup->path, dup->name); in pf_create_anchor() 221 dup = RB_INSERT(pf_anchor_node, &parent->children, anchor); in pf_create_anchor() 222 if (dup != NULL) { in pf_create_anchor() 226 dup->path, dup->name); in pf_create_anchor()
|
/openbsd/lib/libexpat/tests/ |
H A D | structdata.c | 64 XML_Char *const dup = (XML_Char *)malloc(byte_count); in xmlstrdup() local 66 assert(dup != NULL); in xmlstrdup() 67 memcpy(dup, s, byte_count); in xmlstrdup() 68 return dup; in xmlstrdup()
|
/openbsd/libexec/ld.so/ldconfig/ |
H A D | shlib.c | 111 char *cp, *dup; in add_search_path() local 117 path = dup = strdup(path); in add_search_path() 120 free(dup); in add_search_path()
|