Home
last modified time | relevance | path

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

12

/dports/lang/perl5.30/perl-5.30.3/
H A Dutil.h250 # define Perl_my_mkostemp(templte, flags) mkostemp(templte, flags) argument
253 # define Perl_my_mkstemp(templte) mkstemp(templte) argument
H A Dutil.c5710 S_my_mkostemp(char *templte, int flags) { argument
5712 STRLEN len = strlen(templte);
5717 templte[len-1] != 'X' || templte[len-2] != 'X' || templte[len-3] != 'X' ||
5718 templte[len-4] != 'X' || templte[len-5] != 'X' || templte[len-6] != 'X') {
5726 templte[len-i] = TEMP_FILE_CH[(int)(Perl_internal_drand48() * TEMP_FILE_CH_COUNT)];
5728 fd = PerlLIO_open3(templte, O_RDWR | O_CREAT | O_EXCL | flags, 0600);
5738 Perl_my_mkostemp(char *templte, int flags) argument
5741 return S_my_mkostemp(templte, flags);
5747 Perl_my_mkstemp(char *templte) argument
5750 return S_my_mkostemp(templte, 0);
H A Ddoio.c254 Perl_my_mkstemp_cloexec(char *templte) in Perl_my_mkstemp_cloexec() argument
261 Perl_my_mkostemp(templte, O_CLOEXEC), in Perl_my_mkstemp_cloexec()
262 Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
264 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
H A Dproto.h2273 PERL_CALLCONV int Perl_my_mkstemp_cloexec(char *templte)
2276 assert(templte)
4127 PERL_CALLCONV int Perl_my_mkostemp(char *templte, int flags);
4129 assert(templte)
4132 PERL_CALLCONV int Perl_my_mkstemp(char *templte);
4134 assert(templte)
/dports/lang/perl5.32/perl-5.32.1/
H A Dutil.h272 # define Perl_my_mkostemp(templte, flags) mkostemp(templte, flags) argument
275 # define Perl_my_mkstemp(templte) mkstemp(templte) argument
H A Dutil.c5716 S_my_mkostemp(char *templte, int flags) { argument
5718 STRLEN len = strlen(templte);
5728 templte[len-1] != 'X' || templte[len-2] != 'X' || templte[len-3] != 'X' ||
5729 templte[len-4] != 'X' || templte[len-5] != 'X' || templte[len-6] != 'X') {
5737 templte[len-i] = TEMP_FILE_CH[(int)(Perl_internal_drand48() * TEMP_FILE_CH_COUNT)];
5741 fd = open(templte, O_RDWR | O_CREAT | O_EXCL | flags, 0600, "fop=dlt");
5746 fd = PerlLIO_open3(templte, O_RDWR | O_CREAT | O_EXCL | flags, 0600);
5757 Perl_my_mkostemp(char *templte, int flags) argument
5760 return S_my_mkostemp(templte, flags);
5766 Perl_my_mkstemp(char *templte) argument
[all …]
H A Ddoio.c254 Perl_my_mkstemp_cloexec(char *templte) in Perl_my_mkstemp_cloexec() argument
261 Perl_my_mkostemp(templte, O_CLOEXEC), in Perl_my_mkstemp_cloexec()
262 Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
264 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
269 Perl_my_mkostemp_cloexec(char *templte, int flags) in Perl_my_mkostemp_cloexec() argument
276 Perl_my_mkostemp(templte, flags | O_CLOEXEC), in Perl_my_mkostemp_cloexec()
277 Perl_my_mkostemp(templte, flags)); in Perl_my_mkostemp_cloexec()
279 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkostemp(templte, flags)); in Perl_my_mkostemp_cloexec()
H A Dproto.h2137 PERL_CALLCONV int Perl_my_mkostemp_cloexec(char *templte, int flags)
2140 assert(templte)
2142 PERL_CALLCONV int Perl_my_mkstemp_cloexec(char *templte)
2145 assert(templte)
4232 PERL_CALLCONV int Perl_my_mkostemp(char *templte, int flags);
4234 assert(templte)
4237 PERL_CALLCONV int Perl_my_mkstemp(char *templte);
4239 assert(templte)
H A Dembed.fnc731 pToR |int |my_mkstemp_cloexec|NN char *templte
732 pToR |int |my_mkostemp_cloexec|NN char *templte|int flags
3445 pTo |int |my_mkostemp |NN char *templte|int flags
3448 pTo |int |my_mkstemp |NN char *templte
/dports/lang/perl5.34/perl-5.34.0/
H A Dutil.h278 # define Perl_my_mkostemp(templte, flags) mkostemp(templte, flags) argument
281 # define Perl_my_mkstemp(templte) mkstemp(templte) argument
H A Dutil.c5897 S_my_mkostemp(char *templte, int flags) { argument
5899 STRLEN len = strlen(templte);
5909 templte[len-1] != 'X' || templte[len-2] != 'X' || templte[len-3] != 'X' ||
5910 templte[len-4] != 'X' || templte[len-5] != 'X' || templte[len-6] != 'X') {
5918 templte[len-i] = TEMP_FILE_CH[(int)(Perl_internal_drand48() * TEMP_FILE_CH_COUNT)];
5922 fd = open(templte, O_RDWR | O_CREAT | O_EXCL | flags, 0600, "fop=dlt");
5927 fd = PerlLIO_open3(templte, O_RDWR | O_CREAT | O_EXCL | flags, 0600);
5938 Perl_my_mkostemp(char *templte, int flags) argument
5941 return S_my_mkostemp(templte, flags);
5947 Perl_my_mkstemp(char *templte) argument
[all …]
H A Ddoio.c250 Perl_my_mkstemp_cloexec(char *templte) in Perl_my_mkstemp_cloexec() argument
256 Perl_my_mkostemp(templte, O_CLOEXEC), in Perl_my_mkstemp_cloexec()
257 Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
259 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
264 Perl_my_mkostemp_cloexec(char *templte, int flags) in Perl_my_mkostemp_cloexec() argument
270 Perl_my_mkostemp(templte, flags | O_CLOEXEC), in Perl_my_mkostemp_cloexec()
271 Perl_my_mkostemp(templte, flags)); in Perl_my_mkostemp_cloexec()
273 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkostemp(templte, flags)); in Perl_my_mkostemp_cloexec()
H A Dproto.h2168 PERL_CALLCONV int Perl_my_mkostemp_cloexec(char *templte, int flags)
2171 assert(templte)
2173 PERL_CALLCONV int Perl_my_mkstemp_cloexec(char *templte)
2176 assert(templte)
4265 PERL_CALLCONV int Perl_my_mkostemp(char *templte, int flags);
4267 assert(templte)
4270 PERL_CALLCONV int Perl_my_mkstemp(char *templte);
4272 assert(templte)
H A Dembed.fnc836 pToR |int |my_mkstemp_cloexec|NN char *templte
837 pToR |int |my_mkostemp_cloexec|NN char *templte|int flags
3550 pTo |int |my_mkostemp |NN char *templte|int flags
3553 pTo |int |my_mkstemp |NN char *templte
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dutil.h273 # define Perl_my_mkostemp(templte, flags) mkostemp(templte, flags) argument
276 # define Perl_my_mkstemp(templte) mkstemp(templte) argument
H A Dutil.c5903 S_my_mkostemp(char *templte, int flags) { argument
5905 STRLEN len = strlen(templte);
5915 templte[len-1] != 'X' || templte[len-2] != 'X' || templte[len-3] != 'X' ||
5916 templte[len-4] != 'X' || templte[len-5] != 'X' || templte[len-6] != 'X') {
5924 templte[len-i] = TEMP_FILE_CH[(int)(Perl_internal_drand48() * TEMP_FILE_CH_COUNT)];
5928 fd = open(templte, O_RDWR | O_CREAT | O_EXCL | flags, 0600, "fop=dlt");
5933 fd = PerlLIO_open3(templte, O_RDWR | O_CREAT | O_EXCL | flags, 0600);
5944 Perl_my_mkostemp(char *templte, int flags) argument
5947 return S_my_mkostemp(templte, flags);
5953 Perl_my_mkstemp(char *templte) argument
[all …]
H A Ddoio.c250 Perl_my_mkstemp_cloexec(char *templte) in Perl_my_mkstemp_cloexec() argument
256 Perl_my_mkostemp(templte, O_CLOEXEC), in Perl_my_mkstemp_cloexec()
257 Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
259 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkstemp(templte)); in Perl_my_mkstemp_cloexec()
264 Perl_my_mkostemp_cloexec(char *templte, int flags) in Perl_my_mkostemp_cloexec() argument
270 Perl_my_mkostemp(templte, flags | O_CLOEXEC), in Perl_my_mkostemp_cloexec()
271 Perl_my_mkostemp(templte, flags)); in Perl_my_mkostemp_cloexec()
273 DO_ONEOPEN_THEN_CLOEXEC(Perl_my_mkostemp(templte, flags)); in Perl_my_mkostemp_cloexec()
H A Dproto.h2215 PERL_CALLCONV int Perl_my_mkostemp_cloexec(char *templte, int flags)
2218 assert(templte)
2220 PERL_CALLCONV int Perl_my_mkstemp_cloexec(char *templte)
2223 assert(templte)
4345 PERL_CALLCONV int Perl_my_mkostemp(char *templte, int flags);
4347 assert(templte)
4350 PERL_CALLCONV int Perl_my_mkstemp(char *templte);
4352 assert(templte)
H A Dembed.fnc839 pToR |int |my_mkstemp_cloexec|NN char *templte
840 pToR |int |my_mkostemp_cloexec|NN char *templte|int flags
3593 pTo |int |my_mkostemp |NN char *templte|int flags
3596 pTo |int |my_mkstemp |NN char *templte
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DAutocomplete.cpp204 wxRegEx templte ("^[tT][eE][mM][pP][lL][aA][tT][eE] *: *"); in BuiltinSymbols_BackgroundTask() local
216 else if (templte.Replace(&line, "")) in BuiltinSymbols_BackgroundTask()
/dports/textproc/py-Chameleon/Chameleon-3.6/src/chameleon/
H A Dbenchmark.py458 def zope_cook_and_render(templte=template): argument
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/
H A Dembed.fnc815 pToR |int |my_mkstemp_cloexec|NN char *templte
816 pToR |int |my_mkostemp_cloexec|NN char *templte|int flags
3532 pTo |int |my_mkostemp |NN char *templte|int flags
3535 pTo |int |my_mkstemp |NN char *templte
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/
H A Dembed.fnc714 pToR |int |my_mkstemp_cloexec|NN char *templte
715 pToR |int |my_mkostemp_cloexec|NN char *templte|int flags
3388 pTo |int |my_mkostemp |NN char *templte|int flags
3391 pTo |int |my_mkstemp |NN char *templte
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/
H A Dembed.fnc837 pToR |int |my_mkstemp_cloexec|NN char *templte
838 pToR |int |my_mkostemp_cloexec|NN char *templte|int flags
3564 pTo |int |my_mkostemp |NN char *templte|int flags
3567 pTo |int |my_mkstemp |NN char *templte
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/
H A Dembed.fnc837 pToR |int |my_mkstemp_cloexec|NN char *templte
838 pToR |int |my_mkostemp_cloexec|NN char *templte|int flags
3564 pTo |int |my_mkostemp |NN char *templte|int flags
3567 pTo |int |my_mkstemp |NN char *templte

12