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

/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c150 findopt(char *mntopt, char *opt) function
252 if (findopt(mnt.mnt_mntopts, "m"))
254 if ((gflg || findopt(mnt.mnt_mntopts, MNTOPT_GLOBAL)) &&
255 findopt(mnt.mnt_mntopts, MNTOPT_NBMAND)) {
265 if (findopt(mnt.mnt_mntopts, MNTOPT_RQ)) {
534 if (gflg || findopt(mnt->mnt_mntopts, MNTOPT_GLOBAL)) {
612 * same as findopt but remove the option from the option string and return
620 has = (findopt(mnt->mnt_mntopts, opt) != NULL);
634 while (optstart = findopt(mnt->mnt_mntopts, opt)) {
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c170 static int findopt(int, char **);
210 for (argc = findopt(argc, argv); argc > 0; --argc, ++argv) {
234 * findopt() returns argc modified to be the number of explicitly supplied
241 findopt(int argc, char **argv) function
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c251 * findopt(name)
258 findopt(char *name) function
283 optdef = findopt(name);
935 switch (findopt(name)) {
1158 switch (findopt(name)) {
2204 if ((optindex = findopt(propname)) < 0)
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c185 * findopt(name)
191 findopt(char *name) function
770 if ((optindex = findopt(propname)) < 0)

Completed in 570 milliseconds