Searched refs:nlist (Results 1 – 5 of 5) sorted by relevance
72 int nlist = 0; in __libc_message() local108 ++nlist; in __libc_message()111 if (nlist > 0) in __libc_message()113 struct iovec *iov = alloca (nlist * sizeof (struct iovec)); in __libc_message()116 for (int cnt = nlist - 1; cnt >= 0; --cnt) in __libc_message()124 WRITEV_FOR_FATAL (fd, iov, nlist, total); in __libc_message()137 for (int cnt = 0; cnt < nlist; ++cnt) in __libc_message()
90 struct nlist struct95 struct nlist *n_next; argument
98 struct nlist struct103 struct nlist *n_next; argument
149 struct nlist struct154 struct nlist *n_next; argument
228 struct nlist { struct231 struct nlist *n_next; argument
Completed in 11 milliseconds