taglinefilesource code
count156fs/proc/array.cint count1;
count173fs/proc/array.ccount1 = count;
count174fs/proc/array.cif (p + count1 > sizeof(struct user))
count175fs/proc/array.ccount1 = sizeof(struct user)-p;
count177fs/proc/array.cmemcpy_tofs(buf,(void *) pnt, count1);
count178fs/proc/array.cbuf += count1;
count179fs/proc/array.cp += count1;
count180fs/proc/array.ccount -= count1;
count181fs/proc/array.cread += count1;