Searched refs:segsize (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dgmo.h136 nls_uint32 segsize; member in struct:sysdep_string::segment_pair
H A Dloadmsgcat.c1135 need += W (domain->must_swap, p->segsize);
1191 W (domain->must_swap, p->segsize);
1200 nls_uint32 segsize = local
1201 W (domain->must_swap, p->segsize);
1206 if (segsize > 0)
1208 memcpy (mem, static_segments, segsize);
1209 mem += segsize;
1210 static_segments += segsize;
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dgmo.h136 nls_uint32 segsize; member in struct:sysdep_string::segment_pair
H A Dloadmsgcat.c1135 need += W (domain->must_swap, p->segsize);
1191 W (domain->must_swap, p->segsize);
1200 nls_uint32 segsize = local
1201 W (domain->must_swap, p->segsize);
1206 if (segsize > 0)
1208 memcpy (mem, static_segments, segsize);
1209 mem += segsize;
1210 static_segments += segsize;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsys_pipe.c953 int segsize; /* first segment to transfer */ local
987 segsize = wpipe->pipe_buffer.size -
989 if (segsize > size)
990 segsize = size;
996 segsize, uio);
999 if (error == 0 && segsize < size) {
1005 if (wpipe->pipe_buffer.in + segsize !=
1013 size - segsize, uio);
1024 size - segsize +
1029 segsize;
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-decnet.c659 int services, info, segsize; local
669 segsize = EXTRACT_LE_16BITS(cimp->ci_segsize);
698 (void)printf("segsize %d ", segsize);
713 u_int segsize, optlen; local
723 segsize = EXTRACT_LE_16BITS(ccmp->cc_segsize);
753 (void)printf("segsize %d ", segsize);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmbest.c565 reg size_t size, segsize, round; local
617 if(size < (segsize = seg->size))
621 { if(size >= segsize) /* entire segment deleted */

Completed in 211 milliseconds