taglinefilesource code
count161fs/proc/array.cint count1;
count178fs/proc/array.ccount1 = count;
count179fs/proc/array.cif (p + count1 > sizeof(struct user))
count180fs/proc/array.ccount1 = sizeof(struct user)-p;
count182fs/proc/array.cmemcpy_tofs(buf,(void *) pnt, count1);
count183fs/proc/array.cbuf += count1;
count184fs/proc/array.cp += count1;
count185fs/proc/array.ccount -= count1;
count186fs/proc/array.cread += count1;