Searched refs:s_size (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dstrings.c75 dst->s_size = len - 1;
76 dst->s_init = dst->s_size;
111 if (len < dst->s_size) {
116 dst->s_size -= len;
132 if (len < dst->s_size) {
137 dst->s_size = dst->s_init - len;
/freebsd-9.3-release/bin/ls/
H A Dls.h77 u_int s_size; member in struct:__anon5
H A Dls.c672 d.s_size = 0;
817 if (d.s_size < sizelen)
818 d.s_size = sizelen;
860 if (d.s_size < sizelen)
861 d.s_size = sizelen;
865 d.s_size += (d.s_size - 1) / 3;
H A Dprint.c171 printdev(dp->s_size, sp->st_rdev);
173 printsize(dp->s_size, sp->st_size);
/freebsd-9.3-release/contrib/ntp/util/
H A Daudio-pcm.c88 struct snd_size s_size; local
138 if (ioctl(fd, AIOGSIZE, &s_size) == -1)
142 s_size.play_size, s_size.rec_size);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Daudio.c222 struct snd_size s_size; local
277 if (ioctl(fd, AIOGSIZE, &s_size) == -1)
281 s_size.play_size, s_size.rec_size);
283 s_size.play_size = s_size.rec_size = bufsiz;
285 s_size.play_size, s_size.rec_size);
287 if (ioctl(fd, AIOSSIZE, &s_size) == -1)
291 s_size
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_sbuf.c69 #define SBUF_HASROOM(s) ((s)->s_len < (s)->s_size - 1)
70 #define SBUF_FREESPACE(s) ((s)->s_size - ((s)->s_len + 1))
103 KASSERT(s->s_len < s->s_size,
105 (intmax_t)s->s_len, (intmax_t)s->s_size));
159 newsize = sbuf_extendsize(s->s_size + addlen);
163 memcpy(newbuf, s->s_buf, s->s_size);
169 s->s_size = newsize;
184 s->s_size = length;
188 KASSERT(s->s_size >= 0,
196 s->s_size
[all...]
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dcoff.h77 long s_size; /* size of section */ member in struct:scnhdr
H A Dimgact_coff.c255 text_size = scns[i].s_size;
260 data_size = scns[i].s_size;
263 bss_size = scns[i].s_size;
344 "s_scnptr = %ld s_size = %lx\n", i, scns[i].s_name,
345 scns[i].s_vaddr, scns[i].s_scnptr, scns[i].s_size));
355 text_size = scns[i].s_size;
360 data_size = scns[i].s_size;
364 bss_size = scns[i].s_size;
369 int len = round_page(scns[i].s_size + PAGE_SIZE);
384 if(scns[i].s_size) {
[all...]
/freebsd-9.3-release/contrib/binutils/include/aout/
H A Dencap.h67 long s_size; member in struct:coffheader::coffscn
/freebsd-9.3-release/sys/sys/
H A Dsbuf.h47 ssize_t s_size; /* size of storage buffer */ member in struct:sbuf
/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dexternal.h82 char s_size[4]; /* section size */ member in struct:external_scnhdr
H A Drs6000.h72 char s_size[4]; /* section size */ member in struct:external_scnhdr
H A Drs6k64.h81 char s_size[8]; /* section size */ member in struct:external_scnhdr
H A Dalpha.h81 unsigned char s_size[8]; /* section size */ member in struct:external_scnhdr
H A Dti.h166 char s_size[4]; /* section size (in WORDS) */ member in struct:external_scnhdr_v01
182 char s_size[4]; /* section size (in WORDS) */ member in struct:external_scnhdr
H A Dinternal.h370 bfd_vma s_size; /* section size */ member in struct:internal_scnhdr
/freebsd-9.3-release/lib/libelf/
H A Delf_scn.c110 scn->s_size = scn->s_shdr.s_shdr32.sh_size;
114 scn->s_size = scn->s_shdr.s_shdr64.sh_size;
H A Delf_update.c278 s->s_size = sh_size;
296 smax = smin + s->s_size;
301 tmax = tmin + t->s_size;
357 if (s->s_size == 0)
360 if (s->s_offset + s->s_size < (size_t) rc) {
371 rc = s->s_offset + s->s_size;
390 s->s_offset + s->s_size <= shdr_start)
H A D_libelf.h131 uint64_t s_size; /* managed by elf_update() */ member in struct:_Elf_Scn
H A Delf_data.c162 if (e->e_rawfile && s->s_size > 0 && STAILQ_EMPTY(&s->s_data))
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dpeicode.h204 scnhdr_int->s_size = GET_SCNHDR_SIZE (abfd, scnhdr_ext->s_size);
238 && (! bfd_pe_executable_p (abfd) || scnhdr_int->s_size == 0))
239 || (bfd_pe_executable_p (abfd) && scnhdr_int->s_size > scnhdr_int->s_paddr)))
244 scnhdr_int->s_size = scnhdr_int->s_paddr;
H A Dcoffswap.h761 scnhdr_int->s_size = GET_SCNHDR_SIZE (abfd, scnhdr_ext->s_size);
791 PUT_SCNHDR_SIZE (abfd, scnhdr_int->s_size, scnhdr_ext->s_size);
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Ddlfcn.c458 if ((ldbuf = (char *)malloc(sh.s_size)) == NULL) {
475 if (FREAD(ldbuf, sh.s_size, 1, ldp) != 1) {
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c464 if (need < target->s_size) {
588 if (n <= 0 || n >= (int) check.s_size)
599 && n < (int) check.s_size
637 check.s_size -= n;

Completed in 155 milliseconds

12