Searched refs:total (Results 1 – 7 of 7) sorted by relevance
57 int total = 0; in getservent_r() local69 total += namelen + 1; in getservent_r()74 total += (count+1)*sizeof(char*); in getservent_r()77 total += 1 + len2; in getservent_r()82 p2 = realloc( (char*)rs->servent.s_aliases, total ); in getservent_r()
53 size_t total; in fread() local65 total = resid; in fread()145 return ((total - resid) / size); in fread()165 return ((total - resid) / size); in fread()
40 __u16 total; member
86 int total; member97 bo->total += len; in buf_out_send()124 bo->total = 0; in buf_out_init()132 return bo->total; in buf_out_length()200 int total; member220 fdo->total += ret; in fd_out_send()230 fdo->total = 0; in fd_out_init()238 return fdo->total; in fd_out_length()
131 long total; in __get_meminfo() local132 if (sscanf(buf, pattern, &total) == 1) { in __get_meminfo()133 result = (int) (total / (PAGE_SIZE/1024)); in __get_meminfo()
137 int total; member
3471 size_t total; in do_check_malloc_state() local3492 total = traverse_and_check(m); in do_check_malloc_state()3493 assert(total <= m->footprint); in do_check_malloc_state()