Searched refs:strVal (Results 1 – 4 of 4) sorted by relevance
150 pNV->pzName = pNV->v.strVal; in add_string()156 char * pzDst = pNV->v.strVal; in add_string()169 pNV->v.strVal[0] = NUL; in add_string()172 pNV->pzName = pNV->v.strVal + d_len + 1; in add_string()346 ao_string_cook(new_val->v.strVal, NULL); in scan_name()378 remove_continuation(new_val->v.strVal); in scan_name()555 munge_str(new_val->v.strVal, option_load_mode); in scan_xml()
306 prt_string(fp, ovp->pzName, ovp->v.strVal); in prt_value()
167 const char *strVal = ""; in add_vlan_config() local169 if(ucl_object_tostring_safe(obj, &strVal)) { in add_vlan_config()170 if (strcasecmp(strVal, "trunk") == 0) { in add_vlan_config()
154 char strVal[1]; ///< OPARG_TYPE_STRING member