Searched refs:listend (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | abienv.c | 79 build_env_list1(Liblist **list, Liblist **listend, const char *env) in build_env_list1() argument 92 appendlist(list, listend, envstr, 1); in build_env_list1() 101 appendlist(list, listend, tok, 1); in build_env_list1() 138 appendlist(Liblist **list, Liblist **listend, const char *name, int fatal) in appendlist() argument 175 if (*listend) in appendlist() 176 (*listend)->l_next = lp; in appendlist() 179 *listend = lp; in appendlist()
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | cmd.c | 183 listend = prev_entry; in rcmd() 207 endptr = listend; in rcmd() 224 listend = new_listend; in rcmd() 232 listend->ar_next = abifile->ar_next; in rcmd() 235 listend->ar_next = listhead; in rcmd() 238 listend = endptr; in rcmd() 264 listend = NULL; in dcmd() 267 listend = backptr; in dcmd() 401 listend = backptr1; in mcmd() 402 listend->ar_next = NULL; in mcmd() [all …]
|
H A D | inc.h | 145 extern ARFILE *listhead, *listend;
|
H A D | file.c | 40 ARFILE *listhead, *listend; variable 426 listend->ar_next = fileptr; in newfile() 429 listend = fileptr; in newfile()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 204 listend = nslots+count+2; // end of freelist in stats() local 209 long *answer = (long *)malloc((int)(listend)*sizeof (long)); in stats() 218 for (i = liststart+2; i < listend && current != NULL; i++) { in stats()
|