Home
last modified time | relevance | path

Searched refs:OPTS (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh35 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 …]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dprint-svc51 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}
/illumos-gate/usr/src/cmd/dumpadm/
H A Dmain.c42 static const char OPTS[] = "einuyc:d:m:s:r:z:"; variable
73 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) { in main()
114 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) { in main()
/illumos-gate/usr/src/cmd/sdpadm/
H A Dsdpadm.c45 static const char OPTS[] = "?"; variable
97 while ((c = getopt(argc, argv, OPTS)) != EOF) { in main()
/illumos-gate/usr/src/cmd/lp/cmd/scripts/
H A Dlpsched46 OPTS=$*
50 if [ "$OPTS" = "" ] ; then
/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c60 static const char OPTS[] = "Qei:p:q"; variable
120 while ((c = getopt(argc, argv, OPTS)) != EOF) { in main()
/illumos-gate/usr/src/cmd/rctladm/
H A Drctladm.c65 static const char OPTS[] = "d:e:lu"; variable
455 while ((c = getopt(argc, argv, OPTS)) != EOF) { in main()
/illumos-gate/usr/src/cmd/acctadm/
H A Dmain.c55 static const char OPTS[] = "rsxf:e:d:ED"; variable
140 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) { in main()
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr1489 OPTS=a:g:L:rR:uwZ
1490 while getopts "$OPTS" arg ; do
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c44 #define OPTS 4 macro
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk55 TCCX = $(TCC) $(OPTS) $(THREADSAFE) $(USLEEP) -I. -I$(TOP)/src