Home
last modified time | relevance | path

Searched refs:lfind (Results 1 – 14 of 14) sorted by relevance

/libtiff-4.0.7/port/
H A DCMakeLists.txt29 lfind.c
40 list(APPEND port_USED_FILES lfind.c)
H A Dlfind.c51 lfind(const void *key, const void *base, size_t *nmemb, size_t size, in lfind() function
H A Dlibport.h47 lfind(const void *key, const void *base, size_t *nmemb, size_t size,
H A DMakefile.in199 $(top_srcdir)/config/mkinstalldirs getopt.c lfind.c snprintf.c \
414 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lfind.Plo@am__quote@
/libtiff-4.0.7/libtiff/
H A Dtif_config.wince.h44 #define lfind wceex_lfind macro
H A Dtif_config.vc.h126 #define lfind _lfind macro
H A Dtif_config.h-vms46 // #define lfind _lfind
H A Dtiffiop.h56 extern void *lfind(const void *, const void *, size_t *, size_t,
H A Dtif_config.h.cmake.in59 /* Define to 1 if you have the `lfind' function. */
H A Dtif_config.h.in86 /* Define to 1 if you have the `lfind' function. */
/libtiff-4.0.7/
H A DCMakeLists.txt420 check_function_exists(lfind HAVE_LFIND)
H A Dconfigure.com128 lfind((const void *)key, (const void *)NULL, (size_t *)NULL,
H A Dconfigure.ac433 AC_REPLACE_FUNCS(lfind)
H A DChangeLog2504 * libtiff/tif_dirinfo.c: Replace lfind() with local equivelent to
3239 * libtiff/tiffiop.h, port/lfind.c: Added conditional include of some
3871 * libtiff/tif_dirinfo.c: Correctly yse bsearch() and lfind()
4041 * configure.ac, port/lfind.c, libtiff/tiffiop.h: Added lfind()
4250 * libtiff/{tif_dirinfo.c, tif_config.h.vc}: Use lfind() instead