Searched refs:others (Results 1 - 25 of 79) sorted by relevance

1234

/openbsd-current/usr.sbin/bgpd/
H A Drde_attr.c89 if (asp->others[l] == NULL)
91 if (type == asp->others[l]->type) {
103 if (asp->others[l] == NULL) {
104 asp->others[l] = a;
108 if (a->type < asp->others[l]->type) {
109 t = asp->others[l];
110 asp->others[l] = a;
120 if ((p = reallocarray(asp->others,
123 asp->others = p;
125 /* l stores the size of others befor
[all...]
H A Drde_update.c580 oa = asp->others[oalen++];
586 oa = asp->others[oalen++];
632 * to others unless the MED is originating from us or
H A Drde.h210 struct attr **others; member in struct:rde_aspath
/openbsd-current/gnu/usr.bin/perl/
H A Doverload.inc6 * by Larry Wall and others
H A Dmake_ext.pl479 my @files = `git ls-files --cached --others --exclude-standard 2>/dev/null`;
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/
H A DUtils.pm135 others
H A DXS.pm34 Probably others.
39 others
H A DBase.pm525 # Prefer the last character over the others. (As it lets us shorten the
1014 Probably others.
1019 others
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt13_otr.s2 ;others
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect.pl141 my $modified = my @modified = `git ls-files --modified --deleted --others`;
164 # and hence others are not be able to delete or rename our file.
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPkgCheck.pm381 others => {},
408 $self->{others}{$name} = 1;
444 if (keys %{$self->{others}} > 0) {
445 my @todo = sort keys %{$self->{others}};
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dregen_lib.pl159 Copyright (C) @{$args{copyright}} by\0Larry\0Wall\0and\0others
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.pm192 C<UCS-2> is an exception. Unlike others, this is an alias of UCS-2BE.
193 UCS-2 is already registered by IANA and others that way.
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Df_sort.t24 synthesized out of others. HOWEVER, if the test-code has newlines in
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DGeneric.pm223 C<($count, $directive, $reason)>. C<$count> must be defined, the others may be
/openbsd-current/gnu/gcc/gcc/
H A Dc-tree.h311 tree others; member in struct:c_arg_info
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl554 which means none of the others.
/openbsd-current/gnu/usr.bin/perl/ext/ExtUtils-Miniperl/lib/ExtUtils/
H A DMiniperl.pm39 * 2004, 2005, 2006, 2007, 2016 by Larry Wall and others
/openbsd-current/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.pm152 optags and the user can define others using the define_optag function.
551 =item :others
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dlb1spc.asm208 ! first divide step without thinking. BUT, the others are conditional,
555 ! first divide step without thinking. BUT, the others are conditional,
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dlb1spc.asm208 ! first divide step without thinking. BUT, the others are conditional,
555 ! first divide step without thinking. BUT, the others are conditional,
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/
H A DConstant.pm565 others
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/
H A DWrap.pm263 many many others.
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/
H A DUtil.pm666 input arrays run out of elements before others, then C<undef> will be inserted
690 from the others.
707 input arrays run out of elements before others, then C<undef> will be inserted
731 behaviour when one of the input lists runs out of elements before the others.
/openbsd-current/gnu/usr.bin/perl/dist/XSLoader/
H A DXSLoader_pm.PL447 Copyright (C) 1990-2011 by Larry Wall and others.

Completed in 377 milliseconds

1234