Searched refs:fsck_prefix_path (Results 1 – 1 of 1) sorted by relevance
123 static const char *fsck_prefix_path = "/sbin:/sbin/fs.d:/sbin/fs:/etc/fs:/etc"; variable1283 fsck_path = malloc (strlen (fsck_prefix_path) + 1 + in main()1289 strcpy (fsck_path, fsck_prefix_path); in main()1293 fsck_path = string_copy(fsck_prefix_path); in main()