Home
last modified time | relevance | path

Searched refs:my_suffix (Results 1 – 15 of 15) sorted by relevance

/dports/x11/xterm/xterm-370/package/
H A Dxterm.spec4 %global my_suffix -dev
5 %global fullname %{my_middle}%{my_suffix}
/dports/net/olsrd/olsrd-0.9.8/lib/nameservice/src/
H A Dnameservice.c90 static char my_suffix[MAX_SUFFIX]; variable
187 my_suffix[0] = '\0'; in name_constructor()
278 …gin_parameter = &set_plugin_string, .data = &my_suffix, .addon = {sizeof(my_s…
364 regex_size = 256 * sizeof(char) + strlen(my_suffix); in name_lazy_init()
389 strscat(regex_service, my_suffix, regex_size); in name_lazy_init()
1118 …rintf(hosts, "%s\t%s%s\t# myself\n", olsr_ip_to_string(&strbuf, &name->ip), name->name, my_suffix); in write_hosts_file()
1130 … OLSR_PRINTF(6, "%s\t%s%s\t#%s\n", olsr_ip_to_string(&strbuf1, &name->ip), name->name, my_suffix, in write_hosts_file()
1133 … fprintf(hosts, "%s\t%s%s\t# %s\n", olsr_ip_to_string(&strbuf1, &name->ip), name->name, my_suffix, in write_hosts_file()
1147 my_suffix, olsr_ip_to_string(&strbuf2, &entry->originator), mid_num); in write_hosts_file()
1150 my_suffix, olsr_ip_to_string(&strbuf2, &entry->originator), mid_num); in write_hosts_file()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/rental-0.5.5/tests/
H A Dtrait.rs21 my_suffix: &'my_trait (MyTrait + 'static),
/dports/www/firefox/firefox-99.0/third_party/rust/rental/tests/
H A Dtrait.rs21 my_suffix: &'my_trait (MyTrait + 'static),
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rental/tests/
H A Dtrait.rs21 my_suffix: &'my_trait (MyTrait + 'static),
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rental/tests/
H A Dtrait.rs21 my_suffix: &'my_trait (MyTrait + 'static),
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rental/tests/
H A Dtrait.rs21 my_suffix: &'my_trait (MyTrait + 'static),
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_preproc_str_undef.v2 `define SUFFIX my_suffix
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/alignment_free/
H A Dkmer_functions.h721 …String<TAlphabet> my_suffix = suffix(word1, i); // Overlap of suffix of word1 with prefix of word2
724 if (my_suffix == my_prefix)
787 …String<TAlphabet> my_suffix = suffix(word1, length1 - i - 1); // Overlap of suffix of word1 with …
790 if (my_suffix == my_prefix)
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/alignment_free/
H A Dkmer_functions.h721 …String<TAlphabet> my_suffix = suffix(word1, i); // Overlap of suffix of word1 with prefix of word2
724 if (my_suffix == my_prefix)
787 …String<TAlphabet> my_suffix = suffix(word1, length1 - i - 1); // Overlap of suffix of word1 with …
790 if (my_suffix == my_prefix)
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/alignment_free/
H A Dkmer_functions.h721 …String<TAlphabet> my_suffix = suffix(word1, i); // Overlap of suffix of word1 with prefix of word2
724 if (my_suffix == my_prefix)
787 …String<TAlphabet> my_suffix = suffix(word1, length1 - i - 1); // Overlap of suffix of word1 with …
790 if (my_suffix == my_prefix)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/mbe/
H A Dmacro_rules.rs927 let my_suffix = TokenSet::singleton(d.close_tt(span)); in check_matcher_core() localVariable
928 check_matcher_core(sess, features, def, first_sets, &d.tts, &my_suffix); in check_matcher_core()
949 let my_suffix = if let Some(sep) = &seq_rep.separator { in check_matcher_core() localVariable
961 check_matcher_core(sess, features, def, first_sets, &seq_rep.tts, my_suffix); in check_matcher_core()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYLocal.c2048 const char *my_suffix; in dired_options() local
2163 my_suffix = GetDiredSuffix(mp); in dired_options()
2164 if (non_empty(my_suffix) && in dired_options()
2165 (strlen(path) < strlen(my_suffix) || in dired_options()
2166 strcmp(my_suffix, &path[(strlen(path) - strlen(my_suffix))]) != 0)) in dired_options()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYLocal.c2048 const char *my_suffix; in dired_options() local
2163 my_suffix = GetDiredSuffix(mp); in dired_options()
2164 if (non_empty(my_suffix) && in dired_options()
2165 (strlen(path) < strlen(my_suffix) || in dired_options()
2166 strcmp(my_suffix, &path[(strlen(path) - strlen(my_suffix))]) != 0)) in dired_options()
/dports/sysutils/vttest/vttest-20180811/
H A Dvt320.c620 static const char *my_suffix = "<>0A"; in tst_DECRSPS_cursor() local
625 (actual.cs_suffix[j][0] == my_suffix[j]) ? "OK" : "ERR", in tst_DECRSPS_cursor()