Lines Matching defs:file
12 "usage: %s -b backend [-v] [-r] -k key [-t type] [-f file]\n\n"
14 "-b The backend - \"file\", \"media\", \"x\", \"db\" or "
20 "-f Optional file containing the specs (defaults to\n\t"
23 "%s -v -b file -k /run -t 0\n\t"
25 " \"file\" backend for path \"/run\" with mode = 0\n\t"
36 char *validate = NULL, *key = NULL, *context = NULL, *file = NULL;
40 { SELABEL_OPT_PATH, file },
50 if (!strcasecmp(optarg, "file")) {
69 file = optarg;
88 selabel_option[0].value = file;