tag | line | file | source code |
simple_strtoul | 94 | fs/msdos/inode.c | *uid = simple_strtoul(value,&value,0); |
simple_strtoul | 101 | fs/msdos/inode.c | *gid = simple_strtoul(value,&value,0); |
simple_strtoul | 108 | fs/msdos/inode.c | *umask = simple_strtoul(value,&value,8); |
simple_strtoul | 15 | include/linux/kernel.h | unsigned long simple_strtoul(const char *,char **,unsigned int); |
simple_strtoul | 68 | init/main.c | extern unsigned long simple_strtoul(const char *cp,char **endp,unsigned int |
simple_strtoul | 185 | init/main.c | ROOT_DEV = simple_strtoul(line+5,NULL,16); |