Home
last modified time | relevance | path

Searched refs:CGV_DEC64 (Results 1 – 10 of 10) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_cv.c1955 return CGV_DEC64; in cv_str2type()
2024 case CGV_DEC64: in cv_type2str()
2114 case CGV_DEC64: in cv_len()
2252 case CGV_DEC64: in cv2cbuf()
2385 case CGV_DEC64: in cv2str()
2530 case CGV_DEC64: in cv_print()
2650 case CGV_DEC64: in cvtype_max2str()
2844 case CGV_DEC64: in cv_parse1()
3263 case CGV_DEC64: in cv_validate()
3389 case CGV_DEC64: in cv_cmp()
[all …]
H A Dcligen_cv.h71 CGV_DEC64, /* 64-bit signed decimal number */ enumerator
97 (t)==CGV_DEC64 || (t)==CGV_BOOL|| \
H A Dcligen_match.c113 if (co->co_vtype == CGV_DEC64) /* XXX: Seems misplaced? / too specific */ in match_variable()
555 if (co->co_vtype == CGV_DEC64) /* XXX: Seems misplaced? / too specific */ in add_cov_to_cvec()
H A Dcligen_parse.y978 if (yv->co_vtype == CGV_DEC64) /* XXX: Seems misplaced? / too specific */ in cg_range_create()
1007 if (yv->co_vtype == CGV_DEC64) /* XXX: Seems misplaced? / too specific */ in cg_range_create()
H A Dcligen_object.c295 case CGV_DEC64: in cov_pref()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang_type.c118 {"decimal64", CGV_DEC64},
143 {"decimal64", CGV_DEC64},
601 case CGV_DEC64: /* XXX look at fraction-digit? */ in cv_validate1()
H A Dclixon_yang.c1562 …if (options & YANG_OPTIONS_FRACTION_DIGITS && cvtype == CGV_DEC64) /* XXX: Seems misplaced? / too … in ys_populate_leaf()
1661 if (cvtype == CGV_DEC64) in bound_add()
1759 if (!cv_isint(cvtype) && cvtype != CGV_DEC64){ in ys_populate_range()
H A Dclixon_json.c578 case CGV_DEC64: in xml2json_encode_leafs()
H A Dclixon_validate.c1000 if (cv_isint(cvtype) || cvtype == CGV_BOOL || cvtype == CGV_DEC64){ in xml_yang_validate_add()
H A Dclixon_xml_sort.c121 if (cvtype == CGV_DEC64) in xml_cv_cache()