Home
last modified time | relevance | path

Searched refs:strict_filter (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl02.c61 static const struct sock_filter strict_filter[] = { variable
66 .len = (unsigned short)ARRAY_SIZE(strict_filter),
67 .filter = (struct sock_filter *)strict_filter
H A Dprctl04.c45 static const struct sock_filter strict_filter[] = { variable
61 .len = (unsigned short)ARRAY_SIZE(strict_filter),
62 .filter = (struct sock_filter *)strict_filter
/third_party/python/Lib/test/
H A Dtest_tarfile.py3725 def strict_filter(tarinfo, path): function
3730 tar.extraction_filter = strict_filter
3735 def strict_filter(tarinfo, path): function
3742 staticmethod(strict_filter)):

Completed in 6 milliseconds