Lines Matching defs:program
4 * This program is free software: you can redistribute it and/or modify
9 * This program is distributed in the hope that it will be useful,
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
642 const char *program, const sigset_t *sigmask) {
650 err = udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, result, sizeof(result));
1325 if (streq(attr, "program")) {
1379 attr = "program";
1392 } else if (streq(attr, "program")) {
2125 char program[UTIL_PATH_SIZE];
2131 udev_event_apply_format(event, rules_str(rules, cur->key.value_off), program, sizeof(program), false);
2134 program,
2138 if (udev_event_spawn(event, timeout_usec, timeout_warn_usec, program, envp, sigmask, result, sizeof(result)) < 0) {