/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-sysv.exp | 5 suffix = "suffix" 7 pre-middle-suffix = "pre-middle-suffix" 9 suffix =NS "suffixNS" 11 pre-middle-suffix =NS "pre-middle-suffixNS" 13 suffix =% "suffix%" 15 pre-middle-suffix =% "pre-middle-suffix%" 17 suffix =%NS "suffix%NS" 19 pre-middle-suffix =%NS "pre-middle-suffix%NS" 21 suffix =NPre% "suffixNPre%" 23 pre-middle-suffix =NPre% "pre-middle-suffixNPre%" [all …]
|
H A D | suff.exp | 1 Adding suffix ".from" 2 Adding suffix ".to" 45 No valid suffix on step1 46 Wildcard expanding "edge-case.to"...suffix is ".to"... 65 …suffix.mk...Global: .ALLTARGETS = step1 edge-case.to everything ${.PREFIX}${.ARCHIVE}.additional … 66 …}${.ARCHIVE}.additional edge-case.from edge-case.additional a*.mk .END archive-suffix.mk archive.mk 68 No valid suffix on everything 74 No known suffix on edge-case.additional. Using .NULL suffix 75 not adding suffix rules 78 suffix is ".from"... [all …]
|
H A D | suff-lookup.exp | 1 Adding suffix ".c" 2 Adding suffix ".cc" 3 Adding suffix ".ccc" 4 Adding suffix ".short" 5 Adding suffix ".sho" 6 Adding suffix ".dead-end" 28 Adding suffix ".c" 29 Adding suffix ".cc" 30 Adding suffix ".ccc" 35 Adding suffix ".short" [all …]
|
H A D | suff-rebuild.exp | 6 Adding suffix ".a" 7 Adding suffix ".b" 8 Adding suffix ".c" 39 No known suffix on all. Using .NULL suffix 40 adding suffix rules 46 No known suffix on suff-rebuild-example. Using .NULL suffix 47 adding suffix rules 56 suffix is ".c"... 57 suffix is ".b"... 58 suffix is ".a"... [all …]
|
H A D | suff-transform-select.exp | 1 Adding suffix ".c" 2 Adding suffix ".d" 6 Adding suffix ".e" 10 Adding suffix ".f" 11 Adding suffix ".g" 26 No known suffix on all. Using .NULL suffix 27 adding suffix rules 34 Wildcard expanding "issue10.e"...suffix is ".e"... 37 suffix is ".d"... 40 suffix is ".d"...
|
H A D | suff-incomplete.exp | 6 Adding suffix ".a" 7 Adding suffix ".b" 8 Adding suffix ".c" 30 No known suffix on all. Using .NULL suffix 31 adding suffix rules 32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"... 35 Wildcard expanding "suff-incomplete.c"...suffix is ".c"... 39 No known suffix on .END. Using .NULL suffix 40 adding suffix rules
|
H A D | posix1.exp | 28 Target with suffix transformations 32 Implied source with suffix transformations 36 Suffixless target with suffix transformations 40 Out-of-date dependencies with suffix transformations 44 Member with suffix transformations 68 Target with suffix transformations 72 Implied source with suffix transformations 76 Suffixless target with suffix transformations 80 Out-of-date dependencies with suffix transformations 84 Member with suffix transformations [all …]
|
H A D | suff-main-several.exp | 10 Adding suffix ".1" 11 Adding suffix ".2" 17 Adding suffix ".3" 23 Adding suffix ".4" 34 Adding suffix ".4" 35 Adding suffix ".3" 36 Adding suffix ".2" 37 Adding suffix ".1" 43 Adding suffix ".1" 44 Adding suffix ".2" [all …]
|
H A D | suff-transform-endless.exp | 1 Adding suffix ".c" 2 Adding suffix ".d" 6 Adding suffix ".e" 10 Adding suffix ".f" 25 No known suffix on all. Using .NULL suffix 26 adding suffix rules 33 Wildcard expanding "issue6.f"...suffix is ".f"... 40 suffix is ".e"...
|
H A D | varmod-sysv.mk | 3 # Tests for the variable modifier ':from=to', which replaces the suffix 31 # Another use case for the modifier ':from=to' is to append a suffix to each 82 .if ${:L:=suffix} != "" 90 .if ${:L:%=suffix} != "" 140 # a suffix. 145 # Each word gets the suffix "X" appended. 150 # The suffix "o" is replaced with "X". 155 # The suffix "o" is replaced with nothing. 160 # The suffix "o" is replaced with a literal percent. The percent is only 166 # Each word with the suffix "o" is replaced with "X". The percent is a [all …]
|
H A D | suff-phony.exp | 1 Adding suffix ".c" 7 No valid suffix on all 9 No known suffix on .END. Using .NULL suffix 10 adding suffix rules
|
/freebsd/contrib/bmake/ |
H A D | suff.c | 72 * Maintain suffix lists and find implicit dependents using suffix 81 * Extend the search path of each suffix to include the 90 * Suff_AddSuffix Add the passed string as another known suffix. 92 * Suff_GetPath Return the search path for the given suffix. 95 * Mark the given suffix as denoting an include file. 97 * Suff_AddLib Mark the given suffix as denoting a library. 100 * Add another transformation to the suffix graph. 102 * Suff_SetNull Define the suffix to consider the suffix of 106 * a target based on its suffix. Returns the 140 * Counter for assigning suffix numbers. [all …]
|
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_varval.sh | 40 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 (45)" [all …]
|
/freebsd/sbin/ipf/libipf/ |
H A D | printaddr.c | 15 char *suffix; in printaddr() local 20 suffix = "bcast"; in printaddr() 26 suffix = NULL; in printaddr() 30 suffix = "net"; in printaddr() 34 suffix = "netmasked"; in printaddr() 38 suffix = "peer"; in printaddr() 42 suffix = NULL; in printaddr() 49 suffix = NULL; in printaddr() 55 suffix = NULL; in printaddr() 61 suffix = NULL; in printaddr() [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | trace.c | 178 char *suffix; member 190 SUFFIX enumerator 204 case SUFFIX: in trace_attach_cb() 205 OSSL_TRACE2(TRACE, "Attach suffix \"%s\" to category '%s'\n", in trace_attach_cb() 225 case SUFFIX: in trace_detach_cb() 226 OSSL_TRACE2(TRACE, "Detach suffix \"%s\" from category '%s'\n", in trace_detach_cb() 243 const char **prefix, const char **suffix, in set_trace_data() argument 257 curr_suffix = trace_channels[category].suffix; in set_trace_data() 264 if (suffix != NULL && curr_suffix != NULL) { in set_trace_data() 265 detach_cb(category, SUFFIX, curr_suffix); in set_trace_data() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTree.h | 10 // Suffix trees represent the suffixes of their input strings in their leaves. 11 // A suffix tree is a type of compressed trie structure where each node 13 // of the tree is a suffix. 15 // A suffix tree can be seen as a type of state machine where each state is a 21 // These integers may result from hashing some data type. A suffix tree can 24 // The suffix tree is implemented using Ukkonen's algorithm for linear-time 25 // suffix tree construction. Ukkonen's algorithm is explained in more detail 26 // in the paper by Esko Ukkonen "On-line construction of suffix trees. The 63 /// The root of the suffix tree. 116 /// Set the suffix indices of the leaves to the start indices of their [all …]
|
/freebsd/usr.bin/basename/ |
H A D | basename.c | 49 char *p, *suffix; in main() local 59 suffix = NULL; in main() 68 suffix = optarg; in main() 86 if ((suffix == NULL && !aflag) && argc == 2) { in main() 87 suffix = argv[1]; in main() 90 if (suffix != NULL) in main() 91 suffixlen = strlen(suffix); in main() 95 stripsuffix(p, suffix, suffixlen); in main() 103 stripsuffix(char *p, const char *suffix, size_t suffixlen) in stripsuffix() argument 110 strcmp(suffix, q) == 0) { in stripsuffix() [all …]
|
/freebsd/contrib/libarchive/tar/ |
H A D | creation_set.c | 30 const char *suffix; member 35 get_suffix_code(const struct suffix_code_t *tbl, const char *suffix) in get_suffix_code() argument 39 if (suffix == NULL) in get_suffix_code() 41 for (i = 0; tbl[i].suffix != NULL; i++) { in get_suffix_code() 42 if (strcmp(tbl[i].suffix, suffix) == 0) in get_suffix_code() 49 get_filter_code(const char *suffix) in get_filter_code() argument 51 /* A pair of suffix and compression/filter. */ in get_filter_code() 68 return get_suffix_code(filters, suffix); in get_filter_code() 72 get_format_code(const char *suffix) in get_format_code() argument 74 /* A pair of suffix and format. */ in get_format_code() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 33 StringRef Suffix) { in printLine() 35 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine() 38 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine() 41 OS << Suffix << '\n'; in printLine() 48 StringRef Suffix(" *|"); in emitSourceFileHeader() 49 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader() 50 size_t PSLen = Prefix.size() + Suffix.size(); in emitSourceFileHeader() 55 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); in emitSourceFileHeader() 58 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader() 60 Suffix); in emitSourceFileHeader() 32 printLine(raw_ostream & OS,const Twine & Prefix,char Fill,StringRef Suffix) printLine() argument 46 StringRef Suffix(" *|"); emitSourceFileHeader() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/ |
H A D | OffloadWrapper.h | 22 /// \param Suffix An optional suffix appended to the emitted symbols. 28 llvm::StringRef Suffix = "", 35 /// \param Suffix An optional suffix appended to the emitted symbols. 39 EntryArrayTy EntryArray, llvm::StringRef Suffix = "", 46 /// \param Suffix An optional suffix appended to the emitted symbols. 50 EntryArrayTy EntryArray, llvm::StringRef Suffix = "",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 274 // The suffix used in assembly language on an instruction operating 280 // The suffix used on an instruction that mentions the whole type. 281 string Suffix = suffixletter # BitsSuffix; 283 // The letter part of the suffix only. 399 // of input operands that provides the VPT suffix (none, T or E) and 402 string suffix, string ops, vpred_ops vpred, string cstr, 405 // If the instruction has a suffix, like vadd.f32, then the 406 // VPT predication suffix goes before the dot, so the full 409 !if(!eq(suffix, ""), "", !strconcat(".", suffix))), [all...] |
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 18-dtls-renegotiate.cnf.in | 27 my $suffix = ($sctp eq "No") ? "" : "-sctp"; 30 name => "renegotiate-client-no-resume".$suffix, 47 name => "renegotiate-client-resume".$suffix, 72 name => "renegotiate-server-resume".$suffix, 88 name => "renegotiate-client-auth-require".$suffix, 108 name => "renegotiate-client-auth-once".$suffix, 133 name => "renegotiate-aead-to-non-aead".$suffix, 152 name => "renegotiate-non-aead-to-aead".$suffix, 171 name => "renegotiate-non-aead-to-non-aead".$suffix, 190 name => "renegotiate-aead-to-aead".$suffix,
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.1 | 37 .Op Fl S Ar suffix 45 .Op Fl S Ar suffix 70 will be replaced with another file with the suffix, set by the 71 .Fl S Ar suffix 76 will be checked for existence, as will the file with the suffix 169 .It Fl S Ar suffix , Fl Fl suffix Ar suffix 170 This option changes the default suffix from .gz to 171 .Ar suffix .
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrKL.td | 21 multiclass Aesencdec<string suffix> { 22 def AESENC128KL#suffix : I<0xDC, MRMSrcMem, (outs VR128:$dst), 27 def AESDEC128KL#suffix : I<0xDD, MRMSrcMem, (outs VR128:$dst), 32 def AESENC256KL#suffix : I<0xDE, MRMSrcMem, (outs VR128:$dst), 37 def AESDEC256KL#suffix : I<0xDF, MRMSrcMem, (outs VR128:$dst), 63 multiclass Aesencdecwide<string suffix> { 64 …def AESENCWIDE128KL#suffix : I<0xD8, MRM0m, (outs), (ins opaquemem:$src), "aesencwide128kl\t$src",… 65 …def AESDECWIDE128KL#suffix : I<0xD8, MRM1m, (outs), (ins opaquemem:$src), "aesdecwide128kl\t$src",… 66 …def AESENCWIDE256KL#suffix : I<0xD8, MRM2m, (outs), (ins opaquemem:$src), "aesencwide256kl\t$src",… 67 …def AESDECWIDE256KL#suffix : I<0xD8, MRM3m, (outs), (ins opaquemem:$src), "aesdecwide256kl\t$src",…
|
/freebsd/contrib/ncurses/ |
H A D | mk-1st.awk | 43 # suffix (e.g., "_g.a", for debug libraries) 50 # TermlibSuffix (".so" or other suffix for libterm.so) 75 return sprintf("%s%s%s", prefix, a_name, suffix) 80 result = sprintf("%s%s%s.a", prefix, a_name, suffix); 82 result = sprintf("%s%s%s.lib", prefix, a_name, suffix); 91 result = sprintf("%s%s$(ABI_VERSION)%s", "cyg", a_name, suffix); 93 result = sprintf("%s%s$(ABI_VERSION)%s", "msys-", a_name, suffix); 95 result = sprintf("%s%s$(ABI_VERSION)%s", prefix, a_name, suffix); 97 result = sprintf("%s%s.$(ABI_VERSION)%s", prefix, a_name, suffix); 106 result = sprintf("%s%s$(REL_VERSION)%s", "cyg", a_name, suffix); [all …]
|