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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c94 static char **fs_type_list; variable
774 if (!fs_type_list)
781 cp = fs_type_list[n];
964 fs_type_list = xzalloc(num * sizeof(fs_type_list[0]));
1001 fs_type_list[num++] = comma ? xstrndup(s, comma-s) : xstrdup(s);

Completed in 26 milliseconds