Searched refs:last_src (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_refresh.c | 158 int last_src = oline->lastchar; in wnoutrefresh() local 160 if (last_src > limit_x) in wnoutrefresh() 161 last_src = limit_x; in wnoutrefresh() 187 j = last_src; in wnoutrefresh() 194 last_src = j; in wnoutrefresh() 203 int last_dst = begx + ((last_src < win->_maxx) in wnoutrefresh() 204 ? last_src in wnoutrefresh() 257 for (; src_col <= last_src; src_col++, dst_col++) { in wnoutrefresh()
|
| /freebsd-12.1/sbin/pfctl/ |
| H A D | pfctl.c | 539 struct sockaddr last_src, last_dst; in pfctl_kill_src_nodes() local 548 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_kill_src_nodes() 561 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_kill_src_nodes() 563 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_kill_src_nodes() 642 struct sockaddr last_src, last_dst; in pfctl_net_kill_states() local 651 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_net_kill_states() 667 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_net_kill_states() 669 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_net_kill_states()
|