Lines Matching defs:list
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
39 * notice, this list of conditions and the following disclaimer.
41 * notice, this list of conditions and the following disclaimer in the
115 nlist(const char *name, struct nlist *list)
120 _DIAGASSERT(list != NULL);
125 n = __fdnlist(fd, list);
131 __fdnlist(int fd, struct nlist *list)
137 _DIAGASSERT(list != NULL);
140 if ((rv = (*fdnlist_fmts[i].fdnlist)(fd, list)) != -1)