Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c150 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()
H A Dsave.c306 prt_string(fp, ovp->pzName, ovp->v.strVal); in prt_value()
/freebsd/usr.sbin/iovctl/
H A Dparse.c167 const char *strVal = ""; in add_vlan_config() local
169 if(ucl_object_tostring_safe(obj, &strVal)) { in add_vlan_config()
170 if (strcasecmp(strVal, "trunk") == 0) { in add_vlan_config()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h154 char strVal[1]; ///< OPARG_TYPE_STRING member