Searched refs:check_h (Results 1 – 8 of 8) sorted by relevance
45 check_h 'must have PROG [ARGS] or -p PID'46 check_h 'PROG [ARGS] must be specified with -D' -D -p $$47 check_h '-c and -C are mutually exclusive' -c -C true48 check_h '-c and -C are mutually exclusive' -C -c true49 check_h '(-c or -C) and -ff are mutually exclusive' -c -ff true50 check_h '(-c or -C) and -ff are mutually exclusive' -C -ff true51 check_h '-w must be given with (-c or -C)' -w true52 check_h 'piping the output and -ff are mutually exclusive' -o '|' -ff true53 check_h 'piping the output and -ff are mutually exclusive' -o '!' -ff true54 check_h "invalid -a argument: '-42'" -a -42[all …]
71 check_h() function
58 def check_h(self): member in H