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

12

/freebsd-11-stable/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) {
113 _nc_STRCPY(dst->s_tail, src, dst->s_size);
116 dst->s_size -= len;
132 if (len < dst->s_size) {
134 _nc_STRCPY(dst->s_head, src, dst->s_size);
137 dst->s_size = dst->s_init - len;
/freebsd-11-stable/bin/ls/
H A Dls.h80 u_int s_size; member in struct:__anon4
H A Dls.c702 d.s_size = 0;
847 if (d.s_size < sizelen)
848 d.s_size = sizelen;
890 if (d.s_size < sizelen)
891 d.s_size = sizelen;
895 d.s_size += (d.s_size - 1) / 3;
H A Dprint.c293 printdev(dp->s_size, sp->st_rdev);
295 printsize("size", dp->s_size, sp->st_size);
/freebsd-11-stable/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-11-stable/contrib/ntp/libntp/
H A Daudio.c236 struct snd_size s_size; local
291 if (ioctl(fd, AIOGSIZE, &s_size) == -1)
295 s_size.play_size, s_size.rec_size);
297 s_size.play_size = s_size.rec_size = bufsiz;
299 s_size.play_size, s_size.rec_size);
301 if (ioctl(fd, AIOSSIZE, &s_size) == -1)
305 s_size
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_sbuf.c71 #define SBUF_HASROOM(s) ((s)->s_len < (s)->s_size - 1)
72 #define SBUF_FREESPACE(s) ((s)->s_size - ((s)->s_len + 1))
108 KASSERT(s->s_len <= s->s_size,
110 (intmax_t)s->s_len, (intmax_t)s->s_size));
112 KASSERT(s->s_len < s->s_size,
114 (intmax_t)s->s_len, (intmax_t)s->s_size));
169 newsize = sbuf_extendsize(s->s_size + addlen);
173 memcpy(newbuf, s->s_buf, s->s_size);
179 s->s_size = newsize;
194 s->s_size
[all...]
/freebsd-11-stable/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-11-stable/contrib/binutils/include/aout/
H A Dencap.h67 long s_size; member in struct:coffheader::coffscn
/freebsd-11-stable/sys/sys/
H A Dsbuf.h47 ssize_t s_size; /* size of storage buffer */ member in struct:sbuf
/freebsd-11-stable/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-11-stable/contrib/elftoolchain/libelf/
H A Delf_scn.c130 scn->s_size = scn->s_shdr.s_shdr32.sh_size;
134 scn->s_size = scn->s_shdr.s_shdr64.sh_size;
H A Delf_update.c338 s->s_size = sh_size;
473 if (s->s_size == 0)
477 s->s_offset, s->s_size, s))
480 if ((size_t) rc < s->s_offset + s->s_size)
481 rc = (off_t) (s->s_offset + s->s_size);
H A D_libelf.h160 uint64_t s_size; /* managed by elf_update() */ member in struct:_Elf_Scn
H A Delf_data.c188 if (e->e_rawfile && s->s_size > 0 && STAILQ_EMPTY(&s->s_data))
/freebsd-11-stable/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-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c520 if (need < target->s_size) {
649 if (n <= 0 || n >= (int) check.s_size)
660 && n < (int) check.s_size
698 check.s_size -= (size_t) n;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdmavt_qp.h285 u32 s_size; /* send work queue size */ member in struct:rvt_qp

Completed in 163 milliseconds

12