Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libopts/
HDnested.c185 tOptionValue * pNV; in add_string() local
186 size_t sz = nm_len + d_len + sizeof(*pNV); in add_string()
188 pNV = AGALOC(sz, "option name/str value pair"); in add_string()
191 pNV->valType = OPARG_TYPE_NONE; in add_string()
192 pNV->pzName = pNV->v.strVal; in add_string()
195 pNV->valType = OPARG_TYPE_STRING; in add_string()
198 char * pzDst = pNV->v.strVal; in add_string()
211 pNV->v.strVal[0] = NUL; in add_string()
214 pNV->pzName = pNV->v.strVal + d_len + 1; in add_string()
217 memcpy(pNV->pzName, name, nm_len); in add_string()
[all …]