Home
last modified time | relevance | path

Searched refs:CGV_TIME (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_cv.h83 CGV_TIME, /* ISO 8601 date+timestamp: 2008-09-21T18:57:21.003 (extended format) */ enumerator
101 (t)==CGV_TIME || (t)==CGV_EMPTY)
H A Dcligen_cv.c1979 return CGV_TIME; in cv_str2type()
2060 case CGV_TIME: in cv_type2str()
2154 case CGV_TIME: in cv_len()
2317 case CGV_TIME: in cv2cbuf()
2451 case CGV_TIME: in cv2str()
2594 case CGV_TIME: in cv_print()
2951 case CGV_TIME: in cv_parse1()
3342 case CGV_TIME: in cv_validate()
3430 case CGV_TIME: in cv_cmp()
3509 case CGV_TIME: in cv_cp()
H A Dcligen_object.c330 case CGV_TIME: in cov_pref()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang_type.c317 if (cv_type == CGV_TIME) /* RFC6991 */ in cv2yang_type()