Searched refs:checkopt (Results 1 – 7 of 7) sorted by relevance
/titanic_51/usr/src/cmd/svc/milestone/ |
H A D | fs-root | 91 checkopt largefiles $mntopts 96 checkopt ro $mntopts 109 checkopt logging $mntopts
|
H A D | fs-usr | 92 checkopt "llock" $mntopts 108 checkopt ro $mntopts
|
/titanic_51/usr/src/cmd/svc/shell/ |
H A D | fs_include.sh | 214 # checkopt option option-string 224 checkopt() { function 262 checkopt $1 $allopts 268 checkopt rw $allopts
|
/titanic_51/usr/src/cmd/stmsboot/ |
H A D | mpxio-upgrade | 111 checkopt "llock" $mntopts 182 checkopt largefiles $mntopts 187 checkopt ro $mntopts 195 checkopt logging $mntopts
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 580 static int checkopt(char *argv[], int c) in checkopt() function 774 if(checkopt(com,'A')) in sh_exec() 776 else if(checkopt(com,'a')) in sh_exec() 801 if(checkopt(com,'C')) in sh_exec() 803 if(checkopt(com,'S')) in sh_exec() 805 if(checkopt(com,'n')) in sh_exec() 807 else if(!shp->typeinit && (checkopt(com,'L') || checkopt(com,'R') || checkopt(com,'Z'))) in sh_exec() 810 else if(argn>=3 && checkopt(com,'T')) in sh_exec()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 646 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()
|
/titanic_51/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 410 static char checkopt(char *optim); 707 opt = checkopt(string); in main() 951 opt = checkopt(argv[10]); in main() 5274 checkopt(char *optim) in checkopt() function
|