HomeSort by: relevance | last modified time | path
    Searched refs:OPTS (Results 1 - 5 of 5) sorted by relevancy

  /src/etc/rc.d/
resize_root 23 OPTS=$1
24 for i in $OPTS; do
  /src/distrib/utils/embedded/
mkimage 204 OPTS="B:D:K:S:bc:dh:mr:s:x"
205 while getopts "$OPTS" f
243 while getopts "$OPTS" f
  /src/sbin/umount/
umount.c 108 #define OPTS "fR"
110 #define OPTS "AadFfh:Rt:v"
112 while ((ch = getopt(argc, argv, OPTS)) != -1)
  /src/tests/bin/sh/
t_option.sh 100 OPTS=
105 OPTS="${OPTS} ${opt}" || RET=1
108 test -n "${OPTS}" && test_option_on_off ${OPTS}
902 atf_skip "One or both V & E opts unsupported by ${TEST_SH}"
  /src/libexec/ftpd/
ftpcmd.y 149 FEAT OPTS
797 | OPTS SP STRING CRLF
800 opts($3);
1275 { "OPTS", OPTS, STR1, 1, "<sp> command [ <sp> options ]", 0, },

Completed in 14 milliseconds