Lines Matching refs:fstr
1137 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_HEADER, argp, pest->state); in print_header() local
1139 if (fstr) in print_header()
1141 if (*fstr) in print_header()
1149 __argp_fmtstream_puts (pest->stream, fstr); in print_header()
1157 if (fstr != tstr) in print_header()
1158 free ((char *) fstr); in print_header()
1303 const char *fstr = filter_doc (tstr, real->key, entry->argp, state); in hol_entry_help() local
1304 if (fstr && *fstr) in hol_entry_help()
1318 __argp_fmtstream_puts (stream, fstr); in hol_entry_help()
1320 if (fstr && fstr != tstr) in hol_entry_help()
1321 free ((char *) fstr); in hol_entry_help()
1353 const char *fstr = filter_doc (tstr, ARGP_KEY_HELP_DUP_ARGS_NOTE, in hol_help() local
1355 if (fstr && *fstr) in hol_help()
1358 __argp_fmtstream_puts (stream, fstr); in hol_help()
1361 if (fstr && fstr != tstr) in hol_help()
1362 free ((char *) fstr); in hol_help()