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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dmount.c1766 const char *fs_opt = fs_opt_in; local
1781 if (strncmp(fs_opt, O_opt, O_len) == 0
1782 && (fs_opt[O_len] == '\0' || fs_opt[O_len] == ',')
1789 fs_opt = strchr(fs_opt, ',');
1790 if (!fs_opt)
1792 fs_opt++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dmount.c1766 const char *fs_opt = fs_opt_in; local
1781 if (strncmp(fs_opt, O_opt, O_len) == 0
1782 && (fs_opt[O_len] == '\0' || fs_opt[O_len] == ',')
1789 fs_opt = strchr(fs_opt, ',');
1790 if (!fs_opt)
1792 fs_opt++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dmount.c1766 const char *fs_opt = fs_opt_in; local
1781 if (strncmp(fs_opt, O_opt, O_len) == 0
1782 && (fs_opt[O_len] == '\0' || fs_opt[O_len] == ',')
1789 fs_opt = strchr(fs_opt, ',');
1790 if (!fs_opt)
1792 fs_opt++;

Completed in 158 milliseconds