plan 9 kernel history: overview | file list | diff list

1992/1103/port/devproc.c (diff list | history)

1992/0907/sys/src/9/port/devproc.c:344,3501992/1103/sys/src/9/port/devproc.c:344,354 (short | long | prev | next)
1992/0907    
		sps = p->psstate; 
		if(sps == 0) 
			sps = statename[p->state]; 
		j = sprint(statbuf, "%-27s %-27s %-11s ", p->text, p->user, sps); 
1992/1103    
		memset(statbuf, ' ', sizeof statbuf); 
		memmove(statbuf+0*NAMELEN, p->text, strlen(p->text)); 
		memmove(statbuf+1*NAMELEN, p->user, strlen(p->user)); 
		memmove(statbuf+2*NAMELEN, sps, strlen(sps)); 
		j = 2*NAMELEN + 12; 
1992/0907    
 
		for(i = 0; i < 6; i++) { 
1990/0227    
			l = p->time[i]; 


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