Searched defs:nopt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/news/
H A Dnews.c83 int nopt = 0; /* 1 say -n specified */ variable
123 nopt++;
153 if (nopt) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dinit.c1055 Opt_t* nopt; local
1081 nopt = optctx(0, 0);
1082 oopt = optctx(nopt, 0);
1084 optctx(oopt, nopt);
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c237 char *nopt; variable
407 nopt = argv[optind];
408 if (tstdigit(nopt) != 0)
422 nopt = argv[optind + 1];
423 if (tstdigit(nopt) != 0)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c749 got_val = nopt(&m, MNTOPT_PORT, (int *)&nfs_port);
814 got_val = nopt(&m, MNTOPT_VERS, (int *)&nfsvers);
2103 if (nopt(&m, MNTOPT_RSIZE, &argp->rsize)) {
2106 if (nopt(&m, MNTOPT_WSIZE, &argp->wsize)) {
2109 if (nopt(&m, MNTOPT_TIMEO, &argp->timeo)) {
2112 if (nopt(&m, MNTOPT_RETRANS, &argp->retrans)) {
2115 if (nopt(&m, MNTOPT_ACTIMEO, &argp->acregmax)) {
2123 if (nopt(&m, MNTOPT_ACREGMIN, &argp->acregmin)) {
2126 if (nopt(&m, MNTOPT_ACREGMAX, &argp->acregmax)) {
2129 if (nopt(
3548 nopt(mnt, opt, valp) function
[all...]

Completed in 56 milliseconds