Searched defs:nelp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlfind.c56 lfind(const void *ky, const void *bs, size_t *nelp, argument
61 char *next = base + *nelp * width; /* End of table */
H A Dlsearch.c55 lsearch(const void *ky, void *bs, size_t *nelp, size_t width, argument
60 char *next = base + *nelp * width; /* End of table */
66 ++*nelp; /* Not found, add to table */
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dmerge.c822 elist_t *oel, **nelp; local
824 for (oel = old->t_emem, nelp = &new->t_emem;
825 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) {
826 *nelp = xmalloc(sizeof (elist_t));
827 (*nelp)->el_name = xstrdup(oel->el_name);
828 (*nelp)->el_number = oel->el_number;
830 *nelp = NULL;

Completed in 61 milliseconds