Searched refs:rootoptsbuf (Results 1 – 1 of 1) sorted by relevance
2447 char rootoptsbuf[256]; in init_mountopts() local2490 (void) strncpy(rootoptsbuf, rootopts, sizeof (rootoptsbuf)); in init_mountopts()2491 rootoptsbuf[sizeof (rootoptsbuf) - 1] = '\0'; in init_mountopts()2492 opts = rootoptsbuf; in init_mountopts()