Searched refs:opt (Results 1 – 2 of 2) sorted by relevance
19 #define TEST(opt, found) \ in do_test() argument20 if ((!!hasmntopt (&mef, (opt))) != (found)) \ in do_test()22 printf ("Option %s was %sfound\n", (opt), (found) ? "not " : ""); \ in do_test()
268 __hasmntopt (const struct mntent *mnt, const char *opt) in weak_alias()270 const size_t optlen = strlen (opt); in weak_alias()273 while ((p = strstr (rest, opt)) != NULL) in weak_alias()
Completed in 6 milliseconds