HomeSort by: relevance | last modified time | path
    Searched defs:trailer (Results 1 - 25 of 25) sorted by relevancy

  /src/lib/libc/sys/
makelintstub 187 trailer() function
247 trailer
  /src/external/bsd/byacc/dist/
btyaccpar.c 1019 const char *const trailer[] = variable
yaccpar.c 359 const char *const trailer[] = variable
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-trace.cc 104 range_tracer::trailer (unsigned counter, const char *caller, bool result, function in class:range_tracer
  /src/sys/dev/raidframe/
rf_cvscan.c 353 RF_DiskQueueData_t *trailer = NULL, *tmp = hdr->burner, *tlist = NULL; local
368 trailer = tmp;
373 trailer->next = tmp->next;
377 tmp = trailer->next;
379 trailer = tmp;
rf_map.c 534 RF_PhysDiskAddr_t *pdp, *trailer, *pdaList = NULL, *pdaEnd = NULL; local
545 for (trailer = NULL, pdp = p->qInfo; pdp;) {
546 trailer = pdp;
550 if (trailer)
551 pdaEnd = trailer;
557 for (trailer = NULL, pdp = p->parityInfo; pdp;) {
558 trailer = pdp;
562 if (trailer)
563 pdaEnd = trailer;
569 for (trailer = NULL, pdp = p->physInfo; pdp;)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_gzip.c 341 unsigned char trailer[8]; local
354 /* Build and write out 8-byte trailer. */
355 trailer[0] = (uint8_t)(data->crc)&0xff;
356 trailer[1] = (uint8_t)(data->crc >> 8)&0xff;
357 trailer[2] = (uint8_t)(data->crc >> 16)&0xff;
358 trailer[3] = (uint8_t)(data->crc >> 24)&0xff;
359 trailer[4] = (uint8_t)(data->total_in)&0xff;
360 trailer[5] = (uint8_t)(data->total_in >> 8)&0xff;
361 trailer[6] = (uint8_t)(data->total_in >> 16)&0xff;
362 trailer[7] = (uint8_t)(data->total_in >> 24)&0xff
    [all...]
archive_write_set_format_cpio_binary.c 577 struct archive_entry *trailer; local
579 trailer = archive_entry_new2(NULL);
580 if (trailer == NULL) {
584 archive_entry_set_nlink(trailer, 1);
585 archive_entry_set_size(trailer, 0);
586 archive_entry_set_pathname(trailer, "TRAILER!!!");
587 er = write_header(a, trailer);
588 archive_entry_free(trailer);
archive_write_set_format_cpio_newc.c 425 struct archive_entry *trailer; local
427 trailer = archive_entry_new();
428 archive_entry_set_nlink(trailer, 1);
429 archive_entry_set_size(trailer, 0);
430 archive_entry_set_pathname(trailer, "TRAILER!!!");
432 er = write_header(a, trailer);
433 archive_entry_free(trailer);
archive_write_set_format_cpio_odc.c 467 struct archive_entry *trailer; local
469 trailer = archive_entry_new2(NULL);
470 if (trailer == NULL) {
474 archive_entry_set_nlink(trailer, 1);
475 archive_entry_set_size(trailer, 0);
476 archive_entry_set_pathname(trailer, "TRAILER!!!");
477 er = write_header(a, trailer);
478 archive_entry_free(trailer);
  /src/usr.bin/midirecord/
midirecord.c 818 unsigned char trailer[] = { local
822 if (write(outfd, trailer, sizeof trailer) != sizeof trailer)
823 err(1, "write of trailer failed");
  /src/external/gpl2/diffutils/dist/lib/
alloca.c 320 include the fifteen word trailer area. */
333 this trailer). */
336 long link; /* Address of trailer block of previous
361 struct stk_trailer *trailer; local
374 trailer = (struct stk_trailer *) (status.current_address
379 a fatal error if "trailer" is null. */
381 if (trailer == 0)
386 while (trailer != 0)
388 block = (long *) trailer->this_address;
389 size = trailer->this_size
    [all...]
  /src/external/gpl2/gmake/dist/
alloca.c 317 include the fifteen word trailer area. */
330 this trailer). */
333 long link; /* Address of trailer block of previous
358 struct stk_trailer *trailer; local
371 trailer = (struct stk_trailer *) (status.current_address
376 a fatal error if "trailer" is null. */
378 if (trailer == 0)
383 while (trailer != 0)
385 block = (long *) trailer->this_address;
386 size = trailer->this_size
    [all...]
  /src/external/gpl2/grep/dist/lib/
alloca.c 319 include the fifteen word trailer area. */
332 this trailer). */
335 long link; /* Address of trailer block of previous
360 struct stk_trailer *trailer; local
373 trailer = (struct stk_trailer *) (status.current_address
378 a fatal error if "trailer" is null. */
380 if (trailer == 0)
385 while (trailer != 0)
387 block = (long *) trailer->this_address;
388 size = trailer->this_size
    [all...]
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 307 include the fifteen word trailer area. */
320 this trailer). */
323 long link; /* Address of trailer block of previous
348 struct stk_trailer *trailer; local
361 trailer = (struct stk_trailer *) (status.current_address
366 a fatal error if "trailer" is null. */
368 if (trailer == 0)
373 while (trailer != 0)
375 block = (long *) trailer->this_address;
376 size = trailer->this_size
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 307 include the fifteen word trailer area. */
320 this trailer). */
323 long link; /* Address of trailer block of previous
348 struct stk_trailer *trailer; local
361 trailer = (struct stk_trailer *) (status.current_address
366 a fatal error if "trailer" is null. */
368 if (trailer == 0)
373 while (trailer != 0)
375 block = (long *) trailer->this_address;
376 size = trailer->this_size
    [all...]
mktime.c 580 char trailer;
584 &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &trailer)
587 &tm.tm_hour, &tm.tm_min, &tm.tm_sec, &trailer)
579 char trailer; local
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 300 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->this_size
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 300 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->this_size
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 300 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->this_size
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
node.c 1792 char *trailer = info_trailer ();
1793 int trailer_len = trailer ? strlen (trailer) : 0;
1890 && write (fd, trailer, trailer_len) != trailer_len)
1940 if (trailer)
1942 fwrite (trailer, 1, trailer_len, output_stream);
1943 free (trailer);
1785 char *trailer = info_trailer (); local
makeinfo.c 1681 /* 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
  /src/sys/dev/ic/
siopreg.h 418 uint16_t byte_count; /* excluding header/trailer */
492 uint8_t trailer[6]; /* 0xfe 0xfe 0x00 0x00 0x00 0x00 */ member in struct:nvram_symbios
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 1318 uint8_t *trailer; local
1331 trailer = ((uint8_t *)hp) + total;
1332 memcpy(trailer, "abcd", 4);
1350 if (memcmp(trailer, "abcd", 4)) {
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 783 void trailer(vunits page_length);
1545 void troff_output_file::trailer(vunits page_length) function in class:troff_output_file
1549 put("x trailer\n");
1588 void output_file::trailer(vunits) function in class:output_file

Completed in 68 milliseconds