| plan 9 kernel history: overview | file list | diff list |
2001/1117/port/devsd.c (diff list | history)
| 2001/1106/sys/src/9/port/devsd.c:205,211 – 2001/1117/sys/src/9/port/devsd.c:205,211 (short | long | prev | next) | ||
| 2000/0530 | for(p = getconf(buf); p != nil; p = q){ | |
| 2000/0506 | if(q = strchr(p, '/')) *q++ = '\0'; | |
| 2001/1117 | nf = tokenize(p, f, nelem(f)); | |
| 2000/0506 | if(nf < 3) continue; | |
| 2001/1106/sys/src/9/port/devsd.c:1100,1106 – 2001/1117/sys/src/9/port/devsd.c:1100,1106 | ||
| 2001/0905 | cd.o_spec = '\0'; memset(&cd.o_cf, 0, sizeof(DevConf)); | |
| 2001/1117 | nf = tokenize(buf, field, Ncmd); | |
| 2001/0905 | for (i = 0; i < nf; i++) { char *opt = field[i++]; if (i >= nf) | |