HomeSort by: relevance | last modified time | path
    Searched refs:format_data (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_raw.c 67 a->format_data = raw;
85 struct raw *raw = (struct raw *)a->format_data;
121 raw = (struct raw *)a->format_data;
123 a->format_data = NULL;
archive_write_set_format_warc.c 147 a->format_data = w;
166 struct warc_s *w = a->format_data;
185 struct warc_s *w = a->format_data;
272 struct warc_s *w = a->format_data;
295 struct warc_s *w = a->format_data;
319 struct warc_s *w = a->format_data;
322 a->format_data = NULL;
archive_write_set_format_cpio_binary.c 193 a->format_data = cpio;
238 struct cpio *cpio = (struct cpio *)a->format_data;
335 cpio = (struct cpio *)a->format_data;
390 cpio = (struct cpio *)a->format_data;
561 cpio = (struct cpio *)a->format_data;
597 cpio = (struct cpio *)a->format_data;
600 a->format_data = NULL;
609 cpio = (struct cpio *)a->format_data;
archive_write_set_format_cpio_newc.c 124 a->format_data = cpio;
141 struct cpio *cpio = (struct cpio *)a->format_data;
172 cpio = (struct cpio *)a->format_data;
229 cpio = (struct cpio *)a->format_data;
379 cpio = (struct cpio *)a->format_data;
442 cpio = (struct cpio *)a->format_data;
444 a->format_data = NULL;
453 cpio = (struct cpio *)a->format_data;
archive_write_set_format_cpio_odc.c 118 a->format_data = cpio;
135 struct cpio *cpio = (struct cpio *)a->format_data;
232 cpio = (struct cpio *)a->format_data;
287 cpio = (struct cpio *)a->format_data;
421 cpio = (struct cpio *)a->format_data;
487 cpio = (struct cpio *)a->format_data;
490 a->format_data = NULL;
499 cpio = (struct cpio *)a->format_data;
archive_write_set_format_ar.c 134 a->format_data = ar;
157 ar = (struct ar_w *)a->format_data;
371 ar = (struct ar_w *)a->format_data;
406 ar = (struct ar_w *)a->format_data;
417 a->format_data = NULL;
431 ar = (struct ar_w *)a->format_data;
447 ar = (struct ar_w *)a->format_data;
archive_write_set_format_v7tar.c 169 a->format_data = v7tar;
186 struct v7tar *v7tar = (struct v7tar *)a->format_data;
220 v7tar = (struct v7tar *)a->format_data;
603 v7tar = (struct v7tar *)a->format_data;
605 a->format_data = NULL;
615 v7tar = (struct v7tar *)a->format_data;
628 v7tar = (struct v7tar *)a->format_data;
archive_write_set_format_shar.c 123 a->format_data = shar;
150 shar = (struct shar *)a->format_data;
166 shar = (struct shar *)a->format_data;
348 shar = (struct shar *)a->format_data;
478 shar = (struct shar *)a->format_data;
526 shar = (struct shar *)a->format_data;
608 shar = (struct shar *)a->format_data;
640 shar = (struct shar *)a->format_data;
649 a->format_data = NULL;
archive_write_set_format_gnutar.c 183 a->format_data = gnutar;
200 struct gnutar *gnutar = (struct gnutar *)a->format_data;
236 gnutar = (struct gnutar *)a->format_data;
238 a->format_data = NULL;
248 gnutar = (struct gnutar *)a->format_data;
261 gnutar = (struct gnutar *)a->format_data;
282 gnutar = (struct gnutar *)a->format_data;
573 gnutar = (struct gnutar *)a->format_data;
archive_write_private.h 113 void *format_data; member in struct:archive_write
archive_write_set_format_ustar.c 192 a->format_data = ustar;
209 struct ustar *ustar = (struct ustar *)a->format_data;
243 ustar = (struct ustar *)a->format_data;
727 ustar = (struct ustar *)a->format_data;
729 a->format_data = NULL;
739 ustar = (struct ustar *)a->format_data;
752 ustar = (struct ustar *)a->format_data;
archive_write_set_format_7zip.c 396 a->format_data = zip;
416 zip = (struct _7zip *)a->format_data;
561 zip = (struct _7zip *)a->format_data;
669 zip = (struct _7zip *)a->format_data;
703 struct _7zip *zip = (struct _7zip *)a->format_data;
752 zip = (struct _7zip *)a->format_data;
773 zip = (struct _7zip *)a->format_data;
800 zip = (struct _7zip *)a->format_data;
815 zip = (struct _7zip *)a->format_data;
864 zip = (struct _7zip *)a->format_data;
    [all...]
archive_write_set_format_iso9660.c 794 #define wb_remaining(a) (((struct iso9660 *)(a)->format_data)->wbuff_remaining)
795 #define wb_offset(a) (((struct iso9660 *)(a)->format_data)->wbuff_offset \
1180 a->format_data = iso9660;
1258 struct iso9660 *iso9660 = a->format_data;
1534 iso9660 = a->format_data;
1647 struct iso9660 *iso9660 = a->format_data;
1677 struct iso9660 *iso9660 = (struct iso9660 *)a->format_data;
1717 struct iso9660 *iso9660 = a->format_data;
1796 struct iso9660 *iso9660 = a->format_data;
1817 struct iso9660 *iso9660 = a->format_data;
    [all...]
archive_read_private.h 230 void *format_data,
archive_write_set_format_zip.c 342 struct zip *zip = a->format_data;
574 struct zip *zip = a->format_data;
602 struct zip *zip = a->format_data;
630 struct zip *zip = a->format_data;
658 struct zip *zip = a->format_data;
686 struct zip *zip = a->format_data;
702 struct zip *zip = a->format_data;
762 a->format_data = zip;
793 struct zip *zip = a->format_data;
1480 struct zip *zip = a->format_data;
    [all...]
archive_write_set_format_mtree.c 914 struct mtree_writer *mtree= a->format_data;
957 struct mtree_writer *mtree = a->format_data;
1107 struct mtree_writer *mtree = a->format_data;
1142 struct mtree_writer *mtree = a->format_data;
1243 struct mtree_writer *mtree = a->format_data;
1259 struct mtree_writer *mtree= a->format_data;
1276 struct mtree_writer *mtree= a->format_data;
1295 struct mtree_writer *mtree= a->format_data;
1307 a->format_data = NULL;
1315 struct mtree_writer *mtree= a->format_data;
    [all...]
archive_write_set_format_xar.c 412 a->format_data = xar;
432 xar = (struct xar *)a->format_data;
565 xar = (struct xar *)a->format_data;
686 xar = (struct xar *)a->format_data;
711 xar = (struct xar *)a->format_data;
811 xar = (struct xar *)a->format_data;
917 xar = (struct xar *)a->format_data;
1213 xar = (struct xar *)a->format_data;
1583 xar = (struct xar *)a->format_data;
1829 xar = (struct xar *)a->format_data;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
format.h 98 typedef struct format_data struct
110 format_data; typedef in typeref:struct:format_data
124 extern void free_format_data (struct format_data *);
format.c 76 /* Traverse the format_data structure and reset the fnode counters. */
101 format_data *fmt;
156 static format_data *
185 next_char (format_data *fmt, int literal)
215 get_fnode (format_data *fmt, fnode **head, fnode **tail, format_token t)
259 free_format_data (format_data *fmt)
293 format_lex (format_data *fmt)
617 format_data *fmt = dtp->u.p.fmt;
1279 format_data *fmt = dtp->u.p.fmt;
1333 format_data *fmt = dtp->u.p.fmt
    [all...]
io.h 51 struct format_data;
135 struct format_data *hashed_fmt;
567 struct format_data *fmt;
  /src/external/gpl3/gcc/dist/libgfortran/io/
format.h 99 typedef struct format_data struct
111 format_data; typedef in typeref:struct:format_data
125 extern void free_format_data (struct format_data *);
format.c 76 /* Traverse the format_data structure and reset the fnode counters. */
101 format_data *fmt;
156 static format_data *
185 next_char (format_data *fmt, int literal)
215 get_fnode (format_data *fmt, fnode **head, fnode **tail, format_token t)
260 free_format_data (format_data *fmt)
293 format_lex (format_data *fmt)
617 format_data *fmt = dtp->u.p.fmt;
1280 format_data *fmt = dtp->u.p.fmt;
1334 format_data *fmt = dtp->u.p.fmt
    [all...]
io.h 54 struct format_data;
134 struct format_data *hashed_fmt;
566 struct format_data *fmt;
  /src/external/gpl3/gdb/dist/gdb/
valprint.h 277 struct format_data struct
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.h 277 struct format_data struct

Completed in 67 milliseconds

1 2