Home
last modified time | relevance | path

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

/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dhash.h179 #define return_ISTRING_COMPARE(X, Y) do { \ macro
192 #define return_ISTRING_COMPARE(X, Y) return_STRING_COMPARE ((X), (Y)) macro
H A Dfile_basic.c47 return_ISTRING_COMPARE (((struct file const *) x)->hname, in file_hash_cmp()
H A Dstrcache.c175 return_ISTRING_COMPARE ((const char *) x, (const char *) y); in str_hash_cmp()
H A Dprofile.c76 return_ISTRING_COMPARE (((profile_entry_t *) x)->name, in profile_hash_cmp()
H A Ddir.c357 return_ISTRING_COMPARE (((const struct directory *) x)->name, in directory_hash_cmp()
401 return_ISTRING_COMPARE (x->name, y->name); in dirfile_hash_cmp()
/dports/devel/gmake/make-4.3/src/
H A Dhash.h179 #define return_ISTRING_COMPARE(X, Y) do { \
192 #define return_ISTRING_COMPARE(X, Y) return_STRING_COMPARE ((X), (Y))
H A Dstrcache.c175 return_ISTRING_COMPARE ((const char *) x, (const char *) y); in convert_suffix_rule()
H A Ddir.c389 return_ISTRING_COMPARE (((const struct directory *) x)->name, in directory_hash_cmp()
433 return_ISTRING_COMPARE (x->name, y->name); in dirfile_hash_cmp()
H A Dfile.c56 return_ISTRING_COMPARE (((struct file const *) x)->hname, in file_hash_cmp()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.h196 #define return_ISTRING_COMPARE(X, Y) do { \ macro
209 #define return_ISTRING_COMPARE(X, Y) return_STRING_COMPARE ((X), (Y)) macro
H A Dstrcache.c119 return_ISTRING_COMPARE ((const char *) x, (const char *) y); in str_hash_cmp()
H A Ddir.c399 return_ISTRING_COMPARE (((const struct directory *) x)->name, in directory_hash_cmp()
449 return_ISTRING_COMPARE (x->name, y->name); in dirfile_hash_cmp()
H A Dfile.c64 return_ISTRING_COMPARE (((struct file const *) x)->hname, in file_hash_cmp()
H A DChangeLog1083 * hash.h (ISTRING_COMPARE, return_ISTRING_COMPARE): Use strcasecmp()
3300 * hash.h (ISTRING_COMPARE, return_ISTRING_COMPARE): Add missing