Searched refs:clptr (Results 1 – 3 of 3) sorted by relevance
754 saddr_t *mlptr, *clptr; in create_choplist() local757 clptr = malloc(sizeof (saddr_t)); in create_choplist()758 clptr->addr = mlptr->addr; in create_choplist()759 clptr->length = 0; in create_choplist()765 clptr->adv = -1; in create_choplist()766 clptr->next = NULL; in create_choplist()767 insert_addr(choppedlist, clptr, NODUPS); in create_choplist()769 clptr = malloc(sizeof (saddr_t)); in create_choplist()770 clptr->addr = mlptr->addr + mlptr->length; in create_choplist()771 clptr->length = 0; in create_choplist()[all …]
1265 callout_list_t *clptr; in callout_t_cb() local1346 clptr = ct->ct_lfree; in callout_t_cb()1348 if (clptr == NULL) { in callout_t_cb()1352 (uintptr_t)clptr) == -1) { in callout_t_cb()1354 clptr); in callout_t_cb()1359 clptr = (callout_list_t *)ct->ct_expired.ch_head; in callout_t_cb()1360 if (clptr != NULL) { in callout_t_cb()1363 coargs, (uintptr_t)clptr) == -1) { in callout_t_cb()1365 " at %p", clptr); in callout_t_cb()1370 clptr = (callout_list_t *)ct->ct_queue.ch_head; in callout_t_cb()[all …]
987 char *clptr; in main() local988 if ((clptr = getenv("COLUMNS")) != NULL) in main()989 num_cols = atoi(clptr); in main()