Lines Matching refs:grep
34 sleep_functions=$(grep 'sys_.*sleep$' "${output}")
44 grep "^#" "${output}"
45 grep -F 'sleep()' "${output}"
48 if grep -q "${FN}" "${output}"; then
63 grep "^#" "${output}"
64 grep "###" "${output}"
71 grep ^# "${output}"
72 grep sleep "${output}"
73 grep schedule "${output}"
74 grep execve "${output}"
79 grep -E "^${time_re}${time_re}${time_re}[[:space:]]+1[[:space:]]+.*clock_nanosleep" "${output}"