Searched refs:PerlLIO_write (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/perl/amigaos4/ |
H A D | amigaio.c | 61 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 D | util.c | 1993 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 D | XSUB.h | 584 # define write PerlLIO_write
|
H A D | iperlsys.h | 740 # define PerlLIO_write(fd, buf, count) \ macro 795 # define PerlLIO_write(fd, buf, count) write((fd), (buf), (count)) macro
|
H A D | perlio.c | 380 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 D | doio.c | 2166 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 D | malloc.c | 1054 #define MYMALLOC_WRITE2STDERR(s) PERL_UNUSED_RESULT(PerlLIO_write(PerlIO_fileno(PerlIO_stderr()),s,…
|
H A D | pp_sys.c | 2319 retval = PerlLIO_write(fd, buffer, length);
|
/openbsd/gnu/usr.bin/perl/dist/threads/ |
H A D | threads.xs | 800 PERL_UNUSED_RESULT(PerlLIO_write(fd, oomp, sizeof oomp - 1));
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5005000 | 291 PerlLIO_write # Z added by devel/scanprov
|