Home
last modified time | relevance | path

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

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs58 ,checkFunctionsUsedExternally
2268 verifyTree checkFunctionsUsedExternally "foo() { :; }; sudo foo"
2270 verifyTree checkFunctionsUsedExternally "alias f='a'; xargs -0 f"
2272 verifyNotTree checkFunctionsUsedExternally "alias f='a'; find . -type f"
2276 verifyNotTree checkFunctionsUsedExternally "f() { :; }; echo f"
2278 verifyNotTree checkFunctionsUsedExternally "foo() { :; }; sudo \"foo\""
2280 verifyTree checkFunctionsUsedExternally "foo() { :; }; ssh host foo"
2282 verifyNotTree checkFunctionsUsedExternally "foo() { :; }; ssh host echo foo"
2286 verifyTree checkFunctionsUsedExternally "foo() { :; }; command sudo foo"
2288 verifyTree checkFunctionsUsedExternally "foo() { :; }; exec -c sudo foo"
[all …]