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

12

/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt-suffixes.exp29 : Making deptgt-suffixes.src-left out of nothing.
30 : Making deptgt-suffixes.tgt-right from deptgt-suffixes.src-left.
31 : Making deptgt-suffixes.src-right out of nothing.
32 : Making deptgt-suffixes.tgt-left from deptgt-suffixes.src-right.
H A Dvarname-dot-suffixes.mk1 # $NetBSD: varname-dot-suffixes.mk,v 1.5 2023/12/20 09:03:09 rillig Exp $
3 # Tests for the special "variable" .SUFFIXES, which lists the suffixes that
20 # The suffixes list is still empty, and so is the "variable" '.SUFFIXES'.
27 # The suffixes are listed in declaration order.
37 # Now the suffixes list is not empty anymore. It may seem strange that there
46 # Changes to the suffixes list are reflected immediately.
61 # The list of suffixes can only be modified using dependency declarations, any
85 # suffixes again.
H A Dsuff-main-several.exp31 Clearing all suffixes
40 Clearing all suffixes
49 Clearing all suffixes
H A Dsuff-incomplete.exp3 Clearing all suffixes
H A Dvarmod-order-numeric.mk53 # The measurement units for suffixes are k, M, G, but not T.
H A Dsuff-lookup.exp27 Clearing all suffixes
H A Dsuff-rebuild.exp3 Clearing all suffixes
/freebsd-current/usr.bin/bmake/tests/suffixes/
H A DMakefile2 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp20 const auto suffixes = {".h", ".mm"}; local
21 for (auto suffix : suffixes) {
/freebsd-current/usr.bin/bmake/tests/
H A DMakefile11 TESTS_SUBDIRS+= suffixes
/freebsd-current/contrib/xz/src/xz/
H A Dsuffix.c118 } suffixes[] = { local
135 for (size_t i = 0; i < ARRAY_SIZE(suffixes); ++i) {
136 new_len = test_suffix(suffixes[i].compressed,
139 new_suffix = suffixes[i].uncompressed;
189 /// In contrast to uncompressed_name(), we check only suffixes that are valid
230 const char *const *suffixes = all_suffixes[format]; local
232 // Look for known filename suffixes and refuse to compress them.
233 for (size_t i = 0; suffixes[i] != NULL; ++i) {
234 if (test_suffix(suffixes[i], src_name, src_len) != 0) {
235 msg_suffix(src_name, suffixes[
[all...]
/freebsd-current/usr.bin/bmake/tests/suffixes/basic/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/basic
/freebsd-current/usr.bin/bmake/tests/suffixes/src_wild1/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild1
/freebsd-current/usr.bin/bmake/tests/suffixes/src_wild2/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild2
/freebsd-current/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-current/contrib/netbsd-tests/usr.bin/make/
H A Dt_make.sh41 suffixes) atf_expect_fail "see PR toolchain/49085"
/freebsd-current/sbin/camcontrol/
H A Dprogress.c49 static const char * const suffixes[] = { variable
59 #define NSUFFIXES nitems(suffixes)
198 suffixes[bytesabbrev],
201 suffixes[bpsabbrev],
/freebsd-current/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-current/share/mk/
H A DMakefile54 bsd.suffixes-posix.mk \
55 bsd.suffixes.mk \
/freebsd-current/tools/regression/gaithrstress/
H A Dgaithrstress.c108 const char *suffixes[] = { "net", "com", "org" }; local
109 const size_t nsuffixes = sizeof(suffixes) / sizeof(suffixes[0]);
121 suffixes[my_arc4random_r() % nsuffixes]) == -1)
/freebsd-current/crypto/openssl/apps/
H A Drehash.c87 /* Keep in sync with |suffixes|, below. */
102 static const char *suffixes[] = { "", "r" }; variable
212 for (type = OSSL_NELEM(suffixes) - 1; type > 0; type--) {
213 const char *suffix = suffixes[type];
217 i += strlen(suffixes[type]);
427 suffixes[bp->type], ep->old_id);
438 suffixes[bp->type], nextid);
460 suffixes[bp->type], ep->old_id);
/freebsd-current/usr.bin/gzip/
H A Dgzip.c146 static suffixes_t suffixes[] = { variable
176 #define NUM_SUFFIXES (nitems(suffixes))
396 suffixes[0].zipped = optarg;
397 suffixes[0].ziplen = len;
399 suffixes[NUM_SUFFIXES - 1].zipped = "";
400 suffixes[NUM_SUFFIXES - 1].ziplen = 0;
1239 for (s = suffixes; s != suffixes + NUM_SUFFIXES; s++) {
1305 file, suffixes[0].zipped) >= outsize)
1306 memcpy(outfile + outsize - suffixes[
[all...]
/freebsd-current/sys/cddl/dev/profile/
H A Dprofile.c339 } suffixes[] = { local
429 for (i = 0, mult = 0; suffixes[i].name != NULL; i++) {
430 if (strcasecmp(suffixes[i].name, suffix) == 0) {
431 mult = suffixes[i].mult;
436 if (suffixes[i].name == NULL && *suffix != '\0')
/freebsd-current/contrib/bmake/mk/
H A Dsys.mk48 # Popular suffixes for C++
163 .include <suffixes.mk>
/freebsd-current/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 \

Completed in 327 milliseconds

12