/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt-suffixes.mk | 23 deptgt-suffixes.src-left: 27 all: deptgt-suffixes.tgt-right 31 deptgt-suffixes.src-right: 35 all: deptgt-suffixes.tgt-left
|
H A D | suff-main-several.exp | 31 Clearing all suffixes 40 Clearing all suffixes 49 Clearing all suffixes
|
/freebsd/sbin/camcontrol/ |
H A D | progress.c | 49 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 D | progressbar.c | 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/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/ |
H A D | ObjCPlusPlusLanguage.cpp | 20 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 D | gaithrstress.c | 108 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 D | rehash.c | 102 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 D | t_mkdep.sh | 44 atf_test_case suffixes 81 atf_add_test_case suffixes
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 146 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() 1306 memcpy(outfile + outsize - suffixes[0].ziplen - 1, in file_compress() 1307 suffixes[0].zipped, suffixes[0].ziplen + 1); in file_compress() [all …]
|
/freebsd/sys/cddl/dev/profile/ |
H A D | profile.c | 339 } 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 D | README | 2 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 D | Makefile | 53 bsd.suffixes-posix.mk \ 54 bsd.suffixes.mk \
|
/freebsd/usr.bin/bmake/tests/suffixes/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes
|
/freebsd/usr.bin/bmake/tests/ |
H A D | Makefile | 10 TESTS_SUBDIRS+= suffixes
|
/freebsd/usr.bin/bmake/tests/suffixes/basic/ |
H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/basic
|
/freebsd/contrib/ntp/sntp/loc/ |
H A D | freebsd | 1 # FreeBSD installations and man page suffixes
|
H A D | netbsd | 1 # NetBSD installations and man page suffixes
|
H A D | darwin | 1 # Darwin (Mac OS X) installations and man page suffixes
|
H A D | redhat | 1 # RedHat/Fedora installations and man page suffixes
|
H A D | debian | 1 # Debian installations and man page suffixes
|
H A D | legacy | 1 # Legacy installations and man page suffixes
|
H A D | solaris | 1 # Solaris installations and man page suffixes
|
/freebsd/usr.bin/bmake/tests/suffixes/src_wild1/ |
H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild1
|
/freebsd/usr.bin/bmake/tests/suffixes/src_wild2/ |
H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/suffixes/src_wild2
|
/freebsd/contrib/netbsd-tests/usr.bin/make/ |
H A D | t_make.sh | 41 suffixes) atf_expect_fail "see PR toolchain/49085"
|