Home
last modified time | relevance | path

Searched refs:s_template (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/io/
H A Dutils.hpp113 std::unique_ptr<char[]> s_template(new char[filename.size() + 1]); in mkstemp()
114 std::copy(filename.begin(), filename.end(), s_template.get()); in mkstemp()
115 s_template[filename.size()] = 0; in mkstemp()
120 handle = ::mkstemp(s_template.get()); in mkstemp()
122 handle = mkostemp(s_template.get(), O_WRONLY | O_SYNC); in mkstemp()
125 filename = s_template.get(); in mkstemp()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/io/
H A Dutils.hpp112 std::unique_ptr<char[]> s_template(new char[slen + 1]); in mkstemp()
113 std::copy(filename.begin(), filename.end(), s_template.get()); in mkstemp()
114 s_template[slen] = 0; in mkstemp()
119 handle = ::mkstemp(s_template.get()); in mkstemp()
121 handle = mkostemp(s_template.get(), O_WRONLY | O_SYNC); in mkstemp()
124 filename = s_template.get(); in mkstemp()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/io/
H A Dutils.hpp112 std::unique_ptr<char[]> s_template(new char[filename.size() + 1]); in mkstemp()
113 std::copy(filename.begin(), filename.end(), s_template.get()); in mkstemp()
114 s_template[filename.size()] = 0; in mkstemp()
119 handle = ::mkstemp(s_template.get()); in mkstemp()
121 handle = mkostemp(s_template.get(), O_WRONLY | O_SYNC); in mkstemp()
124 filename = s_template.get(); in mkstemp()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/io/
H A Dutils.hpp113 std::unique_ptr<char[]> s_template(new char[filename.size() + 1]); in mkstemp()
114 std::copy(filename.begin(), filename.end(), s_template.get()); in mkstemp()
115 s_template[filename.size()] = 0; in mkstemp()
120 handle = ::mkstemp(s_template.get()); in mkstemp()
122 handle = mkostemp(s_template.get(), O_WRONLY | O_SYNC); in mkstemp()
125 filename = s_template.get(); in mkstemp()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Utils/
H A DTrailingSpaceComparer.cs23 … private readonly static IEqualityComparer<object> s_template = EqualityComparer<object>.Default; field in System.Data.Common.Utils.TrailingSpaceComparer
35 return s_template.Equals(x, y); in Equals()
44 return s_template.GetHashCode(obj); in GetHashCode()
/dports/security/openssh-portable/openssh-8.8p1/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc38 struct sshbuf *s_template, *c_template; /* main copy of input */ member
191 if (ts->s_template != NULL && in do_kex_with_key()
192 (ts->sin = sshbuf_fromb(ts->s_template)) == NULL) in do_kex_with_key()
439 if ((ts->s_template = sshbuf_new()) == NULL || in LLVMFuzzerTestOneInput()
440 sshbuf_put(ts->s_template, data, size) != 0 || in LLVMFuzzerTestOneInput()
441 sshbuf_put(ts->s_template, crbuf, sizeof(crbuf)) != 0 || in LLVMFuzzerTestOneInput()
442 sshbuf_put(ts->s_template, zbuf, sizeof(zbuf)) != 0) in LLVMFuzzerTestOneInput()
445 sshbuf_free(ts->s_template); in LLVMFuzzerTestOneInput()
/dports/textproc/p5-XML-STX/XML-STX-0.43/STX/
H A DParser.pm1890 template => $s_template,
1891 procedure => $s_template,
1901 copy => $s_template,
1902 element => $s_template,
1906 'if' => $s_template,
1907 'else' => $s_template,
1909 when => $s_template,
1910 otherwise => $s_template,
1912 while => $s_template,
1917 buffer => $s_template,
[all …]
/dports/audio/goobox/goobox-3.6.0/src/
H A Dglib-utils.h150 char ** _g_get_template_from_text (const char *s_template);
151 char * _g_get_name_from_template (char **s_template,
/dports/news/husky-areafix/husky-areafix-1.9.20191207/htpl/htpl/
H A Dhtpl.h50 typedef struct s_template { struct
/dports/news/husky/husky-1.9.20191207/htpl/htpl/
H A Dhtpl.h50 typedef struct s_template { struct
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/htpl/htpl/
H A Dhtpl.h50 typedef struct s_template { struct
/dports/news/husky-htick/husky-htick-1.9.20191207/htpl/htpl/
H A Dhtpl.h50 typedef struct s_template { struct
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/htpl/htpl/
H A Dhtpl.h50 typedef struct s_template { struct
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/htpl/htpl/
H A Dhtpl.h50 typedef struct s_template { struct
/dports/news/husky-hpt/husky-hpt-1.9.20191207/htpl/htpl/
H A Dhtpl.h50 typedef struct s_template { struct
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/htpl/htpl/
H A Dhtpl.h50 typedef struct s_template { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
443 s_template<int> st_int; in cxx_only()
444 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
445 s_template<int> st_int; in cxx_only()
446 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
445 s_template<int> st_int; in cxx_only()
446 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
443 s_template<int> st_int; in cxx_only()
444 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
443 s_template<int> st_int; in cxx_only()
444 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
445 s_template<int> st_int; in cxx_only()
446 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
445 s_template<int> st_int; in cxx_only()
446 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
445 s_template<int> st_int; in cxx_only()
446 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dsizeless-1.cpp305 struct s_template { struct
445 s_template<int> st_int; in cxx_only()
446 s_template<svint8_t> st_svint8; // expected-note {{in instantiation}} in cxx_only()

12