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