Searched refs:usage (Results 51 - 75 of 252) sorted by relevance

1234567891011

/haiku-buildtools/legacy/binutils/binutils/
H A Dcxxfilt.c92 usage (FILE *stream, int status) function
186 usage (stderr, 1);
189 usage (stdout, 0);
H A Dsize.c67 static void usage (FILE *, int);
82 usage (FILE *stream, int status)
161 usage (stderr, 1);
188 usage (stderr, 1);
229 usage (stderr, 1);
235 usage (stdout, 0);
80 usage (FILE *stream, int status) function
/haiku-buildtools/binutils/binutils/
H A Dcxxfilt.c91 usage (FILE *stream, int status) function
188 usage (stderr, 1);
191 usage (stdout, 0);
H A Dembedspu.sh23 usage () function
68 usage
74 usage
78 usage
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dgreg-10.d7 # Most simple greg usage: relocate to each possible location within an
H A Dgreg-1.d7 # Most simple greg usage: relocate to each possible location within an
H A Dgreg-12.d9 # A greg usage with an expanding insn. The register reloc must be
/haiku-buildtools/legacy/autoconf/
H A Dautoheader.sh26 usage="\
54 echo "${usage}"; exit 0 ;;
60 test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
68 test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
78 echo "${usage}" 1>&2; exit 1 ;;
97 *) echo "$usage" >&2; exit 1 ;;
H A Dautoreconf.sh20 usage="\
37 echo "$usage"; exit 0 ;;
43 test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
51 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
66 -*) echo "$usage" 1>&2; exit 1 ;;
79 echo "$usage" 1>&2; exit 1
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dgreg-1.d7 # Most simple greg usage: relocate to each possible location within an
H A Dgreg-10.d7 # Most simple greg usage: relocate to each possible location within an
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dhash_int_erase_mem.cc56 usage();
101 usage() function
104 cerr << "usage: hash_random_int_erase_if_test <vn> <vs> <vm>"
H A Dall_int_subscript_find.cc49 usage();
104 usage() function
107 cerr << "usage: hash_random_int_subscript_find_timing_test <vn> <vs> <vm>" <<
H A Dhash_zlob_int_find.cc48 usage();
97 usage() function
100 cerr << "usage: hash_zlob_random_int_find_timing_test <vn> <vs> <vm>" <<
H A Dall_int_find.cc49 usage();
104 usage() function
107 cerr << "usage: hash_random_int_find_timing_test <vn> <vs> <vm>" <<
H A Dall_int_subscript_insert.cc49 usage();
104 usage() function
107 cerr << "usage: hash_random_int_subscript_insert_timing_test <vn> <vs> <vm>"
H A Dpriority_queue_text_pop_mem.cc49 usage();
102 usage() function
105 cerr << "usage: priority_queue_text_pop_mem_usage_test <f_name> <vn> <vs> <vm>" <<
H A Dpriority_queue_text_modify.hpp48 usage();
102 usage() function
105 cerr << "usage: priority_queue_text_modify_timing_test <f_name> <vn> <vs> <vm> <modify_up>" <<
H A Dpriority_queue_int_push_pop.cc48 usage();
98 usage() function
100 std::cerr << "usage: priority_queue_random_int_push_pop_timing_test <vn> <vs> <vm>" <<
H A Dtree_text_insert.cc50 usage();
94 usage() function
97 cerr << "usage: tree_text_insert_timing_test <f_name> <vn> <vs> <vm>" <<
/haiku-buildtools/gcc/contrib/
H A Dgcc_build57 # Issue a usage message explaining how to use this script.
59 usage() { function
243 # Issue usage if no parameters are given.
244 test $# -eq 0 && usage
258 \?) usage;;
274 *) usage;;
H A Dcheck_warning_flags.sh19 usage () function
21 echo "usage: $progname path/to/gcc/doc"
30 test $# = 1 || usage
35 usage
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Drand_regression_test.hpp92 usage(const std::string& r_name);
121 detail::usage(name);
146 usage(const std::string& name) function in namespace:__gnu_pbds::test::detail
149 cerr << "usage: " << name << " <sd> <n> <m> <tp> <ip> <dp> <ep> <cp> <mp> ['t' | 'f']" <<
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Drand_regression_test.hpp93 usage(const std::string& r_name);
121 detail::usage(name);
146 usage(const std::string& name) function in namespace:__gnu_pbds::test::detail
149 cerr << "usage: " << name
/haiku-buildtools/gcc/libstdc++-v3/doc/doxygen/
H A Dstdheader.cc3 const char* const usage = variable
160 std::cerr << usage; local

Completed in 81 milliseconds

1234567891011