Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dsave.c659 char const * pznm = in prt_no_arg_opt() local
666 if (pznm == NULL) in prt_no_arg_opt()
667 pznm = pod->pz_Name; in prt_no_arg_opt()
674 fprintf(fp, "%s\n", pznm); in prt_no_arg_opt()
H A Dconfigfile.c790 trim_xml_text(char * intxt, char const * pznm, tOptionLoadMode mode) in trim_xml_text() argument
792 size_t nm_len = strlen(pznm); in trim_xml_text()
803 memcpy(pz+2, pznm, nm_len); in trim_xml_text()
H A Dproto.h77 trim_xml_text(char * intxt, char const * pznm, tOptionLoadMode mode);