Searched refs:fsck_path (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
H A Dfsck.c123 static char *fsck_path = 0; variable
403 char *p = string_copy(fsck_path);
1282 fsck_path = malloc (strlen (fsck_prefix_path) + 1 +
1284 if (!fsck_path) {
1285 fprintf(stderr, "%s: Unable to allocate memory for fsck_path\n", progname);
1288 strcpy (fsck_path, fsck_prefix_path);
1289 strcat (fsck_path, ":");
1290 strcat (fsck_path, oldpath);
1292 fsck_path = string_copy(fsck_prefix_path);
1339 free(fsck_path);
[all...]

Completed in 637 milliseconds