Searched refs:lfind (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/ |
A D | lfind.c | 51 lfind(const void *key, const void *base, size_t *nmemb, size_t size, in lfind() function
|
A D | libport.h | 47 lfind(const void *key, const void *base, size_t *nmemb, size_t size,
|
A D | CMakeLists.txt | 29 lfind.c 40 list(APPEND port_USED_FILES lfind.c)
|
A D | Makefile.in | 199 $(top_srcdir)/config/mkinstalldirs getopt.c lfind.c snprintf.c \ 414 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lfind.Plo@am__quote@
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_config.wince.h | 44 #define lfind wceex_lfind macro
|
A D | tif_config.vc.h | 126 #define lfind _lfind macro
|
A D | tif_config.h-vms | 46 // #define lfind _lfind
|
A D | tiffiop.h | 56 extern void *lfind(const void *, const void *, size_t *, size_t,
|
A D | tif_config.h.cmake.in | 59 /* Define to 1 if you have the `lfind' function. */
|
A D | tif_config.h.in | 86 /* Define to 1 if you have the `lfind' function. */
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | tiff-4.0.9-win32config.patch | 163 +/* Define to 1 if you have the `lfind' function. */
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | CMakeLists.txt | 420 check_function_exists(lfind HAVE_LFIND)
|
A D | configure.com | 128 lfind((const void *)key, (const void *)NULL, (size_t *)NULL,
|
A D | configure.ac | 433 AC_REPLACE_FUNCS(lfind)
|
A D | ChangeLog | 3374 * libtiff/tif_dirinfo.c: Replace lfind() with local equivelent to 4109 * libtiff/tiffiop.h, port/lfind.c: Added conditional include of some 4741 * libtiff/tif_dirinfo.c: Correctly yse bsearch() and lfind() 4911 * configure.ac, port/lfind.c, libtiff/tiffiop.h: Added lfind() 5120 * libtiff/{tif_dirinfo.c, tif_config.h.vc}: Use lfind() instead
|
Completed in 20 milliseconds