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

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
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...]
/freebsd-11-stable/contrib/binutils/libiberty/
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...]
/freebsd-11-stable/contrib/byacc/
H A Dyaccpar.c346 const char *const trailer[] = variable
H A Dbtyaccpar.c995 const char *const trailer[] = variable
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c304 unsigned char trailer[8]; local
317 /* Build and write out 8-byte trailer. */
318 trailer[0] = (uint8_t)(data->crc)&0xff;
319 trailer[1] = (uint8_t)(data->crc >> 8)&0xff;
320 trailer[2] = (uint8_t)(data->crc >> 16)&0xff;
321 trailer[3] = (uint8_t)(data->crc >> 24)&0xff;
322 trailer[4] = (uint8_t)(data->total_in)&0xff;
323 trailer[5] = (uint8_t)(data->total_in >> 8)&0xff;
324 trailer[6] = (uint8_t)(data->total_in >> 16)&0xff;
325 trailer[
[all...]
H A Darchive_write_set_format_cpio_newc.c426 struct archive_entry *trailer; local
428 trailer = archive_entry_new();
429 archive_entry_set_nlink(trailer, 1);
430 archive_entry_set_size(trailer, 0);
431 archive_entry_set_pathname(trailer, "TRAILER!!!");
433 er = write_header(a, trailer);
434 archive_entry_free(trailer);
H A Darchive_write_set_format_cpio_binary.c578 struct archive_entry *trailer; local
580 trailer = archive_entry_new2(NULL);
582 archive_entry_set_nlink(trailer, 1);
583 archive_entry_set_size(trailer, 0);
584 archive_entry_set_pathname(trailer, "TRAILER!!!");
585 er = write_header(a, trailer);
586 archive_entry_free(trailer);
H A Darchive_write_set_format_cpio_odc.c468 struct archive_entry *trailer; local
470 trailer = archive_entry_new2(NULL);
472 archive_entry_set_nlink(trailer, 1);
473 archive_entry_set_size(trailer, 0);
474 archive_entry_set_pathname(trailer, "TRAILER!!!");
475 er = write_header(a, trailer);
476 archive_entry_free(trailer);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c485 gss_buffer_desc trailer; local
501 &trailer);
506 if (trailer.length != 16) {
508 gss_release_buffer(&junk, &trailer);
513 trailer.value, trailer.length);
514 gss_release_buffer(&junk, &trailer);
558 gss_buffer_desc trailer; local
574 trailer.value = ((unsigned char *)input_message_buffer->value) +
576 trailer
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_gzio.c38 #define KERN_GZ_TRAILERLEN 8 /* gzip trailer length */
156 uint8_t trailer[KERN_GZ_TRAILERLEN]; local
188 * Try to pack as much of the trailer into the
191 ((uint32_t *)trailer)[0] = s->gz_crc;
192 ((uint32_t *)trailer)[1] =
196 memcpy(s->gz_buffer + len, trailer, room);
210 * If we couldn't pack the trailer into the output
214 error = s->gz_cb(trailer + room,
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c242 const gss_iov_buffer_desc *trailer)
251 * In DCE style mode we reject having a padding or trailer buffer
257 if (trailer) {
286 gss_iov_buffer_desc *header, *trailer, *padding;
308 trailer = _gk_find_buffer(iov, iov_count, GSS_IOV_BUFFER_TYPE_TRAILER);
310 major_status = _gk_verify_buffers(minor_status, ctx, header, padding, trailer);
390 if (trailer == NULL) {
396 } else if (GSS_IOV_BUFFER_FLAGS(trailer->type) & GSS_IOV_BUFFER_FLAG_ALLOCATE) {
397 major_status = _gk_allocate_buffer(minor_status, trailer, gsstsize);
400 } else if (trailer
238 _gk_verify_buffers(OM_uint32 *minor_status, const gsskrb5_ctx ctx, const gss_iov_buffer_desc *header, const gss_iov_buffer_desc *padding, const gss_iov_buffer_desc *trailer) argument
1031 gss_iov_buffer_desc *trailer = NULL; local
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_audit.c171 * Don't permit writing more to the buffer than would let the trailer be
212 * trailer tokens. Does not free the token chain, which must be done by the
215 * XXX: Assumes there is sufficient space for the header and trailer.
226 token_t *header, *tok, *trailer; local
278 trailer = au_to_trailer(tot_rec_size);
279 if (trailer == NULL) {
287 TAILQ_INSERT_TAIL(&rec->token_q, trailer, tokens);
370 * are unable to allocate header and trailer memory.
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c620 struct tlv_partition_trailer *trailer; local
646 trailer = (struct tlv_partition_trailer *)((uint8_t *)header +
647 new_len - sizeof (*trailer) - sizeof (uint32_t));
648 trailer->generation = header->generation;
649 trailer->checksum = __CPU_TO_LE_32(
650 __LE_TO_CPU_32(trailer->checksum) -
673 struct tlv_partition_trailer *trailer; local
711 trailer = (struct tlv_partition_trailer *)tlv_item(&cursor);
723 if (trailer->generation != header->generation) {
775 struct tlv_partition_trailer trailer; local
1156 struct tlv_partition_trailer *trailer; local
1559 struct tlv_partition_trailer *trailer; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.c106 svn_stringbuf_t *trailer,
114 num_bytes = (int) trailer->len;
117 if (trailer->len == 0 || trailer->data[trailer->len - 1] != '\n')
127 if (trailer->data[i] == '\n')
140 str = &trailer->data[i];
144 if (trailer->data[i] == ' ')
156 trailer->data[i] = '\0';
162 str = &trailer
104 svn_fs_fs__parse_revision_trailer(apr_off_t *root_offset, apr_off_t *changes_offset, svn_stringbuf_t *trailer, svn_revnum_t rev) argument
[all...]
H A Drecovery.c290 REV_FILE for REV, locate the trailer that specifies the offset to the root
300 svn_stringbuf_t *trailer; local
328 trailer = svn_stringbuf_ncreate(buffer, len, pool);
329 SVN_ERR(svn_fs_fs__parse_revision_trailer(root_offset, NULL, trailer, rev));
H A Dlow_level.h34 * - revision trailer (up to format 6)
53 svn_stringbuf_t *trailer,
58 * revision's trailer. Allocate it in RESULT_POOL.
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c884 krb5_data token, header, trailer; local
895 retdata(c, trailer);
906 iov_len -= 2; /* skip trailer and padding, aka dce-style */
919 if (trailer.length != 0) {
921 iov[3].buffer.length = trailer.length;
922 iov[3].buffer.value = trailer.data;
970 krb5_data token, header, trailer; local
981 retdata(c, trailer);
986 iov_len -= 1; /* skip trailer and padding, aka dce-style */
1003 if (trailer
[all...]
H A Dgssmaestro.c181 int32_t bflags, krb5_data *header, krb5_data *in, krb5_data *trailer,
191 putdata(client, *trailer);
199 int32_t bflags, krb5_data *header, krb5_data *in, krb5_data *trailer,
209 putdata(client, *trailer);
473 krb5_data header, msg, trailer, wrapped, out; local
482 trailer.data = "trailer";
483 trailer.length = 7;
488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped);
493 val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped, &trailer,
180 wrap_token_ext(struct client *client, int32_t hContext, int32_t flags, int32_t bflags, krb5_data *header, krb5_data *in, krb5_data *trailer, krb5_data *out) argument
198 unwrap_token_ext(struct client *client, int32_t hContext, int32_t flags, int32_t bflags, krb5_data *header, krb5_data *in, krb5_data *trailer, krb5_data *out) argument
[all...]
/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c536 * 12-19 member size including header and trailer
553 uint8_t trailer[TRAILER_SIZE];
555 for(size_t i = 0; i < nitems(trailer); i++)
556 trailer[i] = (uint8_t)getc(lz.fin);
561 crc += trailer[i];
567 data_size += trailer[i];
576 rv += trailer[i];
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_context.c285 krb5_data token, header, trailer; local
302 trailer.data = trailer_data;
303 trailer.length = 10;
307 trailer.data = NULL;
308 trailer.length = 0;
332 if (trailer.length != 0) {
334 iov[3].buffer.length = trailer.length;
335 iov[3].buffer.value = trailer.data;
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmp.c75 asn_len_t len, trailer; local
86 trailer = b->asn_len - len;
187 b->asn_len = trailer;
248 asn_len_t len, trailer; local
256 trailer = b->asn_len - len;
277 b->asn_len = trailer;
554 asn_len_t len, trailer; local
621 trailer = b->asn_len - len;
631 b->asn_len = trailer;
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c254 CHK(capdb_getaltstr(bp, "tr", "job.trailer", 0, &pp->trailer));
351 cfree(pp->trailer);
H A Dlp.h85 char *trailer; /* TR: trailer string send when Q empties */ member in struct:printer
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c76 static const char *separator = "", *trailer = ""; variable
223 trailer = "\n\t";
231 trailer = "\n\t";
240 trailer = "\\\n\t:";
411 strcpy_DYN(&outbuf, trailer);
931 * kludge: trim off trailer to avoid an extra blank line
/freebsd-11-stable/sys/netinet/
H A Dsctp_auth.h190 struct mbuf *m, uint32_t m_offset, uint8_t *digest, uint32_t trailer);

Completed in 196 milliseconds

12