| 1321 | } |
| 1322 | |
| 1323 | static inline void grep_attr_unlock(void) |
| 1324 | { |
| 1325 | if (grep_use_locks) |
| 1326 | pthread_mutex_unlock(&grep_attr_mutex); |
| 1327 | } |
| 1328 | |
| 1329 | static int match_funcname(struct grep_opt *opt, struct grep_source *gs, |
| 1330 | const char *bol, const char *eol) |
no outgoing calls
no test coverage detected