Lines Matching refs:export
155 static int stat_device(const char *name, bool export, const char *prefix) {
161 if (export) {
276 " -x --export Export key/value pairs\n"
277 " -P --export-prefix Export the key name with a prefix\n"
278 " -e --export-db Export the content of the udev database\n"
286 bool export = 0;
298 { "export-db", no_argument, NULL, 'e' },
301 { "export", no_argument, NULL, 'x' },
302 { "export-prefix", required_argument, NULL, 'P' },
383 export = true;
446 if (export) {
482 if (stat_device(name, export, export_prefix) != 0)