Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dmakeshell.c114 printf(LOPT_ARG_FMT, opts->pzPROGNAME); in optionParseShell()
124 printf(LOPT_ARG_FMT, opts->pzPROGNAME); in optionParseShell()
133 printf(OPT_ARG_FMT, opts->pzPROGNAME); in optionParseShell()
145 printf(LOPT_ARG_FMT, opts->pzPROGNAME); in optionParseShell()
151 printf(OPT_ARG_FMT, opts->pzPROGNAME); in optionParseShell()
162 printf(SHOW_PROG_ENV, opts->pzPROGNAME); in optionParseShell()
260 printf(SET_NO_TEXT_FMT, opts->pzPROGNAME, ttnames[which]); in text_to_var()
312 emit_var_text(opts->pzPROGNAME, ttnames[which], fdpair[0]); in text_to_var()
353 printf(END_PRE_FMT, opts->pzPROGNAME); in emit_usage()
361 char const * pz = opts->pzPROGNAME; in emit_usage()
[all …]
H A Dputshell.c261 printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); in print_enumeration()
272 printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); in print_enumeration()
281 printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME, in print_membership()
314 printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); in print_stacked_arg()
317 printf(ARG_BY_NUM_FMT, pOpts->pzPROGNAME, pOD->pz_NAME, in print_stacked_arg()
320 printf(EXPORT_ARG_FMT, pOpts->pzPROGNAME, pOD->pz_NAME, in print_stacked_arg()
387 printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); in optionPutShell()
424 printf(zOptDisabl, pOpts->pzPROGNAME, pOD->pz_NAME, in optionPutShell()
435 printf(zOptNumFmt, pOpts->pzPROGNAME, pOD->pz_NAME, in optionPutShell()
455 printf(zFullOptFmt, pOpts->pzPROGNAME, pOD->pz_NAME, in optionPutShell()
[all …]
H A Denv.c44 char const * env_opts = getenv(pOpts->pzPROGNAME); in doPrognameEnv()
206 + snprintf(zEnvName, sizeof(zEnvName), "%s_", pOpts->pzPROGNAME); in env_presets()
H A Drestore.c139 pzName = pOpts->pzPROGNAME; in optionRestore()
H A Dconfigfile.c678 size_t len = strlen(opts->pzPROGNAME); in handle_section()
679 if ( (strncmp(txt+1, opts->pzPROGNAME, len) == 0) in handle_section()
688 memcpy(z+1, opts->pzPROGNAME, len); in handle_section()
H A Dusage.c835 || (opts->pzPROGNAME != NULL) in prt_extd_usage()
1143 fprintf(option_usage_fp, zExamineFmt, opts->pzPROGNAME); in prt_prog_detail()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h616 char const * const pzPROGNAME; member