s                  24 arch/alpha/lib/memcpy.c #define ALIGN_DEST_TO8(d,s,n) \
s                  36 arch/alpha/lib/memcpy.c #define DO_REST(d,s,n) \
s                  47 arch/alpha/lib/memcpy.c #define DO_REST_ALIGNED(d,s,n) DO_REST(d,s,n)
s                  56 arch/alpha/lib/memcpy.c static inline void __memcpy_unaligned(unsigned long d, unsigned long s, long n)
s                  91 arch/alpha/lib/memcpy.c static inline void __memcpy_aligned(unsigned long d, unsigned long s, long n)
s                  13 arch/alpha/lib/memset.c inline void * __constant_c_memset(void * s, unsigned long c, long count)
s                  36 arch/alpha/lib/memset.c void * __memset(void * s,char c,size_t count)
s                  23 arch/i386/boot/compressed/misc.c #define memzero(s, n)     memset ((s), 0, (n))
s                 167 arch/i386/boot/compressed/misc.c static void puts(const char *s)
s                 204 arch/i386/boot/compressed/misc.c __ptr_t memset(__ptr_t s, int c, size_t n)
s                 120 arch/i386/math-emu/fpu_proto.h extern void reg_load_bcd(char *s, FPU_REG *loaded_data);
s                  23 arch/i386/math-emu/fpu_system.h #define LDT_DESCRIPTOR(s)       (current->ldt[(s) >> 3])
s                  28 arch/i386/math-emu/fpu_system.h #define SEG_BASE_ADDR(s)        (((s).b & 0xff000000) \
s                  30 arch/i386/math-emu/fpu_system.h #define SEG_LIMIT(s)            (((s).b & 0xff0000) | ((s).a & 0xffff))
s                  31 arch/i386/math-emu/fpu_system.h #define SEG_EXECUTE_ONLY(s)     (((s).b & ((1 << 11) | (1 << 9))) == (1 << 11))
s                  32 arch/i386/math-emu/fpu_system.h #define SEG_WRITE_PERM(s)       (((s).b & ((1 << 11) | (1 << 9))) == (1 << 9))
s                  33 arch/i386/math-emu/fpu_system.h #define SEG_EXPAND_DOWN(s)      (((s).b & ((1 << 11) | (1 << 10))) \
s                  45 arch/i386/math-emu/reg_ld_str.c int reg_load_extended(long double *s, FPU_REG *loaded_data)
s                 379 arch/i386/math-emu/reg_ld_str.c void reg_load_bcd(char *s, FPU_REG *loaded_data)
s                1149 arch/i386/math-emu/reg_ld_str.c char *fldenv(fpu_addr_modes addr_modes, char *s)
s                  22 arch/mips/kernel/sysmips.c strnlen_user(const char *s, size_t count)
s                 281 arch/ppc/kernel/raw_printf.c    int s = _disable_interrupts();
s                 351 arch/ppc/kernel/raw_printf.c    int s = _disable_interrupts();
s                 380 arch/ppc/kernel/raw_printf.c    int s = _disable_interrupts();
s                1036 arch/ppc/kernel/raw_printf.c #define CTRL(s) (s & 0x1F)			
s                1092 arch/ppc/kernel/raw_printf.c _dump_buf_with_offset(unsigned char *p, int s, unsigned char *base)
s                1139 arch/ppc/kernel/raw_printf.c _dump_buf(unsigned char *p, int s)
s                1145 arch/ppc/kernel/raw_printf.c dump_buf_with_offset(unsigned char *p, int s, unsigned char *base)
s                1192 arch/ppc/kernel/raw_printf.c dump_buf(unsigned char *p, int s)
s                  57 drivers/block/hd.c #define OK_STATUS(s)	(((s)&(STAT_OK|(BUSY_STAT|WRERR_STAT|ERR_STAT)))==STAT_OK)
s                 256 drivers/block/hd.c static void fixstring (unsigned char *s, int bytecount)
s                1481 drivers/block/ide-cd.c void lba_to_msf (int lba, byte *m, byte *s, byte *f)
s                1493 drivers/block/ide-cd.c int msf_to_lba (byte m, byte s, byte f)
s                2033 drivers/block/ide.c void ide_fixstring (byte *s, const int bytecount, const int byteswap)
s                2538 drivers/block/ide.c static int stridx (const char *s, char c)
s                2556 drivers/block/ide.c static int match_parm (char *s, const char *keywords[], int vals[], int max_vals)
s                2630 drivers/block/ide.c void ide_setup (char *s)
s                 469 drivers/block/ide.h void ide_fixstring (byte *s, const int bytecount, const int byteswap);
s                 460 drivers/block/rd.c #define memzero(s, n)     memset ((s), 0, (n))
s                 403 drivers/cdrom/cm206.c inline int f_s_m2lba(uch f, uch s, uch m)
s                1223 drivers/cdrom/cm206.c void cm206_setup(char *s, int *p)
s                4926 drivers/cdrom/sbpcd.c void sbpcd_setup(const char *s, int *p)
s                 187 drivers/char/console.c extern int serial_echo_print (const char *s);
s                 213 drivers/char/console.c serial_echo_print(const char *s)
s                 470 drivers/char/random.c #define MD5STEP(f, w, x, y, z, data, s) \
s                  48 drivers/char/selection.c highlight(const int s, const int e) {
s                 181 drivers/char/selection.h static inline void memsetw(void * s, unsigned short c, unsigned int count)
s                 430 drivers/char/tpqic02.c static void tpqputs(unsigned long flags, const char *s)
s                 489 drivers/char/tpqic02.c static int decode_exception_nr(unsigned s)
s                 510 drivers/char/tpqic02.c static void report_error(int s)
s                 833 drivers/net/slip.c slip_esc(unsigned char *s, unsigned char *d, int len)
s                 871 drivers/net/slip.c slip_unesc(struct slip *sl, unsigned char s)
s                 914 drivers/net/slip.c slip_esc6(unsigned char *s, unsigned char *d, int len)
s                 952 drivers/net/slip.c slip_unesc6(struct slip *sl, unsigned char s)
s                 753 drivers/net/wavelan.c #define	SC(t,s,n)	if (sizeof(t) != s) return n
s                1322 drivers/scsi/aic7xxx.c aic7xxx_setup(char *s, int *dummy)
s                  58 drivers/scsi/aic7xxx_asm.c error(const char *s)
s                  83 drivers/scsi/aic7xxx_asm.c Strdup(char *s)
s                  57 drivers/sound/sound_switch.c put_status (char *s)
s                  60 fs/ext/inode.c struct super_block *ext_read_super(struct super_block *s,void *data, 
s                 245 fs/hpfs/hpfs_fs.c static unsigned count_bitmap(struct super_block *s);
s                 334 fs/hpfs/hpfs_fs.c struct super_block *hpfs_read_super(struct super_block *s,
s                 730 fs/hpfs/hpfs_fs.c static void hpfs_put_super(struct super_block *s)
s                 743 fs/hpfs/hpfs_fs.c static void hpfs_statfs(struct super_block *s, struct statfs *buf, int bufsiz)
s                 774 fs/hpfs/hpfs_fs.c static int hpfs_remount_fs(struct super_block *s, int *flags, char *data)
s                 818 fs/hpfs/hpfs_fs.c static unsigned count_bitmap(struct super_block *s)
s                 194 fs/isofs/inode.c struct super_block *isofs_read_super(struct super_block *s,void *data,
s                 120 fs/minix/inode.c struct super_block *minix_read_super(struct super_block *s,void *data, 
s                  36 fs/msdos/misc.c void fs_panic(struct super_block *s,const char *msg)
s                  31 fs/msdos/msbuffer.h #define bread(d,b,s)			msdos_bread(sb,b)
s                  32 fs/msdos/msbuffer.h #define getblk(d,b,s)			msdos_getblk(sb,b)
s                  67 fs/ncpfs/ncplib_kernel.c ncp_add_pstring(struct ncp_server *server, const char *s)
s                  75 fs/proc/inode.c struct inode * proc_get_inode(struct super_block * s, int ino, struct proc_dir_entry * de)
s                  99 fs/proc/inode.c struct super_block *proc_read_super(struct super_block *s,void *data, 
s                  33 fs/smbfs/proc.c static int smb_request_ok(struct smb_server *s, int command, int wct, int bcc);
s                 412 fs/smbfs/proc.c smb_request_ok(struct smb_server *s, int command, int wct, int bcc)
s                 466 fs/smbfs/proc.c smb_request_ok_unlock(struct smb_server *s, int command, int wct, int bcc)
s                 384 fs/umsdos/inode.c 	struct super_block *s,
s                  62 fs/xiafs/inode.c struct super_block *xiafs_read_super(struct super_block *s, void *data,
s                  52 include/asm-alpha/floppy.h #define CROSS_64KB(a,s)	(0)
s                  25 include/asm-alpha/string.h #define memset(s, c, count) \
s                  18 include/asm-i386/bugs.h static void no_halt(char *s, int *ints)
s                  23 include/asm-i386/bugs.h static void no_387(char *s, int *ints)
s                  54 include/asm-i386/floppy.h #define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
s                  90 include/asm-i386/io.h #define __OUT1(s,x) \
s                  93 include/asm-i386/io.h #define __OUT2(s,s1,s2) \
s                  96 include/asm-i386/io.h #define __OUT(s,s1,x) \
s                 102 include/asm-i386/io.h #define __IN1(s) \
s                 105 include/asm-i386/io.h #define __IN2(s,s1,s2) \
s                 108 include/asm-i386/io.h #define __IN(s,s1,i...) \
s                 114 include/asm-i386/io.h #define __INS(s) \
s                 119 include/asm-i386/io.h #define __OUTS(s) \
s                 132 include/asm-i386/string.h extern inline char * strchr(const char * s, int c)
s                 151 include/asm-i386/string.h extern inline char * strrchr(const char * s, int c)
s                 278 include/asm-i386/string.h extern inline size_t strlen(const char * s)
s                 292 include/asm-i386/string.h extern inline char * strtok(char * s,const char * ct)
s                 461 include/asm-i386/string.h extern inline void * __memset_generic(void * s, char c,size_t count)
s                 474 include/asm-i386/string.h #define __constant_count_memset(s,c,count) __memset_generic((s),(c),(count))
s                 481 include/asm-i386/string.h extern inline void * __constant_c_memset(void * s, unsigned long c, size_t count)
s                 501 include/asm-i386/string.h extern inline size_t strnlen(const char * s, size_t count)
s                 523 include/asm-i386/string.h extern inline void * __constant_c_and_count_memset(void * s, unsigned long pattern, size_t count)
s                 559 include/asm-i386/string.h #define __constant_c_x_memset(s, c, count) \
s                 564 include/asm-i386/string.h #define __memset(s, c, count) \
s                 570 include/asm-i386/string.h #define memset(s, c, count) \
s                  92 include/asm-m68k/string.h extern inline void * memset(void * s,char c,size_t count)
s                  78 include/asm-mips/floppy.h #define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
s                  98 include/asm-mips/io.h #define __OUT1(s) \
s                 104 include/asm-mips/io.h #define __OUT(m,s) \
s                 112 include/asm-mips/io.h #define __IN1(t,s) \
s                 121 include/asm-mips/io.h #define __IN(t,m,s) \
s                 127 include/asm-mips/io.h #define __INS1(s) \
s                 142 include/asm-mips/io.h #define __INS(m,s,i) \
s                 152 include/asm-mips/io.h #define __OUTS1(s) \
s                 167 include/asm-mips/io.h #define __OUTS(m,s,i) \
s                 121 include/asm-mips/string.h extern __inline__ void * memset(void * s, int c, size_t count)
s                  13 include/asm-ppc/string.h extern inline void * memset(void * s,int c,size_t count)
s                 133 include/asm-sparc/checksum.h #define csum_partial_copy_fromuser(s, d, l, w)  \
s                  95 include/asm-sparc/floppy.h #define CROSS_64KB(a,s) (0)
s                  82 include/linux/ext2_fs.h # define EXT2_BLOCK_SIZE(s)		((s)->s_blocksize)
s                  84 include/linux/ext2_fs.h # define EXT2_BLOCK_SIZE(s)		(EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)
s                  86 include/linux/ext2_fs.h #define EXT2_ACLE_PER_BLOCK(s)		(EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_acl_entry))
s                  87 include/linux/ext2_fs.h #define	EXT2_ADDR_PER_BLOCK(s)		(EXT2_BLOCK_SIZE(s) / sizeof (__u32))
s                  89 include/linux/ext2_fs.h # define EXT2_BLOCK_SIZE_BITS(s)	((s)->s_blocksize_bits)
s                  91 include/linux/ext2_fs.h # define EXT2_BLOCK_SIZE_BITS(s)	((s)->s_log_block_size + 10)
s                  93 include/linux/ext2_fs.h #define	EXT2_INODES_PER_BLOCK(s)	(EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_inode))
s                  95 include/linux/ext2_fs.h #define	EXT2_ADDR_PER_BLOCK_BITS(s)	((s)->u.ext2_sb.s_addr_per_block_bits)
s                  96 include/linux/ext2_fs.h #define	EXT2_INODES_PER_BLOCK_BITS(s)	((s)->u.ext2_sb.s_inodes_per_block_bits)
s                 106 include/linux/ext2_fs.h # define EXT2_FRAG_SIZE(s)		((s)->u.ext2_sb.s_frag_size)
s                 107 include/linux/ext2_fs.h # define EXT2_FRAGS_PER_BLOCK(s)	((s)->u.ext2_sb.s_frags_per_block)
s                 109 include/linux/ext2_fs.h # define EXT2_FRAG_SIZE(s)		(EXT2_MIN_FRAG_SIZE << (s)->s_log_frag_size)
s                 110 include/linux/ext2_fs.h # define EXT2_FRAGS_PER_BLOCK(s)	(EXT2_BLOCK_SIZE(s) / EXT2_FRAG_SIZE(s))
s                 154 include/linux/ext2_fs.h # define EXT2_BLOCKS_PER_GROUP(s)	((s)->u.ext2_sb.s_blocks_per_group)
s                 155 include/linux/ext2_fs.h # define EXT2_DESC_PER_BLOCK(s)		((s)->u.ext2_sb.s_desc_per_block)
s                 156 include/linux/ext2_fs.h # define EXT2_INODES_PER_GROUP(s)	((s)->u.ext2_sb.s_inodes_per_group)
s                 157 include/linux/ext2_fs.h # define EXT2_DESC_PER_BLOCK_BITS(s)	((s)->u.ext2_sb.s_desc_per_block_bits)
s                 159 include/linux/ext2_fs.h # define EXT2_BLOCKS_PER_GROUP(s)	((s)->s_blocks_per_group)
s                 160 include/linux/ext2_fs.h # define EXT2_DESC_PER_BLOCK(s)		(EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc))
s                 161 include/linux/ext2_fs.h # define EXT2_INODES_PER_GROUP(s)	((s)->s_inodes_per_group)
s                  50 include/linux/msdos_fs.h #define MSDOS_SB(s) (&((s)->u.msdos_sb))
s                 120 include/linux/msdos_fs.h extern void fs_panic(struct super_block *s,const char *msg);
s                 165 include/linux/msdos_fs.h extern struct super_block *msdos_read_super(struct super_block *s,
s                 102 include/linux/ncp_fs.h #define ncp_kmalloc(s,p) kmalloc(s,p)
s                 103 include/linux/ncp_fs.h #define ncp_kfree_s(o,s) kfree_s(o,s)
s                  77 include/linux/smb_fs.h #define smb_kmalloc(s,p) kmalloc(s,p)
s                  78 include/linux/smb_fs.h #define smb_kfree_s(o,s) kfree_s(o,s)
s                  95 include/linux/sonycd535.h #define SONY_BLOCK_NUMBER(m,s,f) (((m)*60L+(s))*75L+(f))
s                 610 include/linux/tpqic02.h # define TPQDEB(s)	s
s                 611 include/linux/tpqic02.h # define TPQPUTS(s)	tpqputs(s)
s                 613 include/linux/tpqic02.h # define TPQDEB(s)
s                 614 include/linux/tpqic02.h # define TPQPUTS(s)
s                 268 lib/inflate.c  STATIC int huft_build(b, n, s, d, e, t, m)
s                 271 lib/inflate.c  unsigned s;             /* number of simple-valued codes (0..s-1) */
s                 106 lib/string.c   char * strchr(const char * s, int c)
s                 116 lib/string.c   size_t strlen(const char * s)
s                 127 lib/string.c   size_t strnlen(const char * s, size_t count)
s                 138 lib/string.c   size_t strspn(const char *s, const char *accept)
s                 174 lib/string.c   char * strtok(char * s,const char * ct)
s                 196 lib/string.c   void * memset(void * s,char c,size_t count)
s                  45 lib/vsprintf.c static int skip_atoi(const char **s)
s                 562 net/ipv4/tcp.c static struct sk_buff *tcp_find_established(struct sock *s)
s                 582 net/ipv4/tcp.c static struct sk_buff *tcp_dequeue_established(struct sock *s)