Searched refs:nopt (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/news/ |
H A D | news.c | 83 int nopt = 0; /* 1 say -n specified */ variable 123 nopt++; in main() 153 if (nopt) { in main()
|
/titanic_41/usr/src/cmd/sa/ |
H A D | sadp.c | 237 char *nopt; variable 407 nopt = argv[optind]; 408 if (tstdigit(nopt) != 0) 422 nopt = argv[optind + 1]; 423 if (tstdigit(nopt) != 0)
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 760 got_val = nopt(&m, MNTOPT_PORT, (int *)&nfs_port); in nfsmount() 825 got_val = nopt(&m, MNTOPT_VERS, (int *)&nfsvers); in nfsmount() 2158 if (nopt(&m, MNTOPT_RSIZE, &argp->rsize)) { in nfsmount() 2161 if (nopt(&m, MNTOPT_WSIZE, &argp->wsize)) { in nfsmount() 2164 if (nopt(&m, MNTOPT_TIMEO, &argp->timeo)) { in nfsmount() 2167 if (nopt(&m, MNTOPT_RETRANS, &argp->retrans)) { in nfsmount() 2170 if (nopt(&m, MNTOPT_ACTIMEO, &argp->acregmax)) { in nfsmount() 2178 if (nopt(&m, MNTOPT_ACREGMIN, &argp->acregmin)) { in nfsmount() 2181 if (nopt(&m, MNTOPT_ACREGMAX, &argp->acregmax)) { in nfsmount() 2184 if (nopt(&m, MNTOPT_ACDIRMIN, &argp->acdirmin)) { in nfsmount() [all …]
|
H A D | automount.h | 297 extern int nopt(struct mnttab *, char *, int *);
|
H A D | autod_mount.c | 509 got_port = nopt(&m, MNTOPT_PORT, &nfs_port);
|
H A D | autod_parse.c | 1897 foundvers = nopt(&mb, MNTOPT_VERS, (int *)&nfsvers);
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 1055 Opt_t* nopt; in sh_init() local 1081 nopt = optctx(0, 0); in sh_init() 1082 oopt = optctx(nopt, 0); in sh_init() 1084 optctx(oopt, nopt); in sh_init()
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 1517 fix misc/optget opt_info.nopt initialization
|