Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c143 tOptionValue * pNV; in add_string() local
144 size_t sz = nm_len + d_len + sizeof(*pNV); in add_string()
146 pNV = AGALOC(sz, "option name/str value pair"); in add_string()
149 pNV->valType = OPARG_TYPE_NONE; in add_string()
150 pNV->pzName = pNV->v.strVal; in add_string()
153 pNV->valType = OPARG_TYPE_STRING; 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()
175 memcpy(pNV->pzName, name, nm_len); in add_string()
[all …]