Searched refs:OPT_ROOT (Results 1 – 1 of 1) sorted by relevance
626 #define OPT_ROOT "--root=" macro1156 printf("\t" OPT_ROOT "path" in usage()1201 } else if (!memcmp(OPT_ROOT, arg, strlen(OPT_ROOT))) { in main()1202 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT)); in main()