Searched refs:pzText (Results 1 – 12 of 12) sorted by relevance
| /src/contrib/ntp/sntp/libopts/ |
| H A D | save.c | 220 fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); in prt_entry() 450 fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); in prt_nested() 670 fprintf(fp, ao_name_use_fmt, pod->pz_Name, pod->pzText); in prt_no_arg_opt() 782 fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); in prt_file_arg() 789 fprintf(fp, ao_name_use_fmt, od->pz_Name, od->pzText); in prt_file_arg()
|
| H A D | find.c | 188 if (pOD->pzText != NULL) in opt_set() 189 fprintf(stderr, SET_OFF_FMT, pOD->pzText); in opt_set() 401 if (pRes->pzText != NULL) in opt_find_short() 402 fprintf(stderr, SET_OFF_FMT, pRes->pzText); in opt_find_short()
|
| H A D | usage.c | 684 fprintf(option_usage_fp, usefmt, z, od->pzText); in prt_one_vendor() 1018 fprintf(option_usage_fp, line_fmt_buf, z, od->pzText); in prt_one_usage() 1064 (od->pzText == NULL) ? zDisabledWhy : od->pzText; in prt_opt_usage() 1074 fprintf(option_usage_fp, argTypes.pzBrk, od->pzText, in prt_opt_usage()
|
| H A D | genshell.c | 474 coerce_it(VOIDP(&(od->pzText))); in translate_option_strings()
|
| /src/contrib/ntp/sntp/libopts/autoopts/ |
| H A D | options.h | 562 char const * const pzText; member
|
| /src/contrib/ntp/ntpsnmpd/ |
| H A D | ntpsnmpd-opts.c | 536 coerce_it(VOIDP(&(od->pzText))); in translate_option_strings()
|
| /src/contrib/ntp/ntpdc/ |
| H A D | ntpdc-opts.c | 805 coerce_it(VOIDP(&(od->pzText))); in translate_option_strings()
|
| /src/contrib/ntp/ntpq/ |
| H A D | ntpq-opts.c | 850 coerce_it(VOIDP(&(od->pzText))); in translate_option_strings()
|
| /src/contrib/ntp/sntp/ |
| H A D | sntp-opts.c | 1157 coerce_it(VOIDP(&(od->pzText))); in translate_option_strings()
|
| /src/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.c | 1291 coerce_it(VOIDP(&(od->pzText))); in translate_option_strings()
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.c | 1511 coerce_it(VOIDP(&(od->pzText))); in translate_option_strings()
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 255098 char **pzText, /* OUT: nul-terminated buffer of text */ 255109 *pzText = sqlite3Fts5Mprintf(&rc, "%.*s", nText, pText); 255115 *pzText = (char*)sqlite3_value_text(pVal);
|