Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/milestone/
H A Dfs-root91 checkopt largefiles $mntopts
96 checkopt ro $mntopts
109 checkopt logging $mntopts
H A Dfs-usr92 checkopt "llock" $mntopts
108 checkopt ro $mntopts
/titanic_50/usr/src/cmd/svc/shell/
H A Dfs_include.sh224 checkopt() { function
262 checkopt $1 $allopts
268 checkopt rw $allopts
/titanic_50/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade111 checkopt "llock" $mntopts
182 checkopt largefiles $mntopts
187 checkopt ro $mntopts
195 checkopt logging $mntopts
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dxec.c580 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_50/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c410 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