Home
last modified time | relevance | path

Searched refs:trailer (Results 1 – 25 of 42) sorted by relevance

12

/openbsd/gnu/lib/libiberty/src/
H A Dalloca.c341 struct stk_trailer *trailer; in i00afunc() local
361 if (trailer == 0) in i00afunc()
366 while (trailer != 0) in i00afunc()
368 block = (long *) trailer->this_address; in i00afunc()
369 size = trailer->this_size; in i00afunc()
372 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
382 if (trailer == 0) in i00afunc()
389 if (trailer->this_size <= 0) in i00afunc()
391 result += trailer->this_size; in i00afunc()
392 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
[all …]
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dalloca.c346 struct stk_trailer *trailer; in i00afunc() local
366 if (trailer == 0) in i00afunc()
371 while (trailer != 0) in i00afunc()
373 block = (long *) trailer->this_address; in i00afunc()
374 size = trailer->this_size; in i00afunc()
377 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
387 if (trailer == 0) in i00afunc()
394 if (trailer->this_size <= 0) in i00afunc()
396 result += trailer->this_size; in i00afunc()
397 trailer = (struct stk_trailer *) trailer->link; in i00afunc()
[all …]
/openbsd/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/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/gnu/usr.bin/binutils/gdb/
H A Dada-lex.l395 strtoulst (const char *num, const char **trailer, int base)
423 if (trailer != NULL)
424 *trailer = &num[i];
444 char *trailer;
461 result = strtoulst (num0, (const char **) &trailer, base);
464 if (isxdigit(*trailer))
465 error ("Invalid digit `%c' in based literal", *trailer);
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DUnzip.pm243 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 DInflate.pm88 my $trailer = shift;
90 my $ADLER32 = unpack("N", $trailer) ;
H A DGunzip.pm96 my $trailer = shift;
99 my ($CRC32, $ISIZE) = unpack("V V", $trailer) ;
H A DBase.pm950 my $trailer;
955 $got = $self->smartRead(\$trailer, $trailer_size) ;
959 $self->chkTrailer($trailer) == STATUS_OK
966 $self->pushBack($trailer) ;
/openbsd/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/usr.bin/kstat/
H A Dkstat.c389 void (*trailer)(const void *, size_t); in kstat_kv() local
406 trailer = hexdump; in kstat_kv()
440 trailer = strdumpnl; in kstat_kv()
444 trailer = hexdump; in kstat_kv()
514 (*trailer)(buf, blen); in kstat_kv()
/openbsd/regress/usr.sbin/httpd/tests/
H A Dfuncs.pl385 my @trailer = ("0", "X-Chunk-Trailer: @chunks", "");
386 print STDERR map { ">>> $_\n" } @trailer;
387 print map { "$_\r\n" } @trailer;
/openbsd/usr.bin/yacc/
H A Dskeleton.c316 char *trailer[] = variable
H A Ddefs.h226 extern char *trailer[];
/openbsd/sbin/ifconfig/
H A Dsff.c470 size_t start, size_t end, const char *trailer) in if_sff_ascii_print() argument
501 printf("%s", trailer); in if_sff_ascii_print()
506 size_t start, const char *trailer) in if_sff_date_print() argument
515 start + 5, trailer); in if_sff_date_print()
521 d[0], d[1], d[2], d[3], d[4], d[5], trailer); in if_sff_date_print()
/openbsd/usr.bin/tic/
H A Ddump_entry.c84 static const char *separator = "", *trailer = ""; variable
239 trailer = "\n\t"; in dump_init()
247 trailer = "\n\t"; in dump_init()
256 trailer = "\\\n\t:"; in dump_init()
428 strcpy_DYN(&outbuf, trailer); in force_wrap()
594 const char *my_t = trailer; in wrap_concat()
601 trailer = "\\\n\t "; in wrap_concat()
651 trailer = my_t; in wrap_concat()
1496 trailer = "\n"; in dump_entry()
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.c1783 char *trailer = info_trailer (); in split_file() local
1784 int trailer_len = trailer ? strlen (trailer) : 0; in split_file()
1881 && write (fd, trailer, trailer_len) != trailer_len) in split_file()
1931 if (trailer) in split_file()
1933 fwrite (trailer, 1, trailer_len, output_stream); in split_file()
1934 free (trailer); in split_file()
H A Dmakeinfo.c1735 char *trailer = info_trailer (); in convert_from_loaded_file() local
1736 if (!xml && !docbook && trailer) in convert_from_loaded_file()
1740 insert_string (trailer); in convert_from_loaded_file()
1741 free (trailer); in convert_from_loaded_file()
/openbsd/regress/usr.sbin/relayd/
H A Dfuncs.pl503 my @trailer = ("0", "X-Chunk-Trailer: @chunks", "");
504 print STDERR map { ">>> $_\n" } @trailer;
505 print map { "$_\r\n" } @trailer;
/openbsd/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/gnu/gcc/gcc/config/rs6000/
H A Dt-beos12 # of limits.h to lack the header and trailer parts that are
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dt-beos27 # of limits.h to lack the header and trailer parts that are
/openbsd/bin/pax/
H A Dar_subs.c434 goto trailer; in wr_archive()
580 trailer: in wr_archive()
/openbsd/sys/dev/ic/
H A Dsiopreg.h494 u_int8_t trailer[6]; /* 0xfe 0xfe 0x00 0x00 0x00 0x00 */ member
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DShell.pm1536 my $trailer = "";
1537 $trailer = $1 if $swhat =~ s/([\r\n]+)\z//;
1541 $trailer;

12