#include <cif.h>#include <memory.h>#include <stdio.h>#include "cif_int.h"
Go to the source code of this file.
Defines | |
| #define | CIF_VERSION 3 |
Functions | |
| int | Cif_Getfiledir (int cifd, struct Cif_filedir **fdir) |
Variables | |
| static char | USMID [] = "@(#) libcif/ciffiledir.c 30.3 07/26/96 07:19:13" |
| #define CIF_VERSION 3 |
Definition at line 44 of file ciffiledir.c.
| int Cif_Getfiledir | ( | int | cifd, | |
| struct Cif_filedir ** | fdir | |||
| ) |
Definition at line 61 of file ciffiledir.c.
References _Cif_filetbl, _Cif_memarea, _Cif_shortsize, _Cif_space, _Cif_structsize, ASCII_CIF, BINARY_HDR_LEN, buf, CIF_BADFORM, CIF_BADREQ, CIF_CIFHDR, CIF_FILEDIR, CIF_FT_SIZE, CIF_MEM_DEFAULT, CIF_MEM_FIXED, Cif_Memmode(), CIF_NOMEM, CIF_NOTOPEN, CIF_SYSERR, _Cif_File_Tbl::fd, fd, _Cif_File_Tbl::fme, _Cif_File_Tbl::ifull, IO_ERROR, L, _Cif_File_Tbl::mode, _Cif_Mem_Area::mused, Cif_unittbl::name, Cif_unittbl::nlen, NO, NOT_A_CIF, NULL, Cif_filedir::nunits, Cif_filedir::rectype, and Cif_filedir::ut.
Referenced by Cif_Recgroup(), and print_buffered_messages().

char USMID[] = "@(#) libcif/ciffiledir.c 30.3 07/26/96 07:19:13" [static] |
Definition at line 37 of file ciffiledir.c.
1.7.1