Searched refs:suffix (Results 51 - 75 of 255) sorted by relevance

1234567891011

/freebsd-current/tools/build/cross-build/include/linux/
H A Dlibutil.h47 int humanize_number(char *buf, size_t len, int64_t bytes, const char *suffix,
/freebsd-current/contrib/bmake/unit-tests/
H A Darchive.exp16 Making list-archive-wildcard out-of-date archive-suffix.mk archive.mk ternary.mk
17 list-archive-wildcard: archive-suffix.mk
/freebsd-current/contrib/tcsh/
H A Dtw.color.c45 #define VAR(suffix,variable,defaultcolor) \
47 suffix, variable, { defaultcolor, sizeof(defaultcolor) - 1 }, \
50 #define NOS '\0' /* no suffix */
53 const char suffix; member in struct:__anon6241
424 print_color(const Char *fname, size_t len, Char suffix) argument
431 switch (suffix) {
442 if (variables[i].suffix != NOS &&
443 (Char)variables[i].suffix == suffix) {
469 print_with_color(const Char *filename, size_t len, Char suffix) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp24 llvm::StringRef suffix) {
26 m_suffix = FormatAnsiTerminalCodes(suffix);
23 Set(llvm::StringRef prefix, llvm::StringRef suffix) argument
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c144 static const char *suffix[] = local
165 write_list(stdout, suffix);
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl32 # expand opcode with size suffix;
36 my($suffix,$dst,$src);
49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
51 else { $suffix="l"; }
52 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
57 else { &::emit($opcode.$suffix,@arg);}
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp95 llvm::StringRef prefix, suffix;
97 std::tie(prefix, suffix) = language->GetFormatterPrefixSuffix(g_TypeHint);
101 stream << suffix; local
278 llvm::StringRef prefix, suffix;
280 std::tie(prefix, suffix) = language->GetFormatterPrefixSuffix(g_TypeHint);
284 stream << suffix; local
H A DCocoa.cpp346 llvm::StringRef prefix, suffix; local
348 std::tie(prefix, suffix) = language->GetFormatterPrefixSuffix(g_TypeHint);
352 stream << suffix; local
359 llvm::StringRef prefix, suffix; local
361 std::tie(prefix, suffix) = language->GetFormatterPrefixSuffix(g_TypeHint);
365 stream << suffix; local
372 llvm::StringRef prefix, suffix; local
374 std::tie(prefix, suffix) = language->GetFormatterPrefixSuffix(g_TypeHint);
378 stream << suffix; local
385 llvm::StringRef prefix, suffix; local
391 stream << suffix; local
399 llvm::StringRef prefix, suffix; local
408 stream << suffix; local
415 llvm::StringRef prefix, suffix; local
421 stream << suffix; local
428 llvm::StringRef prefix, suffix; local
434 stream << suffix; local
831 llvm::StringRef prefix, suffix; local
[all...]
/freebsd-current/stand/efi/libefi/
H A Ddevpath.c78 efi_make_tail(char *suffix) argument
83 if (suffix != NULL)
84 (void)asprintf(&tail, "/%s", suffix);
97 efi_vendor_path(const char *type, VENDOR_DEVICE_PATH *node, char *suffix) argument
109 tail = efi_make_tail(suffix);
137 efi_hw_dev_path(EFI_DEVICE_PATH *node, char *suffix) argument
142 tail = efi_make_tail(suffix);
181 efi_acpi_dev_path(EFI_DEVICE_PATH *node, char *suffix) argument
187 tail = efi_make_tail(suffix);
246 efi_messaging_dev_path(EFI_DEVICE_PATH *node, char *suffix) argument
336 efi_media_dev_path(EFI_DEVICE_PATH *node, char *suffix) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp88 pattern_info->prefix.str() + "%.*s" + pattern_info->suffix.str());
106 // Put an address "addr" out to the stream with optional prefix and suffix
110 const char *suffix) {
113 if (suffix == nullptr)
114 suffix = "";
115 s << prefix << llvm::format_hex(addr, 2 + 2 * addr_size) << suffix;
118 // Put an address range out to the stream with optional prefix and suffix
122 const char *prefix, const char *suffix) {
127 if (suffix && suffix[
108 DumpAddress(llvm::raw_ostream &s, uint64_t addr, uint32_t addr_size, const char *prefix, const char *suffix) argument
120 DumpAddressRange(llvm::raw_ostream &s, uint64_t lo_addr, uint64_t hi_addr, uint32_t addr_size, const char *prefix, const char *suffix) argument
128 s << suffix; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c223 mktmpname(const char *origname, const char *suffix) argument
227 newname = xmalloc(strlen(origname) + strlen(suffix) + 1);
229 (void) strcat(newname, suffix);
/freebsd-current/contrib/mandoc/
H A Dterm_tag.c50 term_tag_init(const char *outfilename, const char *suffix, argument
90 "/tmp/man.XXXXXXXXXX%s", suffix);
91 if ((ofd = mkstemps(tag_files.ofn, strlen(suffix))) == -1) {
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_filegen.c106 char *suffix; /* where to print suffix extension */ local
119 /* where to place suffix */
121 suffix = fullname + suflen;
138 /* no suffix, all set */
144 snprintf(suffix, suflen, "%c#%ld",
155 snprintf(suffix, suflen, "%c%04d%02d%02d",
164 snprintf(suffix, suflen, "%c%04dw%02d",
174 snprintf(suffix, suflen, "%c%04d%02d",
185 snprintf(suffix, sufle
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_sec_context_by_oid.c36 oid_prefix_equal(gss_OID oid_enc, gss_OID prefix_enc, unsigned *suffix) argument
42 *suffix = 0;
60 *suffix = oid.components[oid.length - 1];
538 unsigned suffix; local
582 &suffix)) {
586 suffix,
590 &suffix)) {
591 if (suffix == 1)
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dstring_view.inc42 // [string.view.literals], suffix for basic_string_view literals
/freebsd-current/lib/libc/regex/
H A Dregcomp.c2153 * on the already-matched suffix.
2161 int suffix; /* Keeps track of matching suffix */ local
2162 int ssuffix; /* Keeps track of suffixes' suffix */
2189 for (mindex = g->mlen - 1, suffix = g->mlen; mindex >= 0;
2190 mindex--, suffix--) {
2191 pmatches[mindex] = suffix;
2196 * against the suffix will also mismatch against the
2199 while (suffix < g->mlen
2200 && g->must[mindex] != g->must[suffix]) {
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib109 typeset suffix=""
111 suffix=":linux"
113 suffix=":freebsd"
116 if ! grep -q "$cmd \[user $uid ($user) on $hname$suffix\]" $NEW_HISTORY; then
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h147 // Returns true if and only if the given string ends with the given suffix,
148 // ignoring case. Any string is considered to end with an empty suffix.
150 const std::string& suffix);
/freebsd-current/share/examples/jails/
H A Djng391 local valid suffix
393 for suffix in ${valid##*:}; do
394 [ "$output" != "${output%.$suffix}" ] || continue
395 output_type=$suffix
/freebsd-current/contrib/bmake/mk/
H A Dmeta2deps.sh120 suffix=
125 -s) suffix="$2"; shift 2;;
135 *"$sep$top$suffix$sep"*) continue;;
137 list="${list:+$list$sep}$top$suffix"
H A Dnewlog.sh38 # Format ('%Y%m%d.%H%M%S') for suffix added to "log" to
41 # an extra suffix of our process-id.
348 # this is our default suffix
351 ""|$opt_f) suffix=$opt_S;;
352 *) suffix=`get_mtime_suffix $log $fmt`;;
356 for nlog in $log.$suffix $log.$suffix.$$
/freebsd-current/share/mk/
H A Dmeta2deps.sh120 suffix=
125 -s) suffix="$2"; shift 2;;
135 *"$sep$top$suffix$sep"*) continue;;
137 list="${list:+$list$sep}$top$suffix"
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h221 void SetPromptAnsiSuffix(std::string suffix) { argument
222 m_prompt_ansi_suffix = std::move(suffix);
229 void SetSuggestionAnsiSuffix(std::string suffix) { argument
230 m_suggestion_ansi_suffix = std::move(suffix);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h40 llvm::StringRef suffix; ///< ANSI color code to end colorization. member in struct:lldb_private::Stream::HighlightSettings
44 : pattern(p), prefix(pre), suffix(suf) {}
255 /// foreground), and the \a suffix parameter specifies the ANSI code to end
270 /// \param[in] suffix
462 /// suffix strings.
476 /// \param[in] suffix
477 /// A suffix C string. If nullptr, no suffix will be output.
479 const char *prefix = nullptr, const char *suffix = nullptr);
484 /// optional \a prefix and \a suffix string
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c118 unsigned char suffix[65536]; member in struct:private_data
262 state->suffix[code] = code;
382 *state->stackp++ = state->suffix[code];
391 state->suffix[code] = state->finbyte;

Completed in 370 milliseconds

1234567891011