haystack_list 369 source3/modules/vfs_recycle.c static bool matchparam(const char **haystack_list, const char *needle) haystack_list 373 source3/modules/vfs_recycle.c if (haystack_list == NULL || haystack_list[0] == NULL || haystack_list 374 source3/modules/vfs_recycle.c *haystack_list[0] == '\0' || needle == NULL || *needle == '\0') { haystack_list 378 source3/modules/vfs_recycle.c for(i=0; haystack_list[i] ; i++) { haystack_list 379 source3/modules/vfs_recycle.c if(unix_wild_match(haystack_list[i], needle)) {