HomeSort by relevance Sort by last modified time
    Searched refs:OPTS (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/exportfs/
exportfs.sh 35 OPTS="rw"
38 # Translate from exportfs opts to share opts
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," ;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
print-svc 50 OPTS="$OPTS -n $num_notifiers"
56 OPTS="$OPTS -f $num_filters"
62 OPTS="$OPTS -p $fd_limit"
68 OPTS="$OPTS -r $reserved_fds"
86 OPTS="$OPTS -n $num_notifiers
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dumpadm/
main.c 40 static const char OPTS[] = "nuyc:d:m:s:r:z:";
68 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) {
109 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) {
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/scripts/
lpsched 46 OPTS=$*
50 if [ "$OPTS" = "" ] ; then
  /onnv/onnv-gate/usr/src/cmd/sdpadm/
sdpadm.c 47 static const char OPTS[] = "?";
99 while ((c = getopt(argc, argv, OPTS)) != EOF) {
  /onnv/onnv-gate/usr/src/cmd/pools/poolbind/
poolbind.c 64 static const char OPTS[] = "Qei:p:q";
124 while ((c = getopt(argc, argv, OPTS)) != EOF) {
  /onnv/onnv-gate/usr/src/cmd/rctladm/
rctladm.c 67 static const char OPTS[] = "d:e:lu";
457 while ((c = getopt(argc, argv, OPTS)) != EOF) {
  /onnv/onnv-gate/usr/src/cmd/acctadm/
main.c 55 static const char OPTS[] = "rsxf:e:d:ED";
140 while ((c = getopt(argc, argv, OPTS)) != (int)EOF) {
  /onnv/onnv-gate/usr/src/cmd/print/scripts/
ppdmgr     [all...]
  /onnv/onnv-gate/usr/src/lib/libsqlite/
main.mk 24 # OPTS Extra compiler command-line options.
55 TCCX = $(TCC) $(OPTS) $(THREADSAFE) $(USLEEP) -I. -I$(TOP)/src
  /onnv/onnv-gate/usr/src/cmd/bnu/
grades.c 44 #define OPTS 4

Completed in 1070 milliseconds