Searched defs:program (Results 1 - 3 of 3) sorted by relevance
/systemd/src/udev/ |
H A D | udevadm-test.c | 5 * This program is free software: you can redistribute it and/or modify 10 * This program is distributed in the hope that it will be useful, 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 98 printf("This program is for debugging only, it does not run any program\n" 145 char program[UTIL_PATH_SIZE]; local 147 udev_event_apply_format(event, udev_list_entry_get_name(entry), program, sizeof(program)); 148 printf("run: '%s'\n", program);
|
H A D | udev-event.c | 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/>. 751 char program[UTIL_PATH_SIZE]; local 762 strscpyl(program, sizeof(program), UDEVLIBEXECDIR "/", argv[0], NULL); 763 argv[0] = program;
|
H A D | udev-rules.c | 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/>. 644 const char *program) { 649 err = udev_event_spawn(event, timeout_usec, timeout_warn_usec, true, program, result, sizeof(result)); 1291 if (streq(attr, "program")) { 1345 attr = "program"; 1358 } else if (streq(attr, "program")) { 2070 char program[UTIL_PATH_SIZE]; local 2074 udev_event_apply_format(event, rules_str(rules, cur->key.value_off), program, sizeo 641 import_program_into_properties(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *program) argument [all...] |
Completed in 536 milliseconds