Home
last modified time | relevance | path

Searched refs:lcom (Results 1 – 25 of 46) sorted by relevance

12

/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_lcommunity.c49 if ((*lcom)->val) in lcommunity_free()
51 if ((*lcom)->str) in lcommunity_free()
54 lcom = NULL; in lcommunity_free()
72 lcom->size++; in lcommunity_add_val()
80 for (p = lcom->val; c < lcom->size; p += LCOMMUNITY_SIZE, c++) in lcommunity_add_val()
90 lcom->size++; in lcommunity_add_val()
91 lcom->val = XREALLOC (MTYPE_LCOMMUNITY_VAL, lcom->val, lcom_length (lcom)); in lcommunity_add_val()
111 if (! lcom) in lcommunity_uniq_sort()
158 memcpy (new->val, lcom->val, lcom->size * LCOMMUNITY_SIZE); in lcommunity_dup()
416 return lcom; in lcommunity_str2com()
[all …]
H A Dbgp_clist.c72 if (entry->u.lcom) in community_entry_free()
473 ptr = lcom->val; in lcommunity_str_get()
513 if (lcom == NULL || lcom->size == 0) in lcommunity_regexp_include()
608 if (lcommunity_match (lcom, entry->u.lcom)) in lcommunity_list_match()
773 if (lcommunity_cmp (entry->u.lcom, new->u.lcom)) in community_list_dup_check()
964 return lcom; in lcommunity_list_match_delete()
1012 entry->u.lcom = lcom; in lcommunity_list_set()
1014 if (lcom) in lcommunity_list_set()
1059 if (! lcom && ! regex) in lcommunity_list_unset()
1062 if (lcom) in lcommunity_list_unset()
[all …]
H A Dbgp_lcommunity.h73 extern int lcommunity_include (struct lcommunity *lcom, u_char *ptr);
74 extern void lcommunity_del_val (struct lcommunity *lcom, u_char *ptr);
H A Dbgp_clist.h86 struct lcommunity *lcom; member
170 lcommunity_list_match_delete (struct lcommunity *lcom,
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_lcommunity.c47 if (!(*lcom)) in lcommunity_free()
76 lcom->size++; in lcommunity_add_val()
93 lcom->size++; in lcommunity_add_val()
94 lcom->val = in lcommunity_add_val()
114 if (!lcom) in lcommunity_uniq_sort()
158 memcpy(new->val, lcom->val, lcom_length(lcom)); in lcommunity_dup()
194 if (!lcom) in set_lcommunity_string()
294 if (!lcom) in lcommunity_str()
297 if (make_json && !lcom->json && lcom->str) in lcommunity_str()
445 return lcom; in lcommunity_str2com()
[all …]
H A Dbgp_clist.c129 if (entry->u.lcom) in community_entry_free()
602 if (lcom == NULL || lcom->size == 0) in lcommunity_regexp_include()
770 if (lcommunity_match(lcom, entry->u.lcom)) in lcommunity_list_match()
933 if (lcommunity_cmp(entry->u.lcom, new->u.lcom)) in community_list_dup_check()
1109 return lcom; in lcommunity_list_match_delete()
1208 if (!lcom && !regex) in lcommunity_list_set()
1216 entry->u.lcom = lcom; in lcommunity_list_set()
1264 if (!lcom && !regex) in lcommunity_list_unset()
1267 if (lcom) in lcommunity_list_unset()
1272 if (lcom) in lcommunity_list_unset()
[all …]
H A Dbgp_clist.h93 struct lcommunity *lcom; member
174 extern bool lcommunity_list_exact_match(struct lcommunity *lcom,
179 lcommunity_list_match_delete(struct lcommunity *lcom,
H A Dbgp_lcommunity.h73 extern bool lcommunity_include(struct lcommunity *lcom, uint8_t *ptr);
74 extern void lcommunity_del_val(struct lcommunity *lcom, uint8_t *ptr);
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_lcommunity.c47 if (!(*lcom)) in lcommunity_free()
76 lcom->size++; in lcommunity_add_val()
93 lcom->size++; in lcommunity_add_val()
94 lcom->val = in lcommunity_add_val()
114 if (!lcom) in lcommunity_uniq_sort()
158 memcpy(new->val, lcom->val, lcom_length(lcom)); in lcommunity_dup()
194 if (!lcom) in set_lcommunity_string()
294 if (!lcom) in lcommunity_str()
297 if (make_json && !lcom->json && lcom->str) in lcommunity_str()
445 return lcom; in lcommunity_str2com()
[all …]
H A Dbgp_clist.c129 if (entry->u.lcom) in community_entry_free()
602 if (lcom == NULL || lcom->size == 0) in lcommunity_regexp_include()
770 if (lcommunity_match(lcom, entry->u.lcom)) in lcommunity_list_match()
933 if (lcommunity_cmp(entry->u.lcom, new->u.lcom)) in community_list_dup_check()
1109 return lcom; in lcommunity_list_match_delete()
1208 if (!lcom && !regex) in lcommunity_list_set()
1216 entry->u.lcom = lcom; in lcommunity_list_set()
1264 if (!lcom && !regex) in lcommunity_list_unset()
1267 if (lcom) in lcommunity_list_unset()
1272 if (lcom) in lcommunity_list_unset()
[all …]
H A Dbgp_clist.h93 struct lcommunity *lcom; member
174 extern bool lcommunity_list_exact_match(struct lcommunity *lcom,
179 lcommunity_list_match_delete(struct lcommunity *lcom,
H A Dbgp_lcommunity.h73 extern bool lcommunity_include(struct lcommunity *lcom, uint8_t *ptr);
74 extern void lcommunity_del_val(struct lcommunity *lcom, uint8_t *ptr);
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bgp/
H A Dbgp_lcommunity.c55 if (lcom->val) free(lcom->val); in lcommunity_free()
56 if (lcom->str) free(lcom->str); in lcommunity_free()
57 free(lcom); in lcommunity_free()
82 lcom->size++; in lcommunity_add_val()
83 lcom->val = malloc(lcom_length (lcom)); in lcommunity_add_val()
94 for (p = lcom->val; c < lcom->size; p += LCOMMUNITY_SIZE, c++) in lcommunity_add_val()
104 lcom->size++; in lcommunity_add_val()
105 lcom->val = realloc(lcom->val, lcom_length (lcom)); in lcommunity_add_val()
177 if (find != lcom) in lcommunity_intern()
225 pnt = lcom->val; in lcommunity_hash_make()
[all …]
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dhput.c495 lcom = 0;
531 lcom--;
535 lcom = 0;
566 if (lcom > 0) {
568 lcom = 77 - lc;
576 if (lcom > lblank)
577 lcom = lblank;
582 if (lcom > 0)
712 if (lcom > 0) {
715 if (lcom > lblank)
[all …]
/dports/cad/ghdl/ghdl-1.0.0/libraries/openieee/
H A Dbuild_numeric.py1134 for lcom in open('numeric_common.proto'):
1135 if lcom[0:2] == '--':
1137 elif std == '87' and ('"xnor"' in lcom
1138 or '"sll"' in lcom
1139 or '"srl"' in lcom
1140 or '"rol"' in lcom
1141 or '"ror"' in lcom):
1142 w("--" + lcom[2:])
1144 w(lcom)
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Diraffits.c1953 lcom = 0;
1976 vp = newcom + lcom - 1;
1983 lcom = 0;
2014 if (lcom > 0) {
2015 if (lc+2+lcom > 80)
2016 lcom = 78 - lc;
2040 int lkeyword, lcom; local
2092 lcom = strlen (comment);
2094 if (lcom > 0) {
2096 if (c1+lcom > v2)
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Diraffits.c1953 lcom = 0;
1976 vp = newcom + lcom - 1;
1983 lcom = 0;
2014 if (lcom > 0) {
2015 if (lc+2+lcom > 80)
2016 lcom = 78 - lc;
2040 int lkeyword, lcom; local
2092 lcom = strlen (comment);
2094 if (lcom > 0) {
2096 if (c1+lcom > v2)
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Diraffits.c1945 lcom = 0;
1968 vp = newcom + lcom - 1;
1975 lcom = 0;
2006 if (lcom > 0) {
2007 if (lc+2+lcom > 80)
2008 lcom = 78 - lc;
2032 int lkeyword, lcom; local
2084 lcom = strlen (comment);
2086 if (lcom > 0) {
2088 if (c1+lcom > v2)
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Diraffits.c1953 lcom = 0;
1976 vp = newcom + lcom - 1;
1983 lcom = 0;
2014 if (lcom > 0) {
2015 if (lc+2+lcom > 80)
2016 lcom = 78 - lc;
2040 int lkeyword, lcom; local
2092 lcom = strlen (comment);
2094 if (lcom > 0) {
2096 if (c1+lcom > v2)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DVicfg.hs163 (\u -> lcom $ line "trust" u $ showTrustLevel def)
174 (\u -> lcom $ line "group" u "")
248 , concatMap (lcom . showdefaults) missing
253 lcom :: [String] -> [String]
254 lcom = map (\l -> if "#" `isPrefixOf` l then l else '#' : l) function
/dports/graphics/grx/grx249/chr/
H A Daddfonts.bat7 if "%1"=="" addfonts bold euro goth lcom litt sans scri simp trip tscr
/dports/sysutils/heirloom/heirloom-070715/sed/
H A Dsed1.c129 static void lcom(wint_t, int);
548 lcom(c, invchar == 0); in command()
798 lcom(wint_t c, int valid) in lcom() function
/dports/net/libbgpdump/libbgpdump-1.6.0/
H A Dbgpdump_lib.c67 static void process_attr_lcommunity_string(struct lcommunity *lcom);
1428 void process_attr_lcommunity_string(struct lcommunity *lcom) { in process_attr_lcommunity_string() argument
1438 for (i = 0; i < lcom->size; i++) in process_attr_lcommunity_string()
1440 memcpy (&global, lcom->val + (i * 3), sizeof (u_int32_t)); in process_attr_lcommunity_string()
1441 memcpy (&local1, lcom->val + (i * 3) + 1, sizeof (u_int32_t)); in process_attr_lcommunity_string()
1442 memcpy (&local2, lcom->val + (i * 3) + 2, sizeof (u_int32_t)); in process_attr_lcommunity_string()
1452 if((lcom->str = malloc(strlen(buf)+1)) != NULL) { in process_attr_lcommunity_string()
1453 strcpy(lcom->str, buf); in process_attr_lcommunity_string()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/share/cascade/test/benchmark/mips32/asm/
H A Dmips32.ll25 lcom #[^\n]*\n
40 {lcom} driver.loc.lines(yyleng); driver.loc.step();
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_object_force_types.h314 float lcom[3]; member

12