Searched refs:suffixes (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-12-stable/usr.bin/bmake/tests/suffixes/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp19 const auto suffixes = {".h", ".mm"}; local
20 for (auto suffix : suffixes) {
/freebsd-12-stable/usr.bin/bmake/tests/
H A DMakefile12 TESTS_SUBDIRS+= suffixes
/freebsd-12-stable/contrib/xz/src/xz/
H A Dsuffix.c115 } suffixes[] = { local
131 // Don't check for known suffixes when --format=raw was used.
139 for (size_t i = 0; i < ARRAY_SIZE(suffixes); ++i) {
140 new_len = test_suffix(suffixes[i].compressed,
143 new_suffix = suffixes[i].uncompressed;
193 /// In contrast to uncompressed_name(), we check only suffixes that are valid
228 const char *const *suffixes = all_suffixes[format]; local
230 // Look for known filename suffixes and refuse to compress them.
231 for (size_t i = 0; suffixes[i] != NULL; ++i) {
232 if (test_suffix(suffixes[
[all...]
/freebsd-12-stable/usr.bin/bmake/tests/suffixes/basic/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/basic
/freebsd-12-stable/usr.bin/bmake/tests/suffixes/src_wild1/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild1
/freebsd-12-stable/usr.bin/bmake/tests/suffixes/src_wild2/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild2
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/mkdep/
H A Dt_mkdep.sh44 atf_test_case suffixes
46 atf_set "descr" "Test suffixes list"
68 atf_set "descr" "Test the combination of a prefix and suffixes"
81 atf_add_test_case suffixes
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/make/
H A Dt_make.sh41 suffixes) atf_expect_fail "see PR toolchain/49085"
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dxstrtol.c144 /* FIXME: update all callers except the ones that allow suffixes
155 int suffixes = 1; local
173 suffixes++;
178 suffixes++;
243 (*p) += suffixes;
/freebsd-12-stable/sbin/camcontrol/
H A Dprogress.c51 static const char * const suffixes[] = { variable
61 #define NSUFFIXES nitems(suffixes)
200 suffixes[bytesabbrev],
203 suffixes[bpsabbrev],
/freebsd-12-stable/contrib/tnftp/src/
H A Dprogressbar.c98 * List of order of magnitude suffixes, per IEC 60027-2.
100 static const char * const suffixes[] = { variable
114 #define NSUFFIXES (int)(sizeof(suffixes) / sizeof(suffixes[0]))
250 suffixes[i]);
267 suffixes[i]);
360 suffixes[i]);
/freebsd-12-stable/share/mk/
H A DMakefile54 bsd.suffixes-posix.mk \
55 bsd.suffixes.mk \
H A Dsys.mk289 .include "bsd.suffixes-posix.mk"
294 .include "bsd.suffixes.mk"
/freebsd-12-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c110 const char *suffixes[] = { "net", "com", "org" }; local
111 const size_t nsuffixes = sizeof(suffixes) / sizeof(suffixes[0]);
123 suffixes[my_arc4random_r() % nsuffixes]) == -1)
/freebsd-12-stable/crypto/openssl/apps/
H A Drehash.c91 /* Keep in sync with |suffixes|, below. */
106 static const char *suffixes[] = { "", "r" }; variable
210 for (type = OSSL_NELEM(suffixes) - 1; type > 0; type--) {
211 const char *suffix = suffixes[type];
215 i += strlen(suffixes[type]);
398 suffixes[bp->type], ep->old_id);
409 suffixes[bp->type], nextid);
431 suffixes[bp->type], ep->old_id);
/freebsd-12-stable/usr.bin/gzip/
H A Dgzip.c144 static suffixes_t suffixes[] = { variable
173 #define NUM_SUFFIXES (nitems(suffixes))
424 suffixes[0].zipped = optarg;
425 suffixes[0].ziplen = len;
427 suffixes[NUM_SUFFIXES - 1].zipped = "";
428 suffixes[NUM_SUFFIXES - 1].ziplen = 0;
1293 for (s = suffixes; s != suffixes + NUM_SUFFIXES; s++) {
1367 file, suffixes[0].zipped) >= outsize)
1368 memcpy(outfile + outsize - suffixes[
[all...]
/freebsd-12-stable/sys/cddl/dev/profile/
H A Dprofile.c374 } suffixes[] = { local
464 for (i = 0, mult = 0; suffixes[i].name != NULL; i++) {
465 if (strcasecmp(suffixes[i].name, suffix) == 0) {
466 mult = suffixes[i].mult;
471 if (suffixes[i].name == NULL && *suffix != '\0')
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c254 apr_array_header_t *suffixes;
484 sub_node = ensure_node_in_array(&node->pattern_sub_nodes->suffixes,
737 removed_all &= trim_subnode_array(&node->pattern_sub_nodes->suffixes,
864 finalize_subnode_array(node->pattern_sub_nodes->suffixes, local_sum,
869 /* Link up the prefixes / suffixes. */
871 link_prefix_patterns(node->pattern_sub_nodes->suffixes);
1352 if (node->pattern_sub_nodes->suffixes)
1357 node->pattern_sub_nodes->suffixes);
250 apr_array_header_t *suffixes; member in struct:node_pattern_t
/freebsd-12-stable/contrib/gcc/
H A Dc-cppbuiltin.c736 static const char *const suffixes[] = { "", "U", "L", "UL", "LL", "ULL" }; local
756 suffix = suffixes[is_long * 2 + TYPE_UNSIGNED (type)];
/freebsd-12-stable/contrib/bmake/mk/
H A Dsys.mk43 # Popular suffixes for C++
/freebsd-12-stable/targets/pseudo/tests/
H A DMakefile.depend291 usr.bin/bmake/tests/suffixes \
292 usr.bin/bmake/tests/suffixes/basic \
293 usr.bin/bmake/tests/suffixes/src_wild1 \
294 usr.bin/bmake/tests/suffixes/src_wild2 \
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dposix1.mk3 # Keep the default suffixes from interfering, just in case.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1122 const auto suffixes = {".cpp", ".cxx", ".c++", ".cc", ".c", local
1124 for (auto suffix : suffixes) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1090 const auto suffixes = {".h", ".m", ".M"}; local
1091 for (auto suffix : suffixes) {

Completed in 240 milliseconds

12