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

/freebsd-9.3-release/sbin/mount_nfs/
H A Dmount_nfs.c440 findopt(struct iovec *iov, int iovlen, const char *name, function
464 if (findopt(iov, iovlen, name, &value, &len) == 0)
507 if (findopt(iov, iovlen, "dumbtimer", NULL, NULL) == 0)
509 if (findopt(iov, iovlen, "noconn", NULL, NULL) == 0)
511 if (findopt(iov, iovlen, "conn", NULL, NULL) == 0)
513 if (findopt(iov, iovlen, "nolockd", NULL, NULL) == 0)
515 if (findopt(iov, iovlen, "lockd", NULL, NULL) == 0)
517 if (findopt(iov, iovlen, "intr", NULL, NULL) == 0)
519 if (findopt(iov, iovlen, "rdirplus", NULL, NULL) == 0)
521 if (findopt(io
[all...]
/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.y397 findopt(struct opt_head *list, char *name)
424 op2 = findopt(list, name);
453 op = findopt(list, name);
/freebsd-9.3-release/contrib/less/
H A Dfuncs.h226 public struct loption * findopt ();
H A Doption.c183 o = findopt(optc);
H A Dopttbl.c492 findopt(c) function
H A Dcommand.c442 curropt = findopt(c);

Completed in 76 milliseconds