代码搜索:Local

找到约 10,000 项符合「Local」的源代码

代码结果 10,000
www.eeworm.com/read/100018/15889151

pl turbo-linux-lib.pl

# linux-lib.pl # Functions for reading linux format last output # passfiles_type() # Returns 0 for old-style passwords (/etc/passwd only), 1 for FreeBSD-style # (/etc/master.passwd) and 2 for SysV (/
www.eeworm.com/read/100018/15889161

pl linux-lib.pl

# linux-lib.pl # Functions for reading linux format last output # passfiles_type() # Returns 0 for old-style passwords (/etc/passwd only), 1 for FreeBSD-style # (/etc/master.passwd) and 2 for SysV (/
www.eeworm.com/read/100018/15889164

pl open-linux-lib.pl

# linux-lib.pl # Functions for reading linux format last output # passfiles_type() # Returns 0 for old-style passwords (/etc/passwd only), 1 for FreeBSD-style # (/etc/master.passwd) and 2 for SysV (/
www.eeworm.com/read/100018/15889218

pl redhat-linux-lib.pl

# linux-lib.pl # Functions for reading linux format last output # passfiles_type() # Returns 0 for old-style passwords (/etc/passwd only), 1 for FreeBSD-style # (/etc/master.passwd) and 2 for SysV (/
www.eeworm.com/read/100018/15889403

pl debian-linux-lib.pl

# redhat-linux-lib.pl # Networking functions for redhat linux # active_interfaces() # Returns a list of currently ifconfig'd interfaces sub active_interfaces { local(@rv, @lines, $l); open(IFC, "ifco
www.eeworm.com/read/100018/15889405

pl slackware-linux-lib.pl

# redhat-linux-lib.pl # Networking functions for redhat linux # active_interfaces() # Returns a list of currently ifconfig'd interfaces sub active_interfaces { local(@rv, @lines, $l); open(IFC, "ifco
www.eeworm.com/read/100018/15889406

pl turbo-linux-lib.pl

# redhat-linux-lib.pl # Networking functions for redhat linux $net_scripts_dir = "/etc/sysconfig/network-scripts"; $network_config = "/etc/sysconfig/network"; $static_route_config = "/etc/sysconfig/s
www.eeworm.com/read/100018/15889426

pl unixware-lib.pl

# unixware-lib.pl # Networking functions for UnixWare # active_interfaces() # Returns a list of currently ifconfig'd interfaces sub active_interfaces { local(@rv, @lines, $l); open(IFC, "ifconfig -a
www.eeworm.com/read/100018/15889427

pl solaris-lib.pl

# solaris-lib.pl # Networking functions for solaris # active_interfaces() # Returns a list of currently ifconfig'd interfaces sub active_interfaces { local(@rv, @lines, $l); open(IFC, "ifconfig -a |"
www.eeworm.com/read/100018/15889436

pl redhat-linux-lib.pl

# redhat-linux-lib.pl # Networking functions for redhat linux $net_scripts_dir = "/etc/sysconfig/network-scripts"; $network_config = "/etc/sysconfig/network"; $static_route_config = "/etc/sysconfig/s