Home
last modified time | relevance | path

Searched refs:nopt (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/news/
H A Dnews.c81 int nopt = 0; /* 1 say -n specified */ variable
121 nopt++; in main()
151 if (nopt) { in main()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c744 got_val = nopt(&m, MNTOPT_PORT, (int *)&nfs_port); in nfsmount()
809 got_val = nopt(&m, MNTOPT_VERS, (int *)&nfsvers); in nfsmount()
2098 if (nopt(&m, MNTOPT_RSIZE, &argp->rsize)) { in nfsmount()
2101 if (nopt(&m, MNTOPT_WSIZE, &argp->wsize)) { in nfsmount()
2104 if (nopt(&m, MNTOPT_TIMEO, &argp->timeo)) { in nfsmount()
2107 if (nopt(&m, MNTOPT_RETRANS, &argp->retrans)) { in nfsmount()
2110 if (nopt(&m, MNTOPT_ACTIMEO, &argp->acregmax)) { in nfsmount()
2118 if (nopt(&m, MNTOPT_ACREGMIN, &argp->acregmin)) { in nfsmount()
2121 if (nopt(&m, MNTOPT_ACREGMAX, &argp->acregmax)) { in nfsmount()
2124 if (nopt(&m, MNTOPT_ACDIRMIN, &argp->acdirmin)) { in nfsmount()
[all …]
H A Dautomount.h297 extern int nopt(struct mnttab *, char *, int *);
H A Dautod_mount.c507 got_port = nopt(&m, MNTOPT_PORT, &nfs_port);
H A Dautod_parse.c1861 foundvers = nopt(&mb, MNTOPT_VERS, (int *)&nfsvers); in do_mapent_hosts()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c1326 Opt_t* nopt; in sh_init() local
1352 nopt = optctx(0, 0); in sh_init()
1353 oopt = optctx(nopt, 0); in sh_init()
1355 optctx(oopt, nopt); in sh_init()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1705 fix misc/optget opt_info.nopt initialization