tag | line | file | source code |
simple_strtoul | 252 | fs/ext2/super.c | *sb_block = simple_strtoul (value, &value, 0); |
simple_strtoul | 558 | fs/hpfs/hpfs_fs.c | *uid = simple_strtoul(rhs, &rhs, 0); |
simple_strtoul | 565 | fs/hpfs/hpfs_fs.c | *gid = simple_strtoul(rhs, &rhs, 0); |
simple_strtoul | 572 | fs/hpfs/hpfs_fs.c | *umask = simple_strtoul(rhs, &rhs, 8); |
simple_strtoul | 103 | fs/msdos/inode.c | *uid = simple_strtoul(value,&value,0); |
simple_strtoul | 110 | fs/msdos/inode.c | *gid = simple_strtoul(value,&value,0); |
simple_strtoul | 117 | fs/msdos/inode.c | *umask = simple_strtoul(value,&value,8); |
simple_strtoul | 128 | fs/msdos/inode.c | *fat = simple_strtoul(value,&value,0); |
simple_strtoul | 41 | include/linux/kernel.h | unsigned long simple_strtoul(const char *,char **,unsigned int); |
simple_strtoul | 81 | init/main.c | extern unsigned long simple_strtoul(const char *,char **,unsigned int); |
simple_strtoul | 157 | init/main.c | ints[i++] = simple_strtoul(cur,NULL,0); |
simple_strtoul | 281 | init/main.c | ROOT_DEV = simple_strtoul(line,NULL,16); |
simple_strtoul | 288 | init/main.c | ROOT_DEV = devnums[n]+simple_strtoul(line+len,NULL,16); |