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

1234

/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dnotify.h105 mach_msg_format_0_trailer_t trailer; member in struct:__anon15500
112 mach_msg_format_0_trailer_t trailer; member in struct:__anon15501
119 mach_msg_format_0_trailer_t trailer; member in struct:__anon15502
126 mach_msg_format_0_trailer_t trailer; member in struct:__anon15503
131 mach_msg_format_0_trailer_t trailer; member in struct:__anon15504
138 mach_msg_format_0_trailer_t trailer; member in struct:__anon15505
/macosx-10.10/PowerManagement-494.1.2/ioupsd/
H A Dioupsplugin.c48 mach_msg_format_0_trailer_t * trailer; local
56 * Get the caller's credentials (eUID/eGID) from the message trailer.
58 trailer = (mach_msg_security_trailer_t *)((vm_offset_t)request +
61 if ((trailer->msgh_trailer_type == MACH_MSG_TRAILER_FORMAT_0) &&
62 (trailer->msgh_trailer_size >= MACH_MSG_TRAILER_FORMAT_0_SIZE)) {
64 gClientUID = trailer->msgh_sender.val[0];
67 trailer->msgh_sender.val[0],
68 trailer->msgh_sender.val[1]);
/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_mig_server.c59 mach_msg_format_0_trailer_t * trailer; local
69 * Get the caller's credentials (eUID/eGID) from the message trailer.
71 trailer = (mach_msg_security_trailer_t *)((vm_offset_t)request +
74 if ((trailer->msgh_trailer_type == MACH_MSG_TRAILER_FORMAT_0) &&
75 (trailer->msgh_trailer_size >= MACH_MSG_TRAILER_FORMAT_0_SIZE)) {
77 gClientUID = trailer->msgh_sender.val[0];
82 trailer->msgh_sender.val[0],
83 trailer->msgh_sender.val[1]);
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dserverhelp.pm149 my $trailer = '_server.pid';
150 return '.'. servername_canon($proto, $ipver, $idnum) ."$trailer";
159 my $trailer = '_server.log';
160 $trailer = '_stunnel.log' if(lc($proto) =~ /^(ftp|http|imap|pop3|smtp)s$/);
161 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
170 my $trailer = '_server.cmd';
171 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
180 my $trailer = '_server.input';
181 return "${logdir}/". servername_canon($proto, $ipver, $idnum) ."$trailer";
190 my $trailer
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/malloc/
H A Dalloca.c295 include the fifteen word trailer area. */
308 this trailer). */
311 long link; /* Address of trailer block of previous
336 struct stk_trailer *trailer; local
349 trailer = (struct stk_trailer *) (status.current_address
354 a fatal error if "trailer" is null. */
356 if (trailer == 0)
361 while (trailer != 0)
363 block = (long *) trailer->this_address;
364 size = trailer
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/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...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dalloca.c328 include the fifteen word trailer area. */
341 this trailer). */
344 long link; /* Address of trailer block of previous
369 struct stk_trailer *trailer; local
382 trailer = (struct stk_trailer *) (status.current_address
387 a fatal error if "trailer" is null. */
389 if (trailer == 0)
394 while (trailer != 0)
396 block = (long *) trailer->this_address;
397 size = trailer
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dalloca.c328 include the fifteen word trailer area. */
341 this trailer). */
344 long link; /* Address of trailer block of previous
369 struct stk_trailer *trailer; local
382 trailer = (struct stk_trailer *) (status.current_address
387 a fatal error if "trailer" is null. */
389 if (trailer == 0)
394 while (trailer != 0)
396 block = (long *) trailer->this_address;
397 size = trailer
[all...]
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dalloca.c318 include the fifteen word trailer area. */
331 this trailer). */
334 long link; /* Address of trailer block of previous
359 struct stk_trailer *trailer; local
372 trailer = (struct stk_trailer *) (status.current_address
377 a fatal error if "trailer" is null. */
379 if (trailer == 0)
384 while (trailer != 0)
386 block = (long *) trailer->this_address;
387 size = trailer
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dalloca.c303 include the fifteen word trailer area. */
316 this trailer). */
319 long link; /* Address of trailer block of previous
344 struct stk_trailer *trailer; local
357 trailer = (struct stk_trailer *) (status.current_address
362 a fatal error if "trailer" is null. */
364 if (trailer == 0)
369 while (trailer != 0)
371 block = (long *) trailer->this_address;
372 size = trailer
[all...]
/macosx-10.10/libarchive-30/libarchive/doc/
H A Dmdoc2man.awk23 trailer = ""
61 addclose(trailer)
62 trailer = ""
265 trailer="]" trailer
330 trailer=")" trailer
333 trailer=">" trailer
336 trailer
[all...]
H A Dmdoc2wiki.awk24 trailer = ""
63 addclose(trailer)
64 trailer = ""
281 trailer="`]`" trailer
292 trailer="==="
356 trailer=")" trailer
359 trailer=">" trailer
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dcrypto.c155 gss_iov_buffer_t trailer,
159 unsigned char *out = trailer->buffer.value;
199 gss_iov_buffer_t trailer,
203 unsigned char *out = trailer->buffer.value;
208 assert(trailer->buffer.length == 16);
252 gss_iov_buffer_t trailer,
260 if (trailer->buffer.length != 16)
263 _gss_mg_decode_be_uint32((uint8_t *)trailer->buffer.value + 12, &seq);
273 if (ct_memcmp(trailer->buffer.value, outbuf, 16))
283 gss_iov_buffer_t trailer,
153 v1_sign_message(EVP_CIPHER_CTX *signkey, uint32_t seq, gss_iov_buffer_t trailer, gss_iov_buffer_desc *iov, int iov_count) argument
196 v2_sign_message(unsigned char signkey[16], EVP_CIPHER_CTX *sealkey, uint32_t seq, gss_iov_buffer_t trailer, gss_iov_buffer_desc *iov, int iov_count) argument
249 v2_verify_message(unsigned char signkey[16], EVP_CIPHER_CTX *sealkey, uint32_t seq, gss_iov_buffer_t trailer, gss_iov_buffer_desc *iov, int iov_count) argument
280 v2_seal_message(unsigned char signkey[16], uint32_t seq, EVP_CIPHER_CTX *sealkey, gss_iov_buffer_t trailer, gss_iov_buffer_desc *iov, int iov_count) argument
312 v2_unseal_message(unsigned char signkey[16], uint32_t seq, EVP_CIPHER_CTX *sealkey, gss_iov_buffer_t trailer, gss_iov_buffer_desc *iov, int iov_count) argument
353 get_mic_iov(OM_uint32 * minor_status, const gss_ctx_id_t context_handle, gss_qop_t qop_req, gss_iov_buffer_t trailer, gss_iov_buffer_desc *iov, int iov_count ) argument
446 verify_mic_iov(OM_uint32 * minor_status, const gss_ctx_id_t context_handle, gss_iov_buffer_t trailer, gss_qop_t * qop_state, gss_iov_buffer_desc *iov, int iov_count ) argument
610 gss_iov_buffer_t trailer; local
729 gss_iov_buffer_t trailer; local
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhttp_chunks.c53 followed by an OPTIONAL trailer containing entity-header fields. This
60 trailer
72 trailer = *(entity-header CRLF)
76 zero, followed by the trailer, which is terminated by an empty line.
261 /* this is the end of a trailer, but if the trailer was zero bytes
262 there was no trailer and we move on */
265 /* we allocate trailer with 3 bytes extra room to fit this */
266 conn->trailer[conn->trlPos++]=0x0d;
267 conn->trailer[con
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_cpkg.tcl86 variable trailer
93 $trailer\n$trailerb]
159 variable trailer "\}"
/macosx-10.10/cups-408/cups/templates/
H A DMakefile46 help-trailer.tmpl \
65 option-trailer.tmpl \
87 set-printer-options-trailer.tmpl \
91 trailer.tmpl \
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_gzip.c294 unsigned char trailer[8]; local
330 /* Build trailer: 4-byte CRC and 4-byte length. */
331 trailer[0] = (state->crc)&0xff;
332 trailer[1] = (state->crc >> 8)&0xff;
333 trailer[2] = (state->crc >> 16)&0xff;
334 trailer[3] = (state->crc >> 24)&0xff;
335 trailer[4] = (state->total_in)&0xff;
336 trailer[5] = (state->total_in >> 8)&0xff;
337 trailer[6] = (state->total_in >> 16)&0xff;
338 trailer[
[all...]
H A Darchive_write_set_format_cpio_newc.c256 struct archive_entry *trailer; local
258 trailer = archive_entry_new();
259 archive_entry_set_nlink(trailer, 1);
260 archive_entry_set_pathname(trailer, "TRAILER!!!");
261 er = archive_write_newc_header(a, trailer);
262 archive_entry_free(trailer);
H A Darchive_write_set_format_cpio.c303 struct archive_entry *trailer; local
305 trailer = archive_entry_new();
307 archive_entry_set_nlink(trailer, 1);
308 archive_entry_set_pathname(trailer, "TRAILER!!!");
309 er = archive_write_cpio_header(a, trailer);
310 archive_entry_free(trailer);
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dmach_msg.c194 mach_msg_max_trailer_t *trailer; local
214 * reserve for the trailer the largest space (MAX_TRAILER_SIZE)
215 * However, the internal size field of the trailer (msgh_trailer_size)
219 trailer = (mach_msg_max_trailer_t *) ((vm_offset_t)kmsg->ikm_header + send_size);
220 trailer->msgh_sender = current_thread()->task->sec_token;
221 trailer->msgh_audit = current_thread()->task->audit_token;
222 trailer->msgh_trailer_type = MACH_MSG_TRAILER_FORMAT_0;
223 trailer->msgh_trailer_size = MACH_MSG_TRAILER_MINIMUM_SIZE;
562 * Builds a minimal header/trailer and copies it to
568 * MACH_MSG_SUCCESS minimal header/trailer copie
582 mach_msg_max_trailer_t *trailer; local
[all...]
/macosx-10.10/PostgreSQL-97/Support/backup_restore/
H A Dxpostgres464 my $trailer = $3;
474 $out .= 'archive_mode = on' . $trailer;
477 $out .= '#archive_mode = off' . $trailer;
490 my $trailer = $3;
505 $out .= 'archive_command = ' . $command . $trailer;
508 $out .= '#archive_command = \'\'' . $trailer;
521 my $trailer = $3;
531 $out .= 'max_wal_senders = ' . $MAX_WAL_SENDERS . $trailer;
534 $out .= '#max_wal_senders = 0' . $trailer;
547 my $trailer
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DSecCMS.c86 static const uint8_t trailer[] = { local
110 CFDataAppendBytes(message, trailer, sizeof(trailer));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecCMS.c86 static const uint8_t trailer[] = { local
110 CFDataAppendBytes(message, trailer, sizeof(trailer));
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcfx.c272 const gss_iov_buffer_desc *trailer)
281 * In DCE style mode we reject having a padding or trailer buffer
287 if (trailer) {
315 gss_iov_buffer_desc *header, *trailer, *padding; local
336 trailer = _gss_mg_find_buffer(iov, iov_count, GSS_IOV_BUFFER_TYPE_TRAILER);
338 major_status = _gk_verify_buffers(minor_status, ctx, header, padding, trailer);
418 if (trailer == NULL) {
424 } else if (GSS_IOV_BUFFER_FLAGS(trailer->type) & GSS_IOV_BUFFER_FLAG_ALLOCATE) {
425 major_status = _gk_allocate_buffer(minor_status, trailer, gsstsize);
428 } else if (trailer
268 _gk_verify_buffers(OM_uint32 *minor_status, struct gsskrb5_crypto *ctx, const gss_iov_buffer_desc *header, const gss_iov_buffer_desc *padding, const gss_iov_buffer_desc *trailer) argument
750 gss_iov_buffer_desc *header, *trailer, *padding; local
1049 gss_iov_buffer_desc *trailer = NULL; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/gssapi/
H A Dgssapi_spi.h48 size_t trailer; /**< size of trailer */ member in struct:__anon543

Completed in 359 milliseconds

1234