| /openbsd/src/gnu/usr.bin/perl/ |
| D | mg.c | 3364 PERL_UNUSED_RESULT(setruid(new_uid)); in Perl_magic_set() 3366 PERL_UNUSED_RESULT(setreuid(new_uid, (Uid_t)-1)); in Perl_magic_set() 3368 PERL_UNUSED_RESULT(setresuid(new_uid, (Uid_t)-1, (Uid_t)-1)); in Perl_magic_set() 3374 PERL_UNUSED_RESULT(PerlProc_setuid(0)); in Perl_magic_set() 3376 PERL_UNUSED_RESULT(PerlProc_setuid(new_uid)); in Perl_magic_set() 3393 PERL_UNUSED_RESULT(seteuid(new_euid)); in Perl_magic_set() 3395 PERL_UNUSED_RESULT(setreuid((Uid_t)-1, new_euid)); in Perl_magic_set() 3397 PERL_UNUSED_RESULT(setresuid((Uid_t)-1, new_euid, (Uid_t)-1)); in Perl_magic_set() 3400 PERL_UNUSED_RESULT(PerlProc_setuid(new_euid)); in Perl_magic_set() 3417 PERL_UNUSED_RESULT(setrgid(new_gid)); in Perl_magic_set() [all …]
|
| D | pp_hot.c | 2733 PERL_UNUSED_RESULT( in S_aassign_uid() 2738 PERL_UNUSED_RESULT( in S_aassign_uid() 2744 PERL_UNUSED_RESULT(setruid(PL_delaymagic_uid)); in S_aassign_uid() 2750 PERL_UNUSED_RESULT(seteuid(PL_delaymagic_euid)); in S_aassign_uid() 2757 PERL_UNUSED_RESULT(PerlProc_setuid(PL_delaymagic_uid)); in S_aassign_uid() 2768 PERL_UNUSED_RESULT( in S_aassign_uid() 2773 PERL_UNUSED_RESULT( in S_aassign_uid() 2779 PERL_UNUSED_RESULT(setrgid(PL_delaymagic_gid)); in S_aassign_uid() 2785 PERL_UNUSED_RESULT(setegid(PL_delaymagic_egid)); in S_aassign_uid() 2792 PERL_UNUSED_RESULT(PerlProc_setgid(PL_delaymagic_gid)); in S_aassign_uid()
|
| D | thread.h | 445 PERL_UNUSED_RESULT(write(2, STR_WITH_LEN("panic: pthread_key_create failed\n"))); \
|
| D | doio.c | 1570 PERL_UNUSED_RESULT(fchown(PL_lastfd,fileuid,filegid)); in Perl_nextargv() 1572 PERL_UNUSED_RESULT(PerlLIO_chown(PL_oldname,fileuid,filegid)); in Perl_nextargv() 2422 PERL_UNUSED_RESULT(PerlLIO_write(fd, (void*)&e, sizeof(int))); in S_exec_failed()
|
| D | util.c | 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));
|
| D | perl.h | 626 #ifndef PERL_UNUSED_RESULT 628 # define PERL_UNUSED_RESULT(v) STMT_START { __typeof__(v) z = (v); (void)sizeof(z); } STMT_END macro 630 # define PERL_UNUSED_RESULT(v) ((void)(v)) macro 1742 PERL_UNUSED_RESULT(panic_write2("panic: tainting with $ENV{PERL_MALLOC_OPT}\n"));\
|
| D | malloc.c | 1054 #define MYMALLOC_WRITE2STDERR(s) PERL_UNUSED_RESULT(PerlLIO_write(PerlIO_fileno(PerlIO_stderr()),s,…
|
| 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()
|
| D | sv.c | 48 PERL_UNUSED_RESULT(Gconvert((NV)(nv), (int)ndig, 0, buffer)) 14054 PERL_UNUSED_RESULT(fchdir(my_dirfd(pwd)));
|
| D | embed.fnc | 512 : PERL_UNUSED_RESULT docs)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5021001 | 32 PERL_UNUSED_RESULT # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/ |
| D | threads.xs | 20 #ifndef PERL_UNUSED_RESULT 22 # define PERL_UNUSED_RESULT(v) STMT_START { __typeof__(v) z = (v); (void)sizeof(z); } STMT_END macro 24 # define PERL_UNUSED_RESULT(v) ((void)(v)) macro 800 PERL_UNUSED_RESULT(PerlLIO_write(fd, oomp, sizeof oomp - 1));
|
| /openbsd/src/gnu/usr.bin/perl/amigaos4/ |
| D | amigaio.c | 641 PERL_UNUSED_RESULT(PerlLIO_write(fd, (void *)&e, sizeof(int))); in S_exec_failed()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | misc | 27 PERL_UNUSED_RESULT 225 #ifndef PERL_UNUSED_RESULT 227 # define PERL_UNUSED_RESULT(v) STMT_START { __typeof__(v) z = (v); (void)sizeof(z); } STMT_END 229 # define PERL_UNUSED_RESULT(v) ((void)(v))
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5003007 | 517 PERL_UNUSED_RESULT # T
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 12678 #ifndef PERL_UNUSED_RESULT 12680 # define PERL_UNUSED_RESULT(v) STMT_START { __typeof__(v) z = (v); (void)sizeof(z); } STMT_END macro 12682 # define PERL_UNUSED_RESULT(v) ((void)(v)) macro
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| D | Changes | 256 * Add PERL_UNUSED_RESULT and a test (GH #20)
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 682 Amd||PERL_UNUSED_RESULT|void x
|
| D | embed.fnc | 487 : PERL_UNUSED_RESULT docs)
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 7357 PERL_UNUSED_RESULT(Gconvert(SvNV(number), len,
|