Home
last modified time | relevance | path

Searched refs:checkopt (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-root91 checkopt largefiles $mntopts
96 checkopt ro $mntopts
109 checkopt logging $mntopts
H A Dfs-usr93 checkopt "llock" $mntopts
109 checkopt ro $mntopts
/illumos-gate/usr/src/cmd/svc/shell/
H A Dfs_include.sh223 checkopt() { function
261 checkopt $1 $allopts
267 checkopt rw $allopts
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade111 checkopt "llock" $mntopts
182 checkopt largefiles $mntopts
187 checkopt ro $mntopts
195 checkopt logging $mntopts
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c646 static int checkopt(char *argv[], int c) in checkopt() function
1152 if(checkopt(com,'A')) in sh_exec()
1154 else if(checkopt(com,'a')) in sh_exec()
1179 if(checkopt(com,'C')) in sh_exec()
1181 if(checkopt(com,'S')) in sh_exec()
1183 if(checkopt(com,'m')) in sh_exec()
1185 if(checkopt(com,'n')) in sh_exec()
1188 else if(argn>=3 && checkopt(com,'T')) in sh_exec()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c415 static char checkopt(char *optim);
712 opt = checkopt(string); in main()
956 opt = checkopt(argv[10]); in main()
5299 checkopt(char *optim) in checkopt() function