Home
last modified time | relevance | path

Searched refs:PerlLIO_write (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c61 PerlLIO_write(fd, (void *)&e, sizeof(e)); in amigaos_post_exec()
641 PERL_UNUSED_RESULT(PerlLIO_write(fd, (void *)&e, sizeof(int))); in S_exec_failed()
/openbsd/gnu/usr.bin/perl/
H A Dutil.c1993 PerlLIO_write(fd, oomp, sizeof oomp - 1) >= 0 in Perl_croak_no_mem_ext()
1994 && PerlLIO_write(fd, context, len) >= 0 in Perl_croak_no_mem_ext()
1995 && PerlLIO_write(fd, "\n", 1) >= 0 in Perl_croak_no_mem_ext()
4323 got = PerlLIO_write(sockets[i], &port, sizeof(port));
5009 PERL_UNUSED_RESULT(PerlLIO_write(fd, buf, len));
5044 PERL_UNUSED_RESULT(PerlLIO_write(fd, buf, len));
5052 PERL_UNUSED_RESULT(PerlLIO_write(fd, buf, len));
5067 PERL_UNUSED_RESULT(PerlLIO_write(fd, buf, len));
H A DXSUB.h584 # define write PerlLIO_write
H A Diperlsys.h740 # define PerlLIO_write(fd, buf, count) \ macro
795 # define PerlLIO_write(fd, buf, count) write((fd), (buf), (count)) macro
H A Dperlio.c380 PERL_UNUSED_RESULT(PerlLIO_write(PL_perlio_debug_fd, buffer, len1 + len2)); in PerlIO_debug()
389 PERL_UNUSED_RESULT(PerlLIO_write(PL_perlio_debug_fd, s, len)); in PerlIO_debug()
2853 PerlLIO_write(PERLIO_TEARDOWN_MESSAGE_FD, buf, len); in PerlIO_teardown()
3193 const SSize_t len = PerlLIO_write(fd, vbuf, count); in PerlIOUnix_write()
H A Ddoio.c2166 if ((PerlLIO_write(fd, "", 1)) != 1) in my_chsize()
2422 PERL_UNUSED_RESULT(PerlLIO_write(fd, (void*)&e, sizeof(int))); in S_exec_failed()
H A Dmalloc.c1054 #define MYMALLOC_WRITE2STDERR(s) PERL_UNUSED_RESULT(PerlLIO_write(PerlIO_fileno(PerlIO_stderr()),s,…
H A Dpp_sys.c2319 retval = PerlLIO_write(fd, buffer, length);
/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs800 PERL_UNUSED_RESULT(PerlLIO_write(fd, oomp, sizeof oomp - 1));
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000291 PerlLIO_write # Z added by devel/scanprov