Searched refs:record_start (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dbuffer.c53 union block *record_start; /* start of record of archive */ variable in typeref:union:block
62 static off_t record_start_block; /* block ordinal at record_start */
247 record_end = record_start; /* set up for 1st record = # 0 */
256 if (tar_checksum (record_start, true) == HEADER_SUCCESS)
261 if (memcmp (record_start->buffer, p->magic, p->length) == 0)
298 record_end = record_start; /* set up for 1st record = # 0 */
368 return record_start_block + (current_block - record_start);
378 current_block = record_start;
379 record_end = record_start + blocking_factor;
444 record_start
[all...]
H A Ddelete.c32 extern union block *record_start;
96 union block *save_record = record_start;
97 record_start = new_record;
111 record_start = save_record;
242 new_blocks = current_block - record_start;
244 memcpy (new_record, record_start, new_blocks * BLOCKSIZE);
341 current_block = record_start;
H A Dsystem.c102 return full_write (archive, record_start->buffer, record_size);
121 extern union block *record_start; /* FIXME */
178 while ((r = rmtread (archive, record_start->buffer, record_size)) != 0
273 return rmtwrite (archive, record_start->buffer, record_size);
410 for (length = 0, cursor = record_start->buffer;
433 memset (record_start->buffer + length, 0, record_size - length);
564 status = rmtread (archive, record_start->buffer, record_size);
572 cursor = record_start->buffer;
/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c633 char *record_start = NULL; local
641 record_start = in;
642 server_URL = strstr(record_start, URL_OPEN);
659 record_start = record_end+1;
660 path = strstr(record_start, PATH_OPEN);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dieee.c883 const bfd_byte *record_start; local
886 record_start = p;
895 ieee_error (&info, record_start, _("unexpected number"));
902 ieee_error (&info, record_start, _("unexpected record type"));

Completed in 163 milliseconds