Lines Matching refs:export
157 static int stat_device(const char *name, bool export, const char *prefix) {
163 if (export) {
278 " -x --export Export key/value pairs\n"
279 " -P --export-prefix Export the key name with a prefix\n"
280 " -e --export-db Export the content of the udev database\n"
288 bool export = 0;
300 { "export-db", no_argument, NULL, 'e' },
303 { "export", no_argument, NULL, 'x' },
304 { "export-prefix", required_argument, NULL, 'P' },
385 export = true;
448 if (export) {
484 if (stat_device(name, export, export_prefix) != 0)