Home
last modified time | relevance | path

Searched refs:CGV_ERR (Results 1 – 8 of 8) sorted by relevance

/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_yang_type.c282 *cv_type = CGV_ERR; in yang2cv_type()
348 *cvtype = CGV_ERR; in clicon_type2cv()
352 if (*cvtype == CGV_ERR){ in clicon_type2cv()
364 if (*cvtype == CGV_ERR){ in clicon_type2cv()
723 case CGV_ERR: in cv_validate1()
1379 enum cv_type cvtype = CGV_ERR; in yang_type2cv()
H A Dclixon_yang.c1538 enum cv_type cvtype = CGV_ERR; in ys_populate_leaf()
1743 enum cv_type cvtype = CGV_ERR; in ys_populate_range()
1794 enum cv_type cvtype = CGV_ERR; in ys_populate_length()
H A Dclixon_xml_sort.c112 if (cvtype==CGV_ERR){ in xml_cv_cache()
H A Dclixon_xml_map.c485 if (cv_type_get(cv)==CGV_ERR || cv_name_get(cv) == NULL) in cvec2xml_1()
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_cv.h62 CGV_ERR=0, /* Invalid */ enumerator
96 #define cv_inline(t)((t)==CGV_ERR || cv_isint(t)|| \
H A Dcligen_parse.y146 if (cv_type_set(cv, cv_str2type(type)) == CGV_ERR){ in create_cv()
455 if ((co = cov_new(CGV_ERR, NULL)) == NULL){ in cgy_var_create()
475 if ((cy->cy_var->co_vtype = cv_str2type(type)) == CGV_ERR){ in cgy_var_name_type()
500 if (coy->co_vtype == CGV_ERR) /* unassigned */ in cgy_var_post()
507 if (coy->co_vtype == CGV_ERR){ in cgy_var_post()
H A Dcligen_cv.c1984 return CGV_ERR; in cv_str2type()
1997 case CGV_ERR: in cv_type2str()
2963 case CGV_ERR: in cv_parse1()
3326 case CGV_ERR: in cv_validate()
3371 case CGV_ERR: in cv_cmp()
3464 case CGV_ERR: in cv_cp()
H A Dcligen_object.c243 case CGV_ERR: in cov_pref()