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

  /src/external/gpl3/gcc.old/dist/contrib/
dg-extract-results.sh 3 # For a specified tool and optional list of test variants, extract
42 Usage: $PROGNAME [-t tool] [-l variant-list] [-L] sum-file ...
44 tool The tool (e.g. g++, libffi) for which to create a
46 specified sum files must be for the same tool.
49 variants in the files for <tool>.
67 TOOL=""
73 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
74 TOOL="${OPTARG}";
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
dg-extract-results.sh 3 # For a specified tool and optional list of test variants, extract
45 Usage: $PROGNAME [-t tool] [-l variant-list] [-L] sum-file ...
47 tool The tool (e.g. g++, libffi) for which to create a
49 specified sum files must be for the same tool.
52 variants in the files for <tool>.
70 TOOL=""
76 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
77 TOOL="${OPTARG}";
    [all...]
  /src/external/gpl3/gdb/dist/contrib/
dg-extract-results.sh 3 # For a specified tool and optional list of test variants, extract
45 Usage: $PROGNAME [-t tool] [-l variant-list] [-L] sum-file ...
47 tool The tool (e.g. g++, libffi) for which to create a
49 specified sum files must be for the same tool.
52 variants in the files for <tool>.
70 TOOL=""
76 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
77 TOOL="${OPTARG}";
    [all...]
  /src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.sh 3 # For a specified tool and optional list of test variants, extract
45 Usage: $PROGNAME [-t tool] [-l variant-list] [-L] sum-file ...
47 tool The tool (e.g. g++, libffi) for which to create a
49 specified sum files must be for the same tool.
52 variants in the files for <tool>.
70 TOOL=""
76 t) test -z "$TOOL" || (msg "${PROGNAME}: only one tool can be specified"; exit 1);
77 TOOL="${OPTARG}";
    [all...]
  /src/external/gpl2/lvm2/dist/scripts/
fsadm.sh 27 TOOL=fsadm
62 TEMPDIR="${TMPDIR:-/tmp}/${TOOL}_${RANDOM}$$/m"
75 echo "${TOOL}: Utility to resize or check the filesystem on a device"
77 echo " ${TOOL} [options] check device"
80 echo " ${TOOL} [options] resize device [new_size[BKMGTPE]]"
100 test -n "$VERB" && echo "$TOOL: $@" || true
104 echo "$TOOL: $@" >&2
338 *) error "Filesystem \"$FSTYPE\" on device \"$VOLUME\" is not supported by this tool" ;;
394 *) error "Wrong argument \"$1\". (see: $TOOL --help)"
405 error "Missing command. (see: $TOOL --help)
    [all...]
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 772 # Try to find a tool that satisfies all of the tests.
782 # Make sure the default tool is just the first real command name
784 TOOL=""
798 TOOL=$trytool
811 if test -n "$TOOL"; then
813 echo "using \`$TOOL' and hoping for the best." >>$LOGFILE
815 echo "using \`$TOOL' and hoping for the best." >&2
816 echo $TOOL
1160 # rsync is NOT a GNU tool, so do NOT use find_tool for name munging.
    [all...]

Completed in 50 milliseconds