Searched refs:m_size (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libodelta/
H A Ddelta.c204 static int chkMove(long m_size, long m_addr, long a_size) argument
208 cost_m = NBYTE(m_size) + NBYTE(m_addr);
209 cost_a = NBYTE(m_size) + m_size;
219 a_size += m_size;
227 return m_size;
/ast/src/cmd/mailx/
H A Dedit.c109 if (fp = run_editor(setinput(mp), mp->m_size, NiL, type, state.readonly)) {
118 filecopy(NiL, fp, state.tmp.dir, state.msg.op, NiL, (off_t)0, &mp->m_lines, &mp->m_size, 0);
H A Dcmd1.c156 sizes = counts(!!state.var.news, mp->m_lines, mp->m_size);
525 cc += mp->m_size;
905 if (sendsmtp(setinput(mp), state.var.smtp, addr, mp->m_size))
H A Dhead.c258 pp->count = mp ? mp->m_size : 0;
H A Dfio.c98 mp->m_size = 0;
223 mp->m_size += count;
389 mp->m_size = ent->fts_statp->st_size;
H A Dcmd2.c840 note(PROMPT, "%s %ld %ld %ld", file, num, (long)mp->m_lines, (long)mp->m_size);
H A Dmailx.h172 off_t m_size; /* Bytes in the message */ member in struct:msg
H A Dcmd3.c597 note(0, "%d: %ld/%ld", mp->m_index, (long)mp->m_lines, (long)mp->m_size);
H A Dimap.c1089 mp->m_size = ap->value.number;
2404 sizes = counts(!!state.var.news, mp->m_lines, mp->m_size);

Completed in 149 milliseconds