/openbsd/usr.sbin/dvmrpd/ |
H A D | kroute.c | 67 RB_HEAD(kif_tree, kif_node) kit; 74 RB_INIT(&kit); in RB_PROTOTYPE() 119 RB_FOREACH(kif, kif_tree, &kit) in kr_ifinfo() 142 return (RB_FIND(kif_tree, &kit, &s)); in kif_find() 150 RB_FOREACH(kif, kif_tree, &kit) in kif_findname() 160 if (RB_INSERT(kif_tree, &kit, kif) != NULL) { in kif_insert() 172 if (RB_REMOVE(kif_tree, &kit, kif) == NULL) { in kif_remove() 186 while ((kif = RB_MIN(kif_tree, &kit)) != NULL) in kif_clear()
|
/openbsd/usr.sbin/ripd/ |
H A D | kroute.c | 96 RB_HEAD(kif_tree, kif_node) kit; 103 RB_INIT(&kit); in RB_PROTOTYPE() 327 RB_FOREACH(kif, kif_tree, &kit) in kr_ifinfo() 498 return (RB_FIND(kif_tree, &kit, &s)); in kif_find() 506 RB_FOREACH(kif, kif_tree, &kit) in kif_findname() 516 if (RB_INSERT(kif_tree, &kit, kif) != NULL) { in kif_insert() 528 if (RB_REMOVE(kif_tree, &kit, kif) == NULL) { in kif_remove() 542 while ((kif = RB_MIN(kif_tree, &kit)) != NULL) in kif_clear()
|
/openbsd/usr.sbin/ldpd/ |
H A D | kroute.c | 136 static struct kif_tree kit = RB_INITIALIZER(&kit); variable 216 RB_FOREACH(kif, kif_tree, &kit) { in kif_redistribute() 354 RB_FOREACH(kif, kif_tree, &kit) in kr_fib_couple() 396 RB_FOREACH(kif, kif_tree, &kit) in kr_fib_decouple() 502 RB_FOREACH(kif, kif_tree, &kit) in kr_ifinfo() 800 return (RB_FIND(kif_tree, &kit, &s)); in kif_find() 808 RB_FOREACH(kif, kif_tree, &kit) in kif_findname() 826 if (RB_INSERT(kif_tree, &kit, kif) != NULL) in kif_insert() 837 if (RB_REMOVE(kif_tree, &kit, kif) == NULL) { in kif_remove() 856 while ((kif = RB_MIN(kif_tree, &kit)) != NULL) in kif_clear()
|
/openbsd/libexec/snmpd/snmpd_metrics/ |
H A D | kroute.c | 148 RB_HEAD(kif_tree, kif_node) kit; 196 RB_INIT(&kit); in RB_PROTOTYPE() 718 RB_FOREACH(kn, kif_tree, &kit) { in karp_find() 792 return (RB_MIN(kif_tree, &kit)); in kif_find() 797 return (RB_FIND(kif_tree, &kit, &s)); in kif_find() 820 kn = RB_NEXT(kif_tree, &kit, kn); in kr_getnextif() 839 if (RB_INSERT(kif_tree, &kit, kif) != NULL) in kif_insert() 854 if (RB_REMOVE(kif_tree, &kit, kif) == NULL) { in kif_remove() 879 while ((kif = RB_MIN(kif_tree, &kit)) != NULL) in kif_clear()
|
/openbsd/usr.sbin/eigrpd/ |
H A D | kroute.c | 129 static struct kif_tree kit = RB_INITIALIZER(&kit); variable 194 RB_FOREACH(kif, kif_tree, &kit) { in kif_redistribute() 364 RB_FOREACH(kif, kif_tree, &kit) in kr_ifinfo() 662 return (RB_FIND(kif_tree, &kit, &s)); in kif_find() 670 RB_FOREACH(kif, kif_tree, &kit) in kif_findname() 688 if (RB_INSERT(kif_tree, &kit, kif) != NULL) in kif_insert() 699 if (RB_REMOVE(kif_tree, &kit, kif) == NULL) { in kif_remove() 717 while ((kif = RB_MIN(kif_tree, &kit)) != NULL) in kif_clear()
|
/openbsd/usr.sbin/ospfd/ |
H A D | kroute.c | 117 RB_HEAD(kif_tree, kif_node) kit = RB_INITIALIZER(&kit); 517 RB_FOREACH(kif, kif_tree, &kit) in kr_ifinfo() 845 return (RB_FIND(kif_tree, &kit, &s)); in kif_find() 854 RB_FOREACH(kif, kif_tree, &kit) in kif_findname() 882 if (RB_INSERT(kif_tree, &kit, kif) != NULL) in kif_insert() 893 if (RB_REMOVE(kif_tree, &kit, kif) == NULL) { in kif_remove() 911 while ((kif = RB_MIN(kif_tree, &kit)) != NULL) in kif_clear()
|
/openbsd/gnu/usr.bin/binutils/gdb/config/djgpp/ |
H A D | README | 56 and `utod' utilities which are part of the basic DJGPP development kit 72 program (that is part of the basic DJGPP development kit) to rename
|
/openbsd/usr.sbin/bgpd/ |
H A D | kroute.c | 198 RB_HEAD(kif_tree, kif) kit; 249 RB_INIT(&kit); in RB_PROTOTYPE() 1015 RB_FOREACH(kif, kif_tree, &kit) in kr_show_route() 1060 RB_FOREACH(kif, kif_tree, &kit) in kr_ifinfo() 2048 return (RB_FIND(kif_tree, &kit, &s)); in kif_find() 2054 if (RB_INSERT(kif_tree, &kit, kif) != NULL) { in kif_insert() 2079 RB_REMOVE(kif_tree, &kit, kif); in kif_remove() 2089 while ((kif = RB_MIN(kif_tree, &kit)) != NULL) in kif_clear()
|
/openbsd/usr.bin/file/magdir/ |
H A D | audio | 35 >12 belong 21 Music kit DSP commands, 73 >12 belong 21 Music kit DSP commands,
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlutil.pod | 65 the F<pod/> directory of your Perl source kit; it converts all the
|
H A D | perl5320delta.pod | 1367 With the release of the patch kit C99 V2.0, VSI has provided support for a 1368 number of previously-missing C99 features. On systems with that patch kit
|
H A D | perlvms.pod | 107 In general, the distributed kit for a Perl extension includes 110 install the files required by the extension. The kit should be
|
H A D | perlembed.pod | 170 The B<ExtUtils::Embed> kit on CPAN also contains all source code for
|
H A D | perlport.pod | 855 e.g. most of the files in the F<hints/> directory in the source code kit). 1442 Perl source code kit. You may need to see the F<ports/> directory
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | dir-example | 132 * GDK: (gdk). General drawing kit.
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.os390 | 263 by re building the GNU make utility for OS/390 from a source code kit.
|
H A D | MANIFEST | 5027 ext/SDBM_File/biblio SDBM kit 5029 ext/SDBM_File/dba.c SDBM kit 5030 ext/SDBM_File/dbd.c SDBM kit 5031 ext/SDBM_File/dbe.1 SDBM kit 5032 ext/SDBM_File/dbe.c SDBM kit 5033 ext/SDBM_File/dbu.c SDBM kit 5034 ext/SDBM_File/grind SDBM kit 5035 ext/SDBM_File/hash.c SDBM kit 5037 ext/SDBM_File/pair.c SDBM kit 5038 ext/SDBM_File/pair.h SDBM kit [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Net-Ping/ |
H A D | Changes | 496 o "the following files are missing in your kit"
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | perlcygo.txt | 13 … at http://cygutils.netpedia.net/. If there is significant demand, a patch kit can be developed to…
|
H A D | perlcyg.pod | 42 a patch kit can be developed to port back to earlier Cygwin versions.
|
H A D | perlfaq.pod | 771 Download the ExtUtils::Embed kit from CPAN and run `make test'. If
|
H A D | perlfaqo.txt | 252 Download the ExtUtils::Embed kit from CPAN and run `make test'. If the tests pass, read the pods ag…
|
/openbsd/gnu/usr.bin/texinfo/util/ |
H A D | dir-example | 198 * GDK: (gdk). General drawing kit.
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | descrip_mms.template | 524 # The correct versions should be already supplied with the perl kit,
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq3.pod | 1099 Download the ExtUtils::Embed kit from CPAN and run `make test'. If
|