Searched refs:strindex (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c176 int strindex = -1; local
201 strindex = shdr->sh_link;
206 if (cnt == strindex)
/freebsd-11-stable/lib/libusb/
H A Dlibusb01.c208 usb_get_string(usb_dev_handle * dev, int strindex, argument
220 strindex, langid, buf, buflen);
229 usb_get_string_simple(usb_dev_handle * dev, int strindex, argument
241 strindex, buf, buflen);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffgen.c66 long strindex; local
72 strindex = strtol (buf, &p, 10);
73 if (*p == '\0' && strindex >= 0)
79 strindex does not run us past the end, but right now we
81 strings += strindex;
H A Delf.c293 unsigned int strindex)
297 if (strindex == 0)
309 if (strindex >= hdr->sh_size)
314 abfd, strindex, (unsigned long) hdr->sh_size,
315 (shindex == shstrndx && strindex == hdr->sh_name
321 return ((char *) hdr->contents) + strindex;
291 bfd_elf_string_from_elf_section(bfd *abfd, unsigned int shindex, unsigned int strindex) argument
H A Delflink.c3039 bfd_size_type strindex;
3046 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, FALSE);
3047 if (strindex == (bfd_size_type) -1)
3067 && dyn.d_un.d_val == strindex)
3069 _bfd_elf_strtab_delref (hash_table->dynstr, strindex);
3080 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
3085 _bfd_elf_strtab_delref (hash_table->dynstr, strindex);
3031 bfd_size_type strindex; local
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h1857 short strindex[OSS_ENUM_MAXVALUE]; member in struct:oss_mixer_enuminfo
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dmixer.c511 ei->strindex[nvalues] = nwrote;
H A Ddsp.c1877 ei->strindex[0] = 0;

Completed in 356 milliseconds