Home
last modified time | relevance | path

Searched refs:usage_and_exit (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_stress.sh36 usage_and_exit() function
54 usage_and_exit "Wrong number of parameters, expected 4"
58 ''|*[!0-9]*) usage_and_exit "Number of subgroups must be possitive integer";;
63 ''|*[!0-9]*) usage_and_exit "Depth of the subgroup tree must be possitive integer";;
69 *) usage_and_exit "Invalid attach operation: $attach_operation";;
Dcgroup_fj_function.sh33 usage_and_exit() function
43 usage_and_exit "Invalid number of parameters"
/third_party/boost/tools/boostbook/test/more/
Drun-tests.py19 def usage_and_exit(): function
30 if(len(args)): usage_and_exit()
32 usage_and_exit()