代码搜索:CSF

找到约 622 项符合「CSF」的源代码

代码结果 622
www.eeworm.com/read/208294/4994388

c gmaxval.c

#include "csf.h" #include "csfimpl.h" /* get maximum cell value * RgetMaxVal returns the value stored in * the header as the maximum value. * If the minMaxStatus is MM_WRONGVALUE * then a missin
www.eeworm.com/read/208294/4994403

c swapio.c

/********/ /* USES */ /********/ /* libs ext. , our "" */ #include "csf.h" /* global header (opt.) and swapio's prototypes "" */ #include "csfimpl.h" /* headers of this app. modules called */
www.eeworm.com/read/208294/4994425

c gminval.c

#include "csf.h" #include "csfimpl.h" /* get minimum cell value * RgetMinVal returns the value stored in * the header as the minimum value. * If the minMaxStatus is MM_WRONGVALUE * then a missin
www.eeworm.com/read/208294/4994384

c moreattr.c

/* * moreattr.c */ #include "csf.h" #include "csfimpl.h" #include /* strlen */ /* get the size of the history attribute * returns * the size of history buffer INCLUDING the termima
www.eeworm.com/read/208294/4994404

c vsis.c

/* * vsis.c */ /********/ /* USES */ /********/ /* libs ext. , our "" */ /* global header (opt.) and vsis's prototypes "" */ #include "csf.h" #include "csfimpl.h" /* headers of this app.
www.eeworm.com/read/208294/4994397

c strpad.c

/********/ /* USES */ /********/ /* libs ext. , our "" */ #include /* global header (opt.) and strpad's prototypes "" */ #include "csf.h" #include "csfimpl.h" /* headers of this app.
www.eeworm.com/read/208294/4994427

c legend.c

/* * legend.c */ #include "csf.h" #include "csfimpl.h" /* get the number of entries with a negative * number for a type 1 legend */ static int NrLegendEntries(MAP *m) { int size = CsfAttribute
www.eeworm.com/read/208294/4994436

c endian.c

#include "csf.h" #include "csfimpl.h" /* test if map is in native endian mode * test if map is in native endian mode * returns nonzero if native, 0 if not native */ int MnativeEndian(const MAP
www.eeworm.com/read/208294/4994378

c putallmv.c

#include #include "csf.h" #include "csfimpl.h" /* make all cells missing value in map * RputAllMV writes a missing values to all the cells in a * map. For this is allocates a buffer to
www.eeworm.com/read/208294/4994421

c csfglob.c

/* * csfglob.c */ #include "csf.h" #include "csfimpl.h" /* global variable set on the last error condition * Most functions sets this variable in case of an error condition. */ int Merrno = NOE