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()1283 fsck_path = malloc (strlen (fsck_prefix_path) + 1 + in main()1285 if (!fsck_path) { in main()1289 strcpy (fsck_path, fsck_prefix_path); in main()1290 strcat (fsck_path, ":"); in main()1291 strcat (fsck_path, oldpath); in main()1293 fsck_path = string_copy(fsck_prefix_path); in main()1340 free(fsck_path); in main()