Home | History | Annotate | Download | only in tests

Lines Matching refs:check_syscall

33 check_syscall()
74 check_syscall "$arg" "$arg"
75 check_syscall "!$arg" "!$arg"
89 check_syscall "$arg" "$arg"
90 check_syscall "$arg" "!$arg"
91 check_syscall "$arg" "1,$arg"
95 check_syscall "$arg" "1,$arg"
111 check_syscall nonsense "$arg,nonsense"
112 check_syscall nonsense "!$arg,nonsense"
113 check_syscall nonsense "nonsense,$arg"
114 check_syscall nonsense "!nonsense,$arg"