Home
last modified time | relevance | path

Searched refs:prefix2 (Results 1 – 25 of 1212) sorted by relevance

12345678910>>...49

/dports/comms/ncid/ncid/
H A DMakefile52 prefix2 = macro
174 cd udev; $(MAKE) script prefix=$(prefix) prefix2=$(prefix2) \
178 cd systemd; $(MAKE) service prefix=$(prefix) prefix2=$(prefix2) \
186 cd FreeBSD; $(MAKE) rcd prefix=$(prefix) prefix2=$(prefix2) \
190 cd debian; $(MAKE) init prefix=$(prefix) prefix2=$(prefix2) \
197 cd modules; $(MAKE) modules prefix=$(prefix) prefix2=$(prefix2) \
206 cd setup; $(MAKE) setup prefix=$(prefix) prefix2=$(prefix2) \
220 cd client; $(MAKE) client prefix=$(prefix) prefix2=$(prefix2) \
232 cd doc; $(MAKE) doc prefix=$(prefix) prefix2=$(prefix2) \
236 cd man; $(MAKE) man prefix=$(prefix) prefix2=$(prefix2) MAN=$(MAN)
[all …]
/dports/comms/ncid/ncid/attic/
H A DMakefile179 cd udev; $(MAKE) script prefix=$(prefix) prefix2=$(prefix2) \
183 cd Fedora; $(MAKE) service prefix=$(prefix) prefix2=$(prefix2) \
191 cd FreeBSD; $(MAKE) rcd prefix=$(prefix) prefix2=$(prefix2) \
195 cd debian; $(MAKE) init prefix=$(prefix) prefix2=$(prefix2) \
206 cd modules; $(MAKE) modules prefix=$(prefix) prefix2=$(prefix2) \
215 cd setup; $(MAKE) setup prefix=$(prefix) prefix2=$(prefix2) \
218 cd gateway; $(MAKE) gateway prefix=$(prefix) prefix2=$(prefix2) \
223 cd server; $(MAKE) server prefix=$(prefix) prefix2=$(prefix2) \
229 cd client; $(MAKE) client prefix=$(prefix) prefix2=$(prefix2) \
234 cd tools; $(MAKE) tools prefix=$(prefix) prefix2=$(prefix2) \
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfpimagelist.cpp25 wxString prefix2; in CreateImageList() local
73 bmp = cbLoadBitmap(prefix2 + _T("ctor_public.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
76 bmp = cbLoadBitmap(prefix2 + _T("class_public.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
88 bmp = cbLoadBitmap(prefix2 + _T("typedef.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
91 bmp = cbLoadBitmap(prefix2 + _T("interface.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
94 bmp = cbLoadBitmap(prefix2 + _T("funcs_folder.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
103 bmp = cbLoadBitmap(prefix2 + _T("preproc.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
106 bmp = cbLoadBitmap(prefix2 + _T("var_public.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
115 bmp = cbLoadBitmap(prefix2 + _T("procedure.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
155 bmp = cbLoadBitmap(prefix2 + _T("class.png"), wxBITMAP_TYPE_PNG); in CreateImageList()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DPrefixHandle.cs183 if (ReferenceEquals(prefix2, null)) in Equals()
192 return _bufferReader.Equals2(_offset, _length, prefix2._offset, prefix2._length); in Equals()
194 …return _bufferReader.Equals2(_offset, _length, prefix2._bufferReader, prefix2._offset, prefix2._le… in Equals()
197 private bool Equals2(string prefix2) in Equals2() argument
207 return Equals2(prefix2.Value); in Equals2()
211 return prefix1.Equals2(prefix2); in operator ==()
216 return !prefix1.Equals2(prefix2); in operator !=()
221 return prefix1.Equals2(prefix2); in operator ==()
226 return !prefix1.Equals2(prefix2); in operator !=()
231 return prefix1.Equals(prefix2); in operator ==()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DPrefixHandle.cs178 bool Equals2(PrefixHandle prefix2) in Equals2() argument
187 … return bufferReader.Equals2(this.offset, this.length, prefix2.offset, prefix2.length); in Equals2()
189 …return bufferReader.Equals2(this.offset, this.length, prefix2.bufferReader, prefix2.offset, prefix… in Equals2()
192 bool Equals2(string prefix2) in Equals2() argument
202 return Equals2(prefix2.Value); in Equals2()
207 return prefix1.Equals2(prefix2); in operator ==()
212 return !prefix1.Equals2(prefix2); in operator !=()
217 return prefix1.Equals2(prefix2); in operator ==()
222 return !prefix1.Equals2(prefix2); in operator !=()
227 return prefix1.Equals2(prefix2); in operator ==()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/FindLua/
H A DFindLuaTest.cmake64 test_path(prefix2 prefix2/include/lua5.3 5.3)
68 test_path(prefix2 prefix2/include/lua5.3 5.3)
70 test_path(prefix2 prefix2/include/lua5.3 5.3)
73 test_path(prefix2 prefix2/include/lua${ver} ${ver})
75 test_path(prefix2 prefix2/include/lua${ver} ${ver})
80 test_path(prefix2 prefix2/include/lua5.9 5.9)
82 test_path(prefix2 prefix2/include/lua5.9 5.9)
85 set(LUA_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/prefix2/include/lua5.2)
87 test_path(prefix2 prefix2/include/lua5.1 5.1)
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/FindLua/
H A DFindLuaTest.cmake64 test_path(prefix2 prefix2/include/lua5.3 5.3)
68 test_path(prefix2 prefix2/include/lua5.3 5.3)
70 test_path(prefix2 prefix2/include/lua5.3 5.3)
73 test_path(prefix2 prefix2/include/lua${ver} ${ver})
75 test_path(prefix2 prefix2/include/lua${ver} ${ver})
80 test_path(prefix2 prefix2/include/lua5.9 5.9)
82 test_path(prefix2 prefix2/include/lua5.9 5.9)
85 set(LUA_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/prefix2/include/lua5.2)
87 test_path(prefix2 prefix2/include/lua5.1 5.1)
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/FindLua/
H A DFindLuaTest.cmake64 test_path(prefix2 prefix2/include/lua5.3 5.3)
68 test_path(prefix2 prefix2/include/lua5.3 5.3)
70 test_path(prefix2 prefix2/include/lua5.3 5.3)
73 test_path(prefix2 prefix2/include/lua${ver} ${ver})
75 test_path(prefix2 prefix2/include/lua${ver} ${ver})
80 test_path(prefix2 prefix2/include/lua5.9 5.9)
82 test_path(prefix2 prefix2/include/lua5.9 5.9)
85 set(LUA_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/prefix2/include/lua5.2)
87 test_path(prefix2 prefix2/include/lua5.1 5.1)
/dports/lang/perl5.34/perl-5.34.0/t/lib/
H A Dcygwin.t56 my $prefix2 = readlink "/proc/cygdrive";
57 unless ($prefix2) {
61 chomp($prefix2 = `cygpath C:`);
62 $prefix2 = substr($prefix2, 0, -1-(length($prefix2)>2));
64 is($prefix, $prefix2, 'cygdrive mount prefix2 = ' . $prefix2);
/dports/lang/perl5.30/perl-5.30.3/t/lib/
H A Dcygwin.t56 my $prefix2 = readlink "/proc/cygdrive";
57 unless ($prefix2) {
61 chomp($prefix2 = `cygpath C:`);
62 $prefix2 = substr($prefix2, 0, -1-(length($prefix2)>2));
64 is($prefix, $prefix2, 'cygdrive mount prefix2 = ' . $prefix2);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/lib/
H A Dcygwin.t56 my $prefix2 = readlink "/proc/cygdrive";
57 unless ($prefix2) {
61 chomp($prefix2 = `cygpath C:`);
62 $prefix2 = substr($prefix2, 0, -1-(length($prefix2)>2));
64 is($prefix, $prefix2, 'cygdrive mount prefix2 = ' . $prefix2);
/dports/lang/perl5.32/perl-5.32.1/t/lib/
H A Dcygwin.t56 my $prefix2 = readlink "/proc/cygdrive";
57 unless ($prefix2) {
61 chomp($prefix2 = `cygpath C:`);
62 $prefix2 = substr($prefix2, 0, -1-(length($prefix2)>2));
64 is($prefix, $prefix2, 'cygdrive mount prefix2 = ' . $prefix2);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/tools/lib/
H A Ddumpvalue.c187 const char * prefix2; in dumpString() local
188 casprintf(&prefix2, "%s ", prefix); in dumpString()
191 strfree(prefix2); in dumpString()
263 const char * prefix2; in dumpArray() local
266 dumpValue(prefix2, valueP); in dumpArray()
267 strfree(prefix2); in dumpArray()
297 const char * prefix2; in dumpStructMember() local
303 dumpValue(prefix2, keyP); in dumpStructMember()
304 strfree(prefix2); in dumpStructMember()
307 dumpValue(prefix2, valueP); in dumpStructMember()
[all …]
/dports/security/libecc/libecc-0.14.0/testsuite/polynomial/
H A Dtabledecoder.cc106 friend bool operator==(prefix_ct const& prefix1, prefix_ct const& prefix2) in operator ==() argument
107 { return (prefix1.M_n == prefix2.M_n) && (prefix1.M_kind == prefix2.M_kind); } in operator ==()
108 friend bool operator!=(prefix_ct const& prefix1, prefix_ct const& prefix2) in operator !=() argument
109 { return (prefix1.M_n != prefix2.M_n) || (prefix1.M_kind != prefix2.M_kind); } in operator !=()
110 friend bool operator<(prefix_ct const& prefix1, prefix_ct const& prefix2) in operator <() argument
111 …{ return (prefix1.M_n < prefix2.M_n) || (prefix1.M_n == prefix2.M_n && prefix1.M_kind < prefix2.M_… in operator <()
112 friend bool operator>(prefix_ct const& prefix1, prefix_ct const& prefix2) in operator >() argument
113 …{ return (prefix1.M_n > prefix2.M_n) || (prefix1.M_n == prefix2.M_n && prefix1.M_kind > prefix2.M_… in operator >()
114 friend bool operator<=(prefix_ct const& prefix1, prefix_ct const& prefix2) in operator <=() argument
115 …{ return (prefix1.M_n < prefix2.M_n) || (prefix1.M_n == prefix2.M_n && prefix1.M_kind <= prefix2.M… in operator <=()
[all …]
/dports/net/py-python-neutronclient/python-neutronclient-7.2.1/neutronclient/tests/unit/
H A Dtest_cli20_subnetpool.py41 prefix2 = '12.11.13.0/24'
43 '--pool-prefix', prefix1, '--pool-prefix', prefix2,
48 position_values = [name, min_prefixlen, [prefix1, prefix2], True,
62 prefix2 = '12.11.13.0/24'
64 '--pool-prefix', prefix1, '--pool-prefix', prefix2]
66 position_values = [name, min_prefixlen, [prefix1, prefix2]]
78 prefix2 = '12.11.13.0/24'
80 '--pool-prefix', prefix1, '--pool-prefix', prefix2,
113 prefix2 = '12.12.12.0/24'
116 '--pool-prefix', prefix1, '--pool-prefix', prefix2,
[all …]
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/tools/lib/
H A Ddumpvalue.c209 const char * prefix2; in dumpString() local
210 casprintf(&prefix2, "%s ", prefix); in dumpString()
213 strfree(prefix2); in dumpString()
285 const char * prefix2; in dumpArray() local
288 dumpValue(prefix2, valueP); in dumpArray()
289 strfree(prefix2); in dumpArray()
319 const char * prefix2; in dumpStructMember() local
325 dumpValue(prefix2, keyP); in dumpStructMember()
326 strfree(prefix2); in dumpStructMember()
329 dumpValue(prefix2, valueP); in dumpStructMember()
[all …]
/dports/math/sleef/sleef-3.5.0/src/common/
H A Darraymap.c222 strcpy(prefix2, prefix); in ArrayMap_load()
223 String_trim(prefix2); in ArrayMap_load()
228 strcat(prefix2, " : "); in ArrayMap_load()
229 prefixLen = strlen(prefix2); in ArrayMap_load()
238 free(prefix2); in ArrayMap_load()
264 free(prefix2); in ArrayMap_load()
281 strcpy(prefix2, prefix); in ArrayMap_save()
282 String_trim(prefix2); in ArrayMap_save()
287 strcat(prefix2, " : "); in ArrayMap_save()
288 prefixLen = strlen(prefix2); in ArrayMap_save()
[all …]
/dports/mail/qmail-contrib/dot-forward-0.71/
H A Dinstcheck.c13 void perm(prefix1,prefix2,prefix3,file,type,uid,gid,mode) in perm() argument
15 char *prefix2;
27 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," does not exist",0);
34 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong owner",0);
36 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong group",0);
38 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong permissions",0);
40 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong type",0);
/dports/mail/qmail-contrib/fastforward-0.51/
H A Dinstcheck.c13 void perm(prefix1,prefix2,prefix3,file,type,uid,gid,mode) in perm() argument
15 char *prefix2;
27 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," does not exist",0);
34 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong owner",0);
36 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong group",0);
38 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong permissions",0);
40 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong type",0);
/dports/mail/dot-forward/dot-forward-0.71/
H A Dinstcheck.c13 void perm(prefix1,prefix2,prefix3,file,type,uid,gid,mode) in perm() argument
15 char *prefix2;
27 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," does not exist",0);
34 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong owner",0);
36 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong group",0);
38 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong permissions",0);
40 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong type",0);
/dports/mail/fastforward/fastforward-0.51/
H A Dinstcheck.c13 void perm(prefix1,prefix2,prefix3,file,type,uid,gid,mode) in perm() argument
15 char *prefix2;
27 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," does not exist",0);
34 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong owner",0);
36 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong group",0);
38 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong permissions",0);
40 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong type",0);
/dports/devel/tig/tig-2.5.4/test/main/
H A Dcommit-title-overflow-test22 prefix2=
38 git_commit -m "${prefix2}作者 : #4 - mixed prefix"
41 prefix2="${prefix2}>"
44 prefix2="${prefix2}者"
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/facebookgo/stats/
H A Dstats_test.go18 prefix2 = "prefix2"
53 pc := stats.PrefixClient([]string{prefix1, prefix2}, hc)
64 prefix2 + avgKey,
65 prefix2 + sumKey,
66 prefix2 + histogramKey,
67 prefix2 + timeKey,
/dports/security/checkpassword/checkpassword-0.90/
H A Dinstcheck.c13 void perm(prefix1,prefix2,prefix3,file,type,uid,gid,mode) in perm() argument
15 char *prefix2;
27 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," does not exist",0);
34 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong owner",0);
36 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong group",0);
38 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong permissions",0);
40 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong type",0);
/dports/dns/djbdns/djbdns-1.05/
H A Dinstcheck.c13 void perm(prefix1,prefix2,prefix3,file,type,uid,gid,mode) in perm() argument
15 char *prefix2;
27 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," does not exist",0);
34 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong owner",0);
36 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong group",0);
38 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong permissions",0);
40 strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong type",0);

12345678910>>...49