Searched refs:listlen (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_loclist.c | 61 Dwarf_Signed *listlen, Dwarf_Error *error) in dwarf_loclist_n() argument 68 if (at == NULL || llbuf == NULL || listlen == NULL) { in dwarf_loclist_n() 99 at->u[0].u64, llbuf, listlen, NULL, error); in dwarf_loclist_n() 134 *listlen = 1; in dwarf_loclist_n() 150 Dwarf_Signed *listlen, Dwarf_Error *error) in dwarf_loclist() argument 155 ret = dwarf_loclist_n(at, &_llbuf, listlen, error); in dwarf_loclist() 163 for (i = 1; i < *listlen; i++) { in dwarf_loclist() 170 *listlen = 1; in dwarf_loclist() 183 Dwarf_Signed listlen; in dwarf_get_loclist_entry() local 199 &llbuf, &listlen, entry_len, error); in dwarf_get_loclist_entry() [all …]
|
| H A D | libdwarf_loclist.c | 98 Dwarf_Locdesc ***ret_llbuf, Dwarf_Signed *listlen, in _dwarf_loclist_find() argument 152 *listlen = ldlen; in _dwarf_loclist_find()
|
| /netbsd-src/sys/external/bsd/libfdt/dist/ |
| H A D | fdt_ro.c | 684 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str) in fdt_stringlist_contains() argument 689 while (listlen >= len) { in fdt_stringlist_contains() 692 p = memchr(strlist, '\0', listlen); in fdt_stringlist_contains() 695 listlen -= (p-strlist) + 1; in fdt_stringlist_contains()
|
| H A D | libfdt.h | 1077 int fdt_stringlist_contains(const char *strlist, int listlen, const char *str);
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | pm_direct.c | 255 strinlist(const char *targ, char *list, int listlen) in strinlist() argument 263 while (listlen > 0) { in strinlist() 268 listlen -= sl+1; in strinlist()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.h | 1216 size_t* listlen);
|
| H A D | config_file.c | 2197 size_t* listlen) in config_parse_taglist() argument 2230 *listlen = len; in config_parse_taglist()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | if_atu.c | 1596 atu_xfer_list_free(struct atu_softc *sc, struct atu_chain *ch, int listlen) in atu_xfer_list_free() argument 1601 for (i = 0; i < listlen; i++) { in atu_xfer_list_free()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | t1_lib.c | 267 static int tls1_in_list(uint16_t id, const uint16_t *list, size_t listlen) in tls1_in_list() argument 270 for (i = 0; i < listlen; i++) in tls1_in_list()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | sslapitest.c | 2018 size_t listlen; member 2088 ret = SSL_CTX_set1_sigalgs(cctx, curr->list, curr->listlen); in test_set_sigalgs() 2113 ret = SSL_set1_sigalgs(clientssl, curr->list, curr->listlen); in test_set_sigalgs()
|