Searched refs:suffix (Results 76 - 100 of 255) sorted by relevance

1234567891011

/freebsd-current/usr.bin/xz/
H A DMakefile29 suffix.c \
/freebsd-current/contrib/ncurses/misc/
H A Drun_tic.in45 : "${suffix:=@EXEEXT@}"
67 if test -f ../progs/tic$suffix
93 # reset $suffix, since it applies to the target, not the build platform.
94 suffix=
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp129 llvm::StringRef prefix, suffix; local
131 std::tie(prefix, suffix) = language->GetFormatterPrefixSuffix(g_TypeHint);
135 options.SetSuffixToken(suffix.str());
333 llvm::StringRef prefix, suffix;
335 std::tie(prefix, suffix) = language->GetFormatterPrefixSuffix(g_TypeHint);
343 stream << suffix; local
368 stream << suffix; local
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c13 * provided to add prefix and suffix data.
54 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member in struct:BIO_ASN1_BUF_CTX_t
55 /* Extra buffer for prefix and suffix data */
351 ctx->suffix = ex_func->ex_func;
357 ex_func->ex_func = ctx->suffix;
375 if (!asn1_bio_setup_ex(b, ctx, ctx->suffix,
439 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, argument
442 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh40 printf "%sprefix${v}suffix%s" "$q" "$q"
42 printf %s prefix\"\'\"suffix
44 printf %s prefix\'suffix
92 atf_check -s exit:0 -o inline:'13:prefixsuffix\n' -e empty \
102 test -f "prefix-suffix" ||
103 atf_fail "failed to create prefix-suffix (45)"
104 test -s "prefix-suffix" ||
105 atf_fail "no data in prefix-suffix (45)"
106 test "$(cat prefix-suffix)" = "hello" ||
107 atf_fail "incorrect data in prefix-suffix (4
[all...]
/freebsd-current/contrib/libfido2/fuzz/
H A Dpreload-snoop.c42 get_fd(const char *hid_path, const char *suffix) argument
58 if ((r = snprintf(path, sizeof(path), "%s-%s", s, suffix)) < 0 ||
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dstring.inc76 // [basic.string.literals], suffix for basic_string literals
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c250 const int* suffix, U32 start,
258 size_t pos = (size_t)suffix[start];
284 length = ZDICT_count(b + pos, b + suffix[end]);
291 length = ZDICT_count(b + pos, b + *(suffix+start-1));
300 doneMarks[suffix[idx]] = 1;
321 if (b[suffix[id] + mml] != currentChar) {
327 currentChar = b[ suffix[id] + mml];
345 pos = suffix[refinedStart];
353 length = ZDICT_count(b + pos, b + suffix[end]);
362 length = ZDICT_count(b + pos, b + suffix[star
248 ZDICT_analyzePos( BYTE* doneMarks, const int* suffix, U32 start, const void* buffer, U32 minRatio, U32 notificationLevel) argument
550 int* const suffix = suffix0+1; local
[all...]
H A Dcover.c227 U32 *suffix; member in struct:__anon144
349 * Counts the frequency of each dmer and saves it in the suffix array.
359 * size of the suffix array.
361 const U32 dmerId = (U32)(grpPtr - ctx->suffix);
393 /* At this point we are never going to look at this segment of the suffix
398 ctx->suffix[dmerId] = freq;
524 if (ctx->suffix) {
525 free(ctx->suffix);
526 ctx->suffix = NULL;
587 /* Partial suffix arra
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c67 const char *suffix = ""; local
81 suffix = bias_suffix;
83 suffix = " (log)";
104 suffix,
/freebsd-current/contrib/bmake/
H A Dmkdeps.sh23 # If the variable 'cpp_$suffix' is set, we use it as our cpp in
257 suffix=`expr $file : '.*\.\([^.]*\)'`
259 eval cpp=\"\${cpp_${suffix}:-grep}\"
268 base=`basename $file .$suffix`
H A Dstr.h162 Substring_HasSuffix(Substring sub, Substring suffix) argument
164 size_t suffixLen = Substring_Length(suffix);
166 memcmp(sub.end - suffixLen, suffix.start, suffixLen) == 0;
/freebsd-current/sys/dev/hid/
H A Dhidmap.h255 #define HIDMAP_PROBE(hm, dev, id, map, suffix) \
257 (suffix), NULL)
261 const char *suffix, hidmap_caps_t caps);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h155 #define __ITT_BUILD_ASSERT(expr, suffix) do { \
156 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \
157 __itt_build_check_##suffix[0] = 0; \
159 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
/freebsd-current/crypto/openssl/crypto/x509/
H A Dby_dir.c36 int suffix; member in struct:lookup_dir_hashes_st
285 k = hent->suffix;
358 * If a CRL, update the last file suffix added for this.
384 hent->suffix = k;
398 } else if (hent->suffix < k) {
399 hent->suffix = k;
/freebsd-current/sys/dev/netmap/
H A Dnetmap_legacy.c93 char suffix[10]; local
94 snprintf(suffix, sizeof(suffix), "%c%d",
97 if (strlen(hdr->nr_name) + strlen(suffix)
99 /* No space for the pipe suffix. */
102 strlcat(hdr->nr_name, suffix, sizeof(hdr->nr_name));
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c582 const char *suffix; local
996 /* Find largest suffix that will fit. */
998 suffix = strchr(path + path_length - 100 - 1, '/');
1000 if (suffix == path)
1001 suffix = strchr(suffix + 1, '/');
1005 * 155 chars and a suffix <= 100 chars. (Note
1009 if (suffix == NULL /* Suffix > 100 chars. */
1010 || suffix[1] == '\0' /* empty suffix */
1554 const char *suffix, *suffix_end; local
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dcomplete.c236 char suffix[2] = " "; local
239 suffix[0] = '/';
240 if (el_insertstr(el, suffix) == -1)
/freebsd-current/sys/contrib/zstd/programs/
H A Dzstdcli.c315 * allows and interprets K, KB, KiB, M, MB and MiB suffix.
348 * allows and interprets K, KB, KiB, M, MB and MiB suffix.
360 * allows and interprets K, KB, KiB, M, MB and MiB suffix.
377 * allows and interprets K, KB, KiB, M, MB and MiB suffix.
410 * allows and interprets K, KB, KiB, M, MB and MiB suffix.
828 const char* suffix = ZSTD_EXTENSION; local
863 if (exeNameMatch(programName, ZSTD_GZ)) { suffix = GZ_EXTENSION; FIO_setCompressionType(prefs, FIO_gzipCompression); FIO_setRemoveSrcFile(prefs, 1); } /* behave like gzip */
866 if (exeNameMatch(programName, ZSTD_LZMA)) { suffix = LZMA_EXTENSION; FIO_setCompressionType(prefs, FIO_lzmaCompression); FIO_setRemoveSrcFile(prefs, 1); } /* behave like lzma */
868 if (exeNameMatch(programName, ZSTD_XZ)) { suffix = XZ_EXTENSION; FIO_setCompressionType(prefs, FIO_xzCompression); FIO_setRemoveSrcFile(prefs, 1); } /* behave like xz */
870 if (exeNameMatch(programName, ZSTD_LZ4)) { suffix
[all...]
/freebsd-current/bin/date/
H A Ddate.c380 const char *suffix; local
405 suffix = tok + 1;
411 * nanoseconds, and the suffix (i.e., the part
417 suffix) < 0) {
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py157 with tempfile.TemporaryFile(suffix='.zstream') as fd:
196 with tempfile.TemporaryFile(suffix='.zstream') as full:
200 with tempfile.TemporaryFile(suffix='.zstream') as incremental:
1634 with tempfile.TemporaryFile(suffix='.zstream') as output:
1655 with tempfile.TemporaryFile(suffix='.zstream') as output:
1684 with tempfile.TemporaryFile(suffix='.zstream') as output:
1696 with tempfile.TemporaryFile(suffix='.zstream') as output:
1708 with tempfile.TemporaryFile(suffix='.zstream') as output:
1720 with tempfile.TemporaryFile(suffix='.zstream') as output:
1731 with tempfile.TemporaryFile(suffix
[all...]
/freebsd-current/usr.bin/sort/
H A Dbwstring.h86 void bwsprintf(FILE*, struct bwstring*, const char *prefix, const char *suffix);
/freebsd-current/usr.bin/whois/
H A Dwhois.c82 const char *suffix, *server; member in struct:__anon935
261 for (i = 0; whoiswhere[i].suffix != NULL; i++) {
262 size_t suffix_len = strlen(whoiswhere[i].suffix);
265 whoiswhere[i].suffix) == 0)
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp244 llvm::StringRef suffix) {
249 s << prefix << lang.name << suffix;
254 const char *suffix) {
256 s.Printf("%s%s%s", prefix, language_names[i].name, suffix);
242 PrintSupportedLanguagesForExpressions(Stream &s, llvm::StringRef prefix, llvm::StringRef suffix) argument
253 PrintAllLanguages(Stream &s, const char *prefix, const char *suffix) argument
/freebsd-current/bin/ls/tests/
H A Dls_tests.sh561 suffix=B
564 suffix=K
567 suffix=M
570 suffix=G
573 suffix=T
576 suffix=P
735 suffix=
736 # If path is not a symlink and is a directory, then the suffix
739 suffix=/
741 atf_check -e empty -o match:"$path${suffix}"
[all...]

Completed in 423 milliseconds

1234567891011