taglinefilesource code
count161fs/proc/array.cint count1;
count187fs/proc/array.ccount1 = count;
count188fs/proc/array.cif (p + count1 > sizeof(struct user))
count189fs/proc/array.ccount1 = sizeof(struct user)-p;
count191fs/proc/array.cmemcpy_tofs(buf,(void *) pnt, count1);
count192fs/proc/array.cbuf += count1;
count193fs/proc/array.cp += count1;
count194fs/proc/array.ccount -= count1;
count195fs/proc/array.cread += count1;