webmin-1.831.tar.gz


webmin脚本一键安装包。webmin.tar.gz
资源截图
代码片段和文件信息
/*
 * This file was generated automatically by xsubpp version 1.9508 from the
 * contents of SolarisRBAC.xs. Do not edit this file edit SolarisRBAC.xs instead.
 *
 * ANY CHANGES MADE HERE WILL BE LOST!
 *
 */

#line 1 “SolarisRBAC.xs“
#include “EXTERN.h“
#include “perl.h“
#include “XSUB.h“
#include 
#include 

#line 17 “SolarisRBAC.c“
XS(XS_Authen__SolarisRBAC_chkauth); /* prototype to pass -Wmissing-prototypes */
XS(XS_Authen__SolarisRBAC_chkauth)
{
    dXSARGS;
    if (items != 2)
Perl_croak(aTHX_ “Usage: Authen::SolarisRBAC::chkauth(authname username)“);
    {
char * authname = (char *)SvPV_nolen(ST(0));
char * username = (char *)SvPV_nolen(ST(1));
int RETVAL;
dXSTARG;
#line 14 “SolarisRBAC.xs“
RETVAL = chkauthattr(authname username);
#line 31 “SolarisRBAC.c“
XSprePUSH; PUSHi((IV)RETVAL);
    }
    XSRETURN(1);
}

#ifdef __cplusplus
extern “C“
#endif
XS(boot_Authen__SolarisRBAC); /* prototype to pass -Wmissing-prototypes */
XS(boot_Authen__SolarisRBAC)
{
    dXSARGS;
    char* file = __FILE__;

    XS_VERSION_BOOTCHECK ;

        newXS(“Authen::SolarisRBAC::chkauth“ XS_Authen__SolarisRBAC_chkauth file);
    XSRETURN_YES;
}


版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)