HomeSort by: relevance | last modified time | path
    Searched refs:synopsis (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/tmux/dist/
mdoc2man.awk 31 synopsis=0
162 synopsis=match(words[w+1],"SYNOPSIS")
210 if(synopsis) {
  /src/external/gpl2/gettext/dist/gettext-runtime/man/
help2man 242 # Extract usage clause(s) [if any] for SYNOPSIS.
253 my $synopsis = '';
256 $synopsis .= ".br\n" if $synopsis;
259 $synopsis .= ".B $1\n";
270 $synopsis .= "$_\n";
273 $include{SYNOPSIS} ||= $synopsis;
490 my @pre = qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES);
  /src/external/gpl2/gettext/dist/gettext-tools/man/
help2man 242 # Extract usage clause(s) [if any] for SYNOPSIS.
253 my $synopsis = '';
256 $synopsis .= ".br\n" if $synopsis;
259 $synopsis .= ".B $1\n";
270 $synopsis .= "$_\n";
273 $include{SYNOPSIS} ||= $synopsis;
490 my @pre = qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES);
  /src/external/gpl2/dtc/dist/
util.h 192 * @param synopsis The initial example usage text (and possible examples)
197 void NORETURN util_usage(const char *errmsg, const char *synopsis,
util.c 416 void NORETURN util_usage(const char *errmsg, const char *synopsis,
430 "Options: -[%s]\n", synopsis, short_opts);
  /src/usr.bin/stat/
stat.c 211 const char *statfmt, *options, *synopsis; local
228 synopsis = "[-fnqsv] file ...";
235 synopsis = "[-FlLnqrsx] [-f format] [-t timefmt] [file ...]";
280 usage(synopsis);
288 usage(synopsis);
323 usage(synopsis);
376 usage(const char *synopsis)
379 (void)fprintf(stderr, "usage: %s %s\n", getprogname(), synopsis);
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 92 1 => [ 'DESCRIPTION', 'SYNOPSIS', 'OPTIONS' ],
93 3 => [ 'DESCRIPTION', 'SYNOPSIS', 'RETURN VALUES' ],
285 # Cross-check functions in the NAME and SYNOPSIS section.
292 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms;
328 # Find all functions in SYNOPSIS
329 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms;
342 err($id, "Can't parse rest of synopsis:\n$syn\n(declarations not ending with a semicolon (;)?)");
425 err($id, "$n missing from SYNOPSIS")
558 # restricted to the SYNOPSIS and OPTIONS sections, the rest is too
567 my $synopsis = ($contents =~ /=head1\s+SYNOPSIS(.*?)=head1/s, $1)
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 90 1 => [ 'SYNOPSIS', 'OPTIONS' ],
91 3 => [ 'SYNOPSIS', 'RETURN VALUES' ],
279 # Cross-check functions in the NAME and SYNOPSIS section.
286 return unless $contents =~ /=head1 NAME(.*)=head1 SYNOPSIS/ms;
322 # Find all functions in SYNOPSIS
323 return unless $contents =~ /=head1 SYNOPSIS(.*)=head1 DESCRIPTION/ms;
336 err($id, "Can't parse rest of synopsis:\n$syn\n(declarations not ending with a semicolon (;)?)");
419 err($id, "$n missing from SYNOPSIS")
529 # restricted to the SYNOPSIS and OPTIONS sections, the rest is too
537 my $synopsis = ($contents =~ /=head1\s+SYNOPSIS(.*?)=head1/s, $1)
    [all...]
  /src/usr.bin/ftp/
main.c 1073 synopsis(FILE * stream) function
1099 synopsis(stdout);
1141 synopsis(stderr);
  /src/external/apache2/llvm/dist/libcxx/utils/
generate_feature_test_macro_components.py 843 version synopsis
845 {synopsis}
865 synopsis=produce_version_synopsis().strip(),
1011 {synopsis}
1022 synopsis=generate_synopsis(test_list), variable

Completed in 28 milliseconds