tag | line | file | source code |
---|---|---|---|
vpnt | 105 | fs/isofs/inode.c | char * vpnt = value; |
vpnt | 108 | fs/isofs/inode.c | while(*vpnt){ |
vpnt | 109 | fs/isofs/inode.c | if(*vpnt < '0' || *vpnt > '9') break; |
vpnt | 110 | fs/isofs/inode.c | ivalue = ivalue * 10 + (*vpnt - '0'); |
vpnt | 111 | fs/isofs/inode.c | vpnt++; |
vpnt | 113 | fs/isofs/inode.c | if (*vpnt) return 0; |