Searched refs:pzName (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Drestore.c137 char const * pzName = pOpts->pzProgName; local
138 if (pzName == NULL) {
139 pzName = pOpts->pzPROGNAME;
140 if (pzName == NULL)
141 pzName = zNil;
143 fprintf(stderr, zNoState, pzName);
H A Dsave.c351 fprintf(fp, NULL_ATR_FMT, ovp->pzName);
355 prt_string(fp, ovp->pzName, ovp->v.strVal);
366 fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ);
386 fprintf(fp, END_XML_FMT, ovp->pzName);
392 fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal);
396 fprintf(fp, BOOL_ATR_FMT, ovp->pzName,
401 prt_val_list(fp, ovp->pzName, ovp->v.nestVal);
H A Dconfigfile.c221 * FIXME: the handling of 'pzName' and 'pzVal' is just wrong.
249 char const * pzName, char const * pzVal)
254 (void)pzName;
336 if (strcmp(opt_val->pzName, vname) == 0) {
518 char * pzName = txt++; local
529 load_opt_line(opts, ost, pzName, dir, OPTION_LOAD_UNCOOKED);
582 * "pzName" points to what looks like text for one option/configurable.
585 load_opt_line(opts, ost, pzName, dir, OPTION_LOAD_UNCOOKED);
923 char * pzName = ++txt; local
949 load_opt_line(opts, ost, pzName, di
248 optionFindNextValue(const tOptDesc * odesc, const tOptionValue * pPrevVal, char const * pzName, char const * pzVal) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h151 char * pzName; ///< name of the sub-option member in struct:optionValue
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c162942 sqlite3_keyword_name(int i,const char **pzName,int *pnName) argument
[all...]

Completed in 541 milliseconds