Searched refs:res_val (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | nested.c | 510 scan_xml(char const * xml_name, tOptionValue * res_val) in scan_xml() argument 546 add_string(&(res_val->v.nestVal), xml_name, nm_len, NULL, 0); in scan_xml() 552 &(res_val->v.nestVal), xml_name, nm_len, val_str, v_len); in scan_xml() 561 add_bool(&(res_val->v.nestVal), xml_name, nm_len, val_str, v_len); in scan_xml() 565 add_number(&(res_val->v.nestVal), xml_name, nm_len, val_str, v_len); in scan_xml() 573 add_nested(&(res_val->v.nestVal), xml_name, nm_len, pz, v_len); in scan_xml() 707 tOptionValue * res_val; in optionLoadNested() local 721 res_val = AGALOC(sizeof(*res_val) + nm_len + 1, "nest args"); in optionLoadNested() 722 res_val->valType = OPARG_TYPE_HIERARCHY; in optionLoadNested() 723 res_val->pzName = (char *)(res_val + 1); in optionLoadNested() [all …]
|
H A D | proto.h | 336 scan_xml(char const * xml_name, tOptionValue * res_val);
|
/freebsd/include/rpcsvc/ |
H A D | pmap_prot.x | 205 % char *res_val;
|
/freebsd/contrib/tcpdump/ |
H A D | print-forces.c | 549 struct res_val { struct 653 const struct res_val *r = (const struct res_val *)tdp; in prestlv_print()
|