Searched refs:last_src (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_refresh.c | 167 int last_src = oline->lastchar; in wnoutrefresh() local 169 if (last_src > limit_x) in wnoutrefresh() 170 last_src = limit_x; in wnoutrefresh() 196 j = last_src; in wnoutrefresh() 203 last_src = j; in wnoutrefresh() 211 int last_dst = begx + ((last_src < win->_maxx) in wnoutrefresh() 212 ? last_src in wnoutrefresh() 266 for (; src_col <= last_src; src_col++, dst_col++) { in wnoutrefresh()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 607 struct sockaddr last_src, last_dst; in pfctl_kill_src_nodes() local 616 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_kill_src_nodes() 629 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_kill_src_nodes() 631 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_kill_src_nodes() 710 struct sockaddr last_src, last_dst; in pfctl_net_kill_states() local 720 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_net_kill_states() 745 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_net_kill_states() 747 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_net_kill_states() 826 struct sockaddr last_src; in pfctl_gateway_kill_states() local 839 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_gateway_kill_states() [all …]
|