Searched refs:strfield (Results 1 – 3 of 3) sorted by relevance
| /minix3/minix/fs/isofs/ |
| H A D | uthash.h | 263 #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 D | uthash.h | 254 #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 D | uthash.h | 247 #define HASH_ADD_STR(head,strfield,add) \ argument 248 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
|