Searched refs:program (Results 1 - 3 of 3) sorted by relevance

/systemd/src/udev/
H A Dudevadm-test.c5 * 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 Dudev-rules.c4 * 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...]
/systemd/test/
H A Dudev-test.pl10 # This program prepares the environment, creates the config and calls udev.
259 desc => "import of shell-value returned from program",
263 SUBSYSTEMS=="scsi", IMPORT{program}="/bin/echo -e \' TEST_KEY=12345678\\n TEST_key2=98765\'", SYMLINK+="node\$env{TEST_KEY}"
277 desc => "program result substitution",
287 desc => "program result substitution (newline removal)",
295 desc => "program result substitution",
303 desc => "program with lots of arguments",
311 desc => "program with subshell",
319 desc => "program arguments combined with apostrophes",
434 desc => "program an
[all...]

Completed in 967 milliseconds