Searched refs:current_format (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/src/
H A Dupdate.c130 &current_format, 0);
131 archive_format = current_format;
H A Dlist.c44 enum archive_format current_format; /* recognized format */ variable in typeref:enum:archive_format
137 &current_stat_info, &current_format, 0);
253 decode_header (current_header, &current_stat_info, &current_format, 0);
668 if (((current_format == GNU_FORMAT
669 || current_format == OLDGNU_FORMAT)
1174 && current_format != V7_FORMAT
1199 && current_format != V7_FORMAT
H A Dsystem.c828 archive_format_string (current_format == DEFAULT_FORMAT ?
829 archive_format : current_format), 1);
H A Dcompare.c456 decode_header (current_header, &current_stat_info, &current_format, 1);
H A Dsparse.c274 switch (current_format == DEFAULT_FORMAT ? archive_format : current_format)
H A Dcommon.h536 extern enum archive_format current_format;
H A Dextract.c1294 decode_header (current_header, &current_stat_info, &current_format, 1);
H A Dtar.c2433 if (!(FORMAT_MASK (current_format) & NS_PRECISION_FORMAT_MASK))
H A Dcreate.c1010 current_format = archive_format;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dpef.h151 unsigned long current_format; member in struct:bfd_pef_xlib_header
H A Dpef.c1081 header->current_format = bfd_getb32 (buf + 8);
/macosx-10.10/groff-38/groff/src/preproc/tbl/
H A Dmain.cpp746 // If this is a continuation format line, current_format will be the current
750 format *current_format = 0)
1125 if (current_format) {
1126 if (ncolumns > current_format->ncolumns) {
1131 f = current_format;
1145 if (current_format)
1154 if (current_format)

Completed in 201 milliseconds