tag | line | file | source code |
---|---|---|---|
vpnt | 129 | fs/isofs/inode.c | char * vpnt = value; |
vpnt | 132 | fs/isofs/inode.c | while(*vpnt){ |
vpnt | 133 | fs/isofs/inode.c | if(*vpnt < '0' || *vpnt > '9') break; |
vpnt | 134 | fs/isofs/inode.c | ivalue = ivalue * 10 + (*vpnt - '0'); |
vpnt | 135 | fs/isofs/inode.c | vpnt++; |
vpnt | 137 | fs/isofs/inode.c | if (*vpnt) return 0; |