代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/238485/13882794

h scan.h

#ifndef SCAN_H #define SCAN_H extern unsigned int scan_uint(); extern unsigned int scan_xint(); extern unsigned int scan_nbbint(); extern unsigned int scan_ushort(); extern unsigned int scan_xshort()
www.eeworm.com/read/147331/5732311

c scan.c

/* Cover function to sparclet `scan' instruction. This file is in the public domain. */ #ifdef __sparclet__ int scan (int a, int b) { int res; __asm__ ("scan %1,%2,%0" : "=r" (res) : "r" (a
www.eeworm.com/read/144216/5752684

scan_messages

#!/usr/bin/perl -P # $RCSfile: scan_messages,v $$Revision: 4.1 $$Date: 92/08/07 17:20:37 $ # This prints out extraordinary console messages. You'll need to customize. chdir('/usr/adm/private/memor
www.eeworm.com/read/144216/5752685

scan_passwd

#!/usr/bin/perl # $RCSfile: scan_passwd,v $$Revision: 4.1 $$Date: 92/08/07 17:20:38 $ # This scans passwd file for security holes. open(Pass,'/etc/passwd') || die "Can't open passwd file: $!\n"; #
www.eeworm.com/read/144216/5752686

scan_ps

#!/usr/bin/perl -P # $RCSfile: scan_ps,v $$Revision: 4.1 $$Date: 92/08/07 17:20:40 $ # This looks for looping processes. #if defined(mc300) || defined(mc500) || defined(mc700) open(Ps, '/bin/ps -el
www.eeworm.com/read/144216/5752687

scan_suid

#!/usr/bin/perl -P # $RCSfile: scan_suid,v $$Revision: 4.1 $$Date: 92/08/07 17:20:43 $ # Look for new setuid root files. chdir '/usr/adm/private/memories' || die "Can't cd to memories: $!\n"; ($de
www.eeworm.com/read/144216/5752688

scan_sudo

#!/usr/bin/perl -P # $RCSfile: scan_sudo,v $$Revision: 4.1 $$Date: 92/08/07 17:20:42 $ # Analyze the sudo log. chdir('/usr/adm/private/memories') || die "Can't cd to memories: $!\n"; if (open(Olds
www.eeworm.com/read/144216/5752689

scan_df

#!/usr/bin/perl -P # $RCSfile: scan_df,v $$Revision: 4.1 $$Date: 92/08/07 17:20:33 $ # This report points out filesystems that are in danger of overflowing. (chdir '/usr/adm/private/memories') || d
www.eeworm.com/read/144216/5752690

scan_last

#!/usr/bin/perl -P # $RCSfile: scan_last,v $$Revision: 4.1 $$Date: 92/08/07 17:20:35 $ # This reports who was logged on at weird hours ($dy, $mo, $lastdt) = split(/ +/,`date`); open(Last, 'exec la
www.eeworm.com/read/136812/5861675

c scan.c

/* @(#)scan.c 1.1 92/07/30 SMI */ /* * Microassembler scanner for FPA * scan.c 1.1 30 May 1985 */ #include "micro.h" #include #include #define scansp(c) while(isspace(c