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

/netbsd-current/external/bsd/tmux/dist/
H A Dmdoc2man.awk31 synopsis=0
162 synopsis=match(words[w+1],"SYNOPSIS")
210 if(synopsis) {
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/man/
H A Dhelp2man253 my $synopsis = '';
256 $synopsis .= ".br\n" if $synopsis;
259 $synopsis .= ".B $1\n";
270 $synopsis .= "$_\n";
273 $include{SYNOPSIS} ||= $synopsis;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/man/
H A Dhelp2man253 my $synopsis = '';
256 $synopsis .= ".br\n" if $synopsis;
259 $synopsis .= ".B $1\n";
270 $synopsis .= "$_\n";
273 $include{SYNOPSIS} ||= $synopsis;
/netbsd-current/external/gpl2/dtc/dist/
H A Dutil.h192 * @param synopsis The initial example usage text (and possible examples)
197 void NORETURN util_usage(const char *errmsg, const char *synopsis,
H A Dutil.c416 void NORETURN util_usage(const char *errmsg, const char *synopsis, argument
430 "Options: -[%s]\n", synopsis, short_opts);
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dfind-doc-nits336 err($id, "Can't parse rest of synopsis:\n$syn\n(declarations not ending with a semicolon (;)?)");
537 my $synopsis = ($contents =~ /=head1\s+SYNOPSIS(.*?)=head1/s, $1);
547 while ( $synopsis =~
552 my @synopsis;
553 while ( $synopsis =~ /$markup_re/msg ) {
555 push @synopsis, $found if $found =~ /^B<-/;
582 unless (grep /^\Q$found\E$/, @synopsis)
587 foreach (@synopsis) {
1100 # Get the list of flags from the synopsis
/netbsd-current/usr.bin/stat/
H A Dstat.c211 const char *statfmt, *options, *synopsis; local
228 synopsis = "[-fnqsv] [file ...]";
234 synopsis = "[-FlLnqrsx] [-f format] [-t timefmt] [file ...]";
279 usage(synopsis);
319 usage(synopsis);
363 usage(const char *synopsis) argument
366 (void)fprintf(stderr, "usage: %s %s\n", getprogname(), synopsis);
/netbsd-current/usr.bin/ftp/
H A Dmain.c1067 synopsis(FILE * stream) function
1091 synopsis(stdout);
1130 synopsis(stderr);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py843 version synopsis
845 {synopsis}
865 synopsis=produce_version_synopsis().strip(),
1011 {synopsis}
1022 synopsis=generate_synopsis(test_list), variable

Completed in 167 milliseconds