Searches for a progname
file in a list of search paths
.
progname |
the helper program name, like "iptables" Must be a non-empty string, without path separator (/). |
try_first |
a custom path to try first before searching. It is silently ignored if it is empty or not an absolute path. |
paths |
a |
file_test_flags |
the flags passed to test when searching for |
predicate |
if given, pass the file name to this function for additional checks. This check is performed after the check for |
user_data |
user data for |
the full path to the helper, if found, or |