/src/usr.bin/mail/ |
list.c | 607 matchbody(int (*cmpfn)(void *, char *, size_t), 667 gotmatch = cmpfn(pattern, line, len); 680 matchto(int (*cmpfn)(void *, char *, size_t), 694 gotmatch = cmpfn(pattern, field, 0); 705 matchfield(int (*cmpfn)(void *, char *, size_t), 714 return cmpfn(pattern, field, 0); 721 matchfrom(int (*cmpfn)(void *, char *, size_t), 735 return cmpfn(pattern, field + 5, 0); 742 matchsender(int (*cmpfn)(void *, char *, size_t), 751 return cmpfn(pattern, field, 0) 774 int (*cmpfn)(void *, char *, size_t); local in function:match_string [all...] |
thread.c | 767 * The routine passed to qsort. Note that cmpfn must be set first! 1567 int (*cmpfn)(const void*, const void*); member in struct:key_tbl_s 1623 return kp->cmpfn;
|
list.c | 607 matchbody(int (*cmpfn)(void *, char *, size_t), 667 gotmatch = cmpfn(pattern, line, len); 680 matchto(int (*cmpfn)(void *, char *, size_t), 694 gotmatch = cmpfn(pattern, field, 0); 705 matchfield(int (*cmpfn)(void *, char *, size_t), 714 return cmpfn(pattern, field, 0); 721 matchfrom(int (*cmpfn)(void *, char *, size_t), 735 return cmpfn(pattern, field + 5, 0); 742 matchsender(int (*cmpfn)(void *, char *, size_t), 751 return cmpfn(pattern, field, 0) 774 int (*cmpfn)(void *, char *, size_t); local in function:match_string [all...] |
thread.c | 767 * The routine passed to qsort. Note that cmpfn must be set first! 1567 int (*cmpfn)(const void*, const void*); member in struct:key_tbl_s 1623 return kp->cmpfn;
|