Searched refs:trailer (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/usr.bin/yacc/
H A Dskeleton.c316 char *trailer[] = variable
H A Doutput.c101 write_section(trailer);
/openbsd-current/gnu/lib/libiberty/src/
H A Dalloca.c300 include the fifteen word trailer area. */
313 this trailer). */
316 long link; /* Address of trailer block of previous
341 struct stk_trailer *trailer; local
354 trailer = (struct stk_trailer *) (status.current_address
359 a fatal error if "trailer" is null. */
361 if (trailer == 0)
366 while (trailer != 0)
368 block = (long *) trailer->this_address;
369 size = trailer
[all...]
/openbsd-current/gnu/usr.bin/texinfo/lib/
H A Dalloca.c305 include the fifteen word trailer area. */
318 this trailer). */
321 long link; /* Address of trailer block of previous
346 struct stk_trailer *trailer; local
359 trailer = (struct stk_trailer *) (status.current_address
364 a fatal error if "trailer" is null. */
366 if (trailer == 0)
371 while (trailer != 0)
373 block = (long *) trailer->this_address;
374 size = trailer
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dgrok.t12 foreach my $trailer ('', ' ', ' ') {
21 my $string = $leader . $sign . $_ . $trailer;
43 my $string = $leader . $_ . $trailer;
50 my $string = $leader . $_ . $trailer;
57 my $string = $leader . TRUTH . $trailer;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/
H A DParallelSession.pm80 my $trailer = '... )===';
81 my $chop_length = WIDTH - length $trailer;
107 $ruler =~ s/(.{$chop_length}).*/$1$trailer/o;
/openbsd-current/usr.bin/kstat/
H A Dkstat.c389 void (*trailer)(const void *, size_t);
406 trailer = hexdump;
440 trailer = strdumpnl;
444 trailer = hexdump;
514 (*trailer)(buf, blen);
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DBase.pm797 my $trailer = '';
799 my $status = *$self->{Compress}->close($trailer) ;
804 *$self->{CompSize}->add(length $trailer) ;
806 $trailer .= $self->mkTrailer();
807 defined $trailer
809 return $self->output($trailer);
/openbsd-current/regress/usr.sbin/httpd/tests/
H A Dfuncs.pl271 defined or die ref($self), " missing chunk trailer";
381 my @trailer = ("0", "X-Chunk-Trailer: @chunks", "");
382 print STDERR map { ">>> $_\n" } @trailer;
383 print map { "$_\r\n" } @trailer;
/openbsd-current/regress/usr.sbin/relayd/
H A Dfuncs.pl323 defined or die ref($self), " missing chunk trailer";
499 my @trailer = ("0", "X-Chunk-Trailer: @chunks", "");
500 print STDERR map { ">>> $_\n" } @trailer;
501 print map { "$_\r\n" } @trailer;
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Dgeneric.pl508 my $trailer = "trailer data\n" ;
521 print $fh $trailer ;
539 is $x->trailingData() . $rest, $trailer ;
557 my $trailer = "trailer data" ;
566 $compressed .= $trailer ;
574 is $x->trailingData(), $trailer ;
/openbsd-current/usr.bin/tic/
H A Ddump_entry.c84 static const char *separator = "", *trailer = ""; variable
239 trailer = "\n\t";
247 trailer = "\n\t";
256 trailer = "\\\n\t:";
428 strcpy_DYN(&outbuf, trailer);
594 const char *my_t = trailer;
601 trailer = "\\\n\t ";
651 trailer = my_t;
1271 * kludge: trim off trailer to avoid an extra blank line
1496 trailer
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.c1790 char *trailer = info_trailer ();
1791 int trailer_len = trailer ? strlen (trailer) : 0;
1888 && write (fd, trailer, trailer_len) != trailer_len)
1938 if (trailer)
1940 fwrite (trailer, 1, trailer_len, output_stream);
1941 free (trailer);
1783 char *trailer = info_trailer (); local
H A Dmakeinfo.c1681 /* html fixxme: should output this as trailer on first page. */
1740 char *trailer = info_trailer ();
1741 if (!xml && !docbook && trailer)
1745 insert_string (trailer);
1746 free (trailer);
1735 char *trailer = info_trailer (); local
/openbsd-current/sbin/ifconfig/
H A Dsff.c470 size_t start, size_t end, const char *trailer)
501 printf("%s", trailer);
506 size_t start, const char *trailer)
515 start + 5, trailer);
521 d[0], d[1], d[2], d[3], d[4], d[5], trailer);
469 if_sff_ascii_print(const struct if_sffpage *sff, const char *name, size_t start, size_t end, const char *trailer) argument
505 if_sff_date_print(const struct if_sffpage *sff, const char *name, size_t start, const char *trailer) argument
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm950 my $trailer;
955 $got = $self->smartRead(\$trailer, $trailer_size) ;
959 $self->chkTrailer($trailer) == STATUS_OK
963 return $self->TrailerError("trailer truncated. Expected " .
966 $self->pushBack($trailer) ;
H A DUnzip.pm217 # skip the trailer
243 my $trailer = shift;
248 $sig = unpack ("V", substr($trailer, 0, 4));
249 $CRC32 = unpack ("V", substr($trailer, 4, 4));
252 $cSize = U64::newUnpack_V64 substr($trailer, 8, 8);
253 $uSize = U64::newUnpack_V64 substr($trailer, 16, 8);
256 $cSize = U64::newUnpack_V32 substr($trailer, 8, 4);
257 $uSize = U64::newUnpack_V32 substr($trailer, 12, 4);
H A DGunzip.pm96 my $trailer = shift;
99 my ($CRC32, $ISIZE) = unpack("V V", $trailer) ;
775 The CRC32 and ISIZE trailer fields must be present.
H A DInflate.pm88 my $trailer = shift;
90 my $ADLER32 = unpack("N", $trailer) ;
H A DAnyInflate.pm656 The CRC32 and ISIZE trailer fields must be present.
/openbsd-current/bin/pax/
H A Dar_subs.c425 * trailer
434 goto trailer;
580 trailer:
582 * tell format to write trailer; pad to block boundary; reset directory
602 * modification times (if -u) and locate the archive trailer. The archive
603 * is positioned in front of the record with the trailer and wr_archive()
1000 * routines to extract the header and id the trailer. Trailers may be
1003 * where to look for the trailer).
1025 int cnt = 0; /* counter for trailer function */
1084 * format specific trailer routin
[all...]
/openbsd-current/sys/dev/ic/
H A Dsiopreg.h420 u_int16_t byte_count; /* excluding header/trailer */
494 u_int8_t trailer[6]; /* 0xfe 0xfe 0x00 0x00 0x00 0x00 */ member in struct:nvram_symbios
H A Dqwx.c21069 /* multiple records may be present in a trailer */
21135 /* get flags to check for trailer */
21144 uint8_t *trailer; local
21153 printf("%s: Invalid trailer length: %d\n", __func__,
21158 trailer = (uint8_t *)hdr;
21159 trailer += sizeof(*hdr);
21160 trailer += payload_len;
21161 trailer -= trailer_len;
21162 status = qwx_htc_process_trailer(htc, trailer,
21172 /* zero length packet with trailer dat
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DShell.pm1533 # $trailer construct. We want the newline be the last thing if
1536 my $trailer = "";
1537 $trailer = $1 if $swhat =~ s/([\r\n]+)\z//;
1541 $trailer;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c381 commonly this is `-'. If you don't want a trailer, use \0. */
383 get_number_trailer (char **pp, int trailer)
431 if (!(isspace (*p) || *p == '\0' || *p == trailer))
434 while (!(isspace (*p) || *p == '\0' || *p == trailer))
445 /* Like get_number_trailer, but don't allow a trailer. */
382 get_number_trailer(char **pp, int trailer) argument

Completed in 592 milliseconds

12