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,2112001/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'; 
			nf = getfields(p, f, nelem(f), 1, " \t\r"); 
2001/1117    
			nf = tokenize(p, f, nelem(f)); 
2000/0506    
			if(nf < 3) 
				continue; 
		 
2001/1106/sys/src/9/port/devsd.c:1100,11062001/1117/sys/src/9/port/devsd.c:1100,1106
2001/0905    
		cd.o_spec = '\0'; 
		memset(&cd.o_cf, 0, sizeof(DevConf)); 
 
		nf = getfields(buf, field, Ncmd, 1, " \t\n"); 
2001/1117    
		nf = tokenize(buf, field, Ncmd); 
2001/0905    
		for (i = 0; i < nf; i++) { 
			char *opt = field[i++]; 
			if (i >= nf) 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)