Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c150 pNV->pzName = pNV->v.strVal; 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()
176 pNV->pzName[ nm_len ] = NUL; in add_string()
215 new_val->pzName = (char *)(new_val + 1); in add_bool()
216 memcpy(new_val->pzName, name, nm_len); in add_bool()
217 new_val->pzName[ nm_len ] = NUL; in add_bool()
252 new_val->pzName = (char *)(new_val + 1); in add_number()
253 memcpy(new_val->pzName, name, nm_len); in add_number()
254 new_val->pzName[ nm_len ] = NUL; in add_number()
[all …]
H A Drestore.c137 char const * pzName = pOpts->pzProgName; in optionRestore() local
138 if (pzName == NULL) { in optionRestore()
139 pzName = pOpts->pzPROGNAME; in optionRestore()
140 if (pzName == NULL) in optionRestore()
141 pzName = zNil; in optionRestore()
143 fprintf(stderr, zNoState, pzName); in optionRestore()
H A Dconfigfile.c205 char const * pzName, char const * pzVal) in optionFindNextValue() argument
210 (void)pzName; in optionFindNextValue()
292 if (strcmp(opt_val->pzName, vname) == 0) { in optionGetValue()
475 char * pzName = txt++; in handle_cfg() local
486 load_opt_line(opts, ost, pzName, dir, OPTION_LOAD_UNCOOKED); in handle_cfg()
542 load_opt_line(opts, ost, pzName, dir, OPTION_LOAD_UNCOOKED); in handle_cfg()
879 char * pzName = ++txt; in handle_struct() local
905 load_opt_line(opts, ost, pzName, dir, mode); in handle_struct()
924 txt = trim_xml_text(txt, pzName, mode); in handle_struct()
946 load_opt_line(opts, ost, pzName, dir, mode); in handle_struct()
H A Dsave.c302 fprintf(fp, NULL_ATR_FMT, ovp->pzName); in prt_value()
306 prt_string(fp, ovp->pzName, ovp->v.strVal); in prt_value()
317 fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); in prt_value()
337 fprintf(fp, END_XML_FMT, ovp->pzName); in prt_value()
343 fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); in prt_value()
347 fprintf(fp, BOOL_ATR_FMT, ovp->pzName, in prt_value()
352 prt_val_list(fp, ovp->pzName, ovp->v.nestVal); in prt_value()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h152 char * pzName; ///< name of the sub-option member
/freebsd/contrib/sqlite3/
H A Dsqlite3.c178612 SQLITE_API int sqlite3_keyword_name(int i,const char **pzName,int *pnName){
178615 *pzName = zKWText + aKWOffset[i];