taglinefilesource code
count143fs/proc/array.cint count1;
count160fs/proc/array.ccount1 = count;
count161fs/proc/array.cif (p + count1 > sizeof(struct user))
count162fs/proc/array.ccount1 = sizeof(struct user)-p;
count164fs/proc/array.cmemcpy_tofs(buf,(void *) pnt, count1);
count165fs/proc/array.cbuf += count1;
count166fs/proc/array.cp += count1;
count167fs/proc/array.ccount -= count1;
count168fs/proc/array.cread += count1;