Home
last modified time | relevance | path

Searched refs:CGV_UINT64 (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_cv.c1953 return CGV_UINT64; in cv_str2type()
2021 case CGV_UINT64: in cv_type2str()
2111 case CGV_UINT64: in cv_len()
2249 case CGV_UINT64: in cv2cbuf()
2382 case CGV_UINT64: in cv2str()
2527 case CGV_UINT64: in cv_print()
2647 case CGV_UINT64: in cvtype_max2str()
2714 case CGV_UINT64: in cv_max_set()
2754 case CGV_UINT64: in cv_min_set()
2841 case CGV_UINT64: in cv_parse1()
[all …]
H A Dcligen_cv.h70 CGV_UINT64, /* 32-bit unsigned integer */ enumerator
93 (t)==CGV_UINT32 || (t)==CGV_UINT64)
H A Dcligen_object.c289 case CGV_UINT64: in cov_pref()
H A Dcligen_parse.y1060 return cg_range_create(cy, lowstr, uppstr, yv, CGV_UINT64); in cg_length()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang_type.c130 {"uint64", CGV_UINT64},
156 {"uint64", CGV_UINT64},
618 case CGV_UINT64: in cv_validate1()
H A Dclixon_json.c577 case CGV_UINT64: in xml2json_encode_leafs()
H A Dclixon_yang.c1801 cvtype = CGV_UINT64; in ys_populate_length()