Home
last modified time | relevance | path

Searched refs:check_command (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtest-suite71 check_command="$default_cmd"
93 check-command:) check_command="$val" ;;
280 if [ "$check_command" = "" ]; then
281 check_command="$defaut_command"
285 set -- $check_command
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c78 static void check_command(int fd);
1660 check_command(int fd) in check_command() function
1785 check_command(fd); in gdb_readable()