Searched refs:fsck_path (Results 1 – 1 of 1) sorted by relevance
124 static char *fsck_path = 0; variable404 char *p = string_copy(fsck_path); in find_fsck()1290 fsck_path = malloc (strlen (fsck_prefix_path) + 1 + in main()1292 if (!fsck_path) { in main()1296 strcpy (fsck_path, fsck_prefix_path); in main()1297 strcat (fsck_path, ":"); in main()1298 strcat (fsck_path, oldpath); in main()1300 fsck_path = string_copy(fsck_prefix_path); in main()1347 free(fsck_path); in main()