Home
last modified time | relevance | path

Searched refs:strfield (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/fs/isofs/
H A Duthash.h263 #define HASH_ADD_STR(head,strfield,add) \ argument
264 HASH_ADD(hh,head,strfield[0],strlen(add->strfield),add)
265 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument
266 HASH_REPLACE(hh,head,strfield[0],(unsigned)strlen(add->strfield),add,replaced)
/minix3/minix/lib/libmagicrt/include/common/ut/
H A Duthash.h254 #define HASH_ADD_STR(head,strfield,add) \ argument
255 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
256 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument
257 HASH_REPLACE(hh,head,strfield,strlen(add->strfield),add,replaced)
/minix3/external/bsd/elftoolchain/dist/common/
H A Duthash.h247 #define HASH_ADD_STR(head,strfield,add) \ argument
248 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)