Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c729 const char *helpstr; in prompt_user() local
734 SVN_ERR(help_string(&helpstr, conflict_options, scratch_pool)); in prompt_user()
735 SVN_ERR(svn_cmdline_fprintf(stderr, scratch_pool, "\n%s\n", helpstr)); in prompt_user()
986 const char *helpstr; in handle_text_conflict() local
988 SVN_ERR(help_string(&helpstr, text_conflict_options, iterpool)); in handle_text_conflict()
990 helpstr)); in handle_text_conflict()
/freebsd-12.1/crypto/openssl/apps/
H A Dopt.c860 help = o->helpstr ? o->helpstr : "(No additional info)"; in opt_help()
H A Dapps.h353 const char *helpstr; member
H A Dopenssl.c308 if (o->helpstr == NULL) in list_missing_help()