Home
last modified time | relevance | path

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

/glibc-2.36/argp/
Dargp-help.c1136 const char *tstr = dgettext (argp->argp_domain, str); in print_header() local
1137 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_HEADER, argp, pest->state); in print_header()
1157 if (fstr != tstr) in print_header()
1300 const char *tstr = real->doc ? dgettext (state == NULL ? NULL in hol_entry_help() local
1303 const char *fstr = filter_doc (tstr, real->key, entry->argp, state); in hol_entry_help()
1320 if (fstr && fstr != tstr) in hol_entry_help()
1349 const char *tstr = dgettext (state == NULL ? NULL in hol_help() local
1353 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_DUP_ARGS_NOTE, in hol_help()
1361 if (fstr && fstr != tstr) in hol_help()