Home
last modified time | relevance | path

Searched refs:suffixes (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/contrib/xz/src/xz/
H A Dsuffix.c118 } suffixes[] = { in uncompressed_name() local
135 for (size_t i = 0; i < ARRAY_SIZE(suffixes); ++i) { in uncompressed_name()
136 new_len = test_suffix(suffixes[i].compressed, in uncompressed_name()
139 new_suffix = suffixes[i].uncompressed; in uncompressed_name()
230 const char *const *suffixes = all_suffixes[format]; in compressed_name() local
233 for (size_t i = 0; suffixes[i] != NULL; ++i) { in compressed_name()
234 if (test_suffix(suffixes[i], src_name, src_len) != 0) { in compressed_name()
235 msg_suffix(src_name, suffixes[i]); in compressed_name()
258 ? custom_suffix : suffixes[0]; in compressed_name()
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-suffixes.mk23 deptgt-suffixes.src-left:
27 all: deptgt-suffixes.tgt-right
31 deptgt-suffixes.src-right:
35 all: deptgt-suffixes.tgt-left
H A Dsuff-main-several.exp31 Clearing all suffixes
40 Clearing all suffixes
49 Clearing all suffixes
/freebsd/sbin/camcontrol/
H A Dprogress.c49 static const char * const suffixes[] = { variable
59 #define NSUFFIXES nitems(suffixes)
198 suffixes[bytesabbrev], in progress_draw()
201 suffixes[bpsabbrev], in progress_draw()
/freebsd/contrib/tnftp/src/
H A Dprogressbar.c100 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/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp20 const auto suffixes = {".h", ".mm"}; in LLDB_PLUGIN_DEFINE() local
21 for (auto suffix : suffixes) { in LLDB_PLUGIN_DEFINE()
/freebsd/tools/regression/gaithrstress/
H A Dgaithrstress.c108 const char *suffixes[] = { "net", "com", "org" }; in work() local
109 const size_t nsuffixes = sizeof(suffixes) / sizeof(suffixes[0]); in work()
121 suffixes[my_arc4random_r() % nsuffixes]) == -1) in work()
/freebsd/crypto/openssl/apps/
H A Drehash.c102 static const char *suffixes[] = { "", "r" }; variable
212 for (type = OSSL_NELEM(suffixes) - 1; type > 0; type--) { in handle_symlink()
213 const char *suffix = suffixes[type]; in handle_symlink()
217 i += strlen(suffixes[type]); in handle_symlink()
427 suffixes[bp->type], ep->old_id); in do_dir()
438 suffixes[bp->type], nextid); in do_dir()
460 suffixes[bp->type], ep->old_id); in do_dir()
/freebsd/contrib/netbsd-tests/usr.bin/mkdep/
H A Dt_mkdep.sh44 atf_test_case suffixes
81 atf_add_test_case suffixes
/freebsd/usr.bin/gzip/
H A Dgzip.c146 static suffixes_t suffixes[] = { variable
176 #define NUM_SUFFIXES (nitems(suffixes))
396 suffixes[0].zipped = optarg; in main()
397 suffixes[0].ziplen = len; in main()
399 suffixes[NUM_SUFFIXES - 1].zipped = ""; in main()
400 suffixes[NUM_SUFFIXES - 1].ziplen = 0; in main()
1239 for (s = suffixes; s != suffixes + NUM_SUFFIXES; s++) { in check_suffix()
1305 file, suffixes[0].zipped) >= outsize) in file_compress()
1307 suffixes[0].zipped, suffixes[0].ziplen + 1); in file_compress()
1918 slen = suffixes[0].ziplen; in handle_pathname()
[all …]
/freebsd/sys/cddl/dev/profile/
H A Dprofile.c339 } suffixes[] = { in profile_provide() local
429 for (i = 0, mult = 0; suffixes[i].name != NULL; i++) { in profile_provide()
430 if (strcasecmp(suffixes[i].name, suffix) == 0) { in profile_provide()
431 mult = suffixes[i].mult; in profile_provide()
436 if (suffixes[i].name == NULL && *suffix != '\0') in profile_provide()
/freebsd/bin/ed/test/
H A DREADME2 The files in this directory with suffixes `.t', `.d', `.r' and `.err' are
8 The test file suffixes have the following meanings:
/freebsd/share/mk/
H A DMakefile54 bsd.suffixes-posix.mk \
55 bsd.suffixes.mk \
/freebsd/usr.bin/bmake/tests/suffixes/
H A DMakefile2 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes
/freebsd/usr.bin/bmake/tests/
H A DMakefile11 TESTS_SUBDIRS+= suffixes
/freebsd/usr.bin/bmake/tests/suffixes/basic/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/basic
/freebsd/contrib/ntp/sntp/loc/
H A Dfreebsd1 # FreeBSD installations and man page suffixes
H A Dnetbsd1 # NetBSD installations and man page suffixes
H A Ddarwin1 # Darwin (Mac OS X) installations and man page suffixes
H A Dredhat1 # RedHat/Fedora installations and man page suffixes
H A Dlegacy1 # Legacy installations and man page suffixes
H A Ddebian1 # Debian installations and man page suffixes
H A Dsolaris1 # Solaris installations and man page suffixes
/freebsd/usr.bin/bmake/tests/suffixes/src_wild1/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild1
/freebsd/usr.bin/bmake/tests/suffixes/src_wild2/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild2

1234