Home
last modified time | relevance | path

Searched refs:dup (Results 1 – 25 of 255) sorted by relevance

1234567891011

/openbsd/sys/arch/sparc64/stand/bootblk/
H A Dbootblk.fth104 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 Dpfail57.ok1 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 Dpfail8.ok2 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 Dpf13.in9 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 Dpf13.ok7 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 Dpfail8.in1 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 Dmake_cxx_dr_status181 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 Dopts-common.c152 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 Dmt.cpu239 (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 DMakefile21 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 Ddup.c26 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 DOpen3.pm230 $_->{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 Dpass1b.c84 if (dlp->dup == blkno) { in pass1bcheck()
86 dlp->dup = duphead->dup; in pass1bcheck()
87 duphead->dup = blkno; in pass1bcheck()
H A Dpass4.c118 if (dlp->dup != blkno) in pass4check()
120 dlp->dup = duplist->dup; in pass4check()
/openbsd/sbin/fsck_ffs/
H A Dpass1b.c97 if (dlp->dup == blkno) { in pass1bcheck()
99 dlp->dup = duphead->dup; in pass1bcheck()
100 duphead->dup = blkno; in pass1bcheck()
H A Dpass4.c135 if (dlp->dup != blkno) in pass4check()
137 dlp->dup = duplist->dup; in pass4check()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dproto.str49 dup
56 dup
65 dup
76 dup
94 dup
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dproto.str49 dup
56 dup
65 dup
76 dup
94 dup
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-2.c10 extern int dup (int __fd) ;
27 dup(dup(open("/dev/null", 02 ))); in detach()
/openbsd/usr.bin/sort/
H A Dmem.c85 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 Ddiff3prog.c299 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 Dtls_content.c85 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 Dpf_ruleset.c189 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 Dstructdata.c64 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 Dshlib.c111 char *cp, *dup; in add_search_path() local
117 path = dup = strdup(path); in add_search_path()
120 free(dup); in add_search_path()

1234567891011