Searched refs:synopsis (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dmdoc2man.awk31 synopsis=0
162 synopsis=match(words[w+1],"SYNOPSIS")
210 if(synopsis) {
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man240 my $synopsis = '';
243 $synopsis .= ".br\n" if $synopsis;
246 $synopsis .= ".B $1\n";
257 $synopsis .= "$_\n";
260 $include{SYNOPSIS} ||= $synopsis;
/freebsd-11-stable/contrib/dtc/
H A Dutil.h212 * @param synopsis The initial example usage text (and possible examples)
217 void util_usage(const char *errmsg, const char *synopsis,
H A Dutil.c421 void util_usage(const char *errmsg, const char *synopsis, argument
434 "Options: -[%s]\n", synopsis, short_opts);
/freebsd-11-stable/usr.bin/stat/
H A Dstat.c211 const char *statfmt, *options, *synopsis; local
230 synopsis = "[-fn] [file ...]";
236 synopsis = "[-FLnq] [-f format | -l | -r | -s | -x] "
277 usage(synopsis);
315 usage(synopsis);
407 usage(const char *synopsis) argument
410 (void)fprintf(stderr, "usage: %s %s\n", getprogname(), synopsis);
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.c464 synopsis(FILE *fp) function
474 synopsis(stderr);
481 synopsis(stdout);

Completed in 127 milliseconds