Searched refs:OPTS (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/exportfs/ |
H A D | exportfs.sh | 35 OPTS="rw" 42 IFS=, ; set - $OPTS ; IFS=" " 47 OPTS="" 51 rw=* ) OPTS="$OPTS$i," ;; 52 ro | rw ) OPTS="${OPTS}$i=$access," ; ropt="true" ;; 54 * ) OPTS="$OPTS$i," ;; 57 if [ ! "$ropt" ] ; then OPTS="ro=$access,$OPTS" ; fi 58 OPTS=`echo $OPTS | sed 's/,$//'` 78 -o ) oflg="true" ; OPTS=$2 ; shift 2 ;; # option string 114 if [ $vflg ] ; then echo share -F nfs -o $OPTS $DIR ; fi [all …]
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | print-svc | 51 OPTS="$OPTS -n $num_notifiers" 57 OPTS="$OPTS -f $num_filters" 63 OPTS="$OPTS -p $fd_limit" 69 OPTS="$OPTS -r $reserved_fds" 87 OPTS="$OPTS -n $num_notifiers" 92 OPTS="$OPTS -f $num_filters" 97 OPTS="$OPTS -p $fd_limit" 102 OPTS="$OPTS -r $reserved_fds" 110 /usr/lib/lp/local/lpsched ${OPTS}
|
/titanic_44/usr/src/cmd/dumpadm/ |
H A D | main.c | 41 static const char OPTS[] = "einuyc:d:m:s:r:z:"; variable 72 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) { in main() 113 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) { in main()
|
/titanic_44/usr/src/cmd/sdpadm/ |
H A D | sdpadm.c | 47 static const char OPTS[] = "?"; variable 99 while ((c = getopt(argc, argv, OPTS)) != EOF) { in main()
|
/titanic_44/usr/src/cmd/lp/cmd/scripts/ |
H A D | lpsched | 46 OPTS=$* 50 if [ "$OPTS" = "" ] ; then
|
/titanic_44/usr/src/cmd/pools/poolbind/ |
H A D | poolbind.c | 60 static const char OPTS[] = "Qei:p:q"; variable 120 while ((c = getopt(argc, argv, OPTS)) != EOF) { in main()
|
/titanic_44/usr/src/cmd/rctladm/ |
H A D | rctladm.c | 65 static const char OPTS[] = "d:e:lu"; variable 455 while ((c = getopt(argc, argv, OPTS)) != EOF) { in main()
|
/titanic_44/usr/src/cmd/acctadm/ |
H A D | main.c | 55 static const char OPTS[] = "rsxf:e:d:ED"; variable 140 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) { in main()
|
/titanic_44/usr/src/cmd/print/scripts/ |
H A D | ppdmgr | 1489 OPTS=a:g:L:rR:uwZ 1490 while getopts "$OPTS" arg ; do
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | grades.c | 44 #define OPTS 4 macro
|
/titanic_44/usr/src/lib/libsqlite/ |
H A D | main.mk | 55 TCCX = $(TCC) $(OPTS) $(THREADSAFE) $(USLEEP) -I. -I$(TOP)/src
|