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 | 725 struct sockaddr last_src, last_dst; in pfctl_kill_src_nodes() local 733 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_kill_src_nodes() 743 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_kill_src_nodes() 745 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_kill_src_nodes() 800 struct sockaddr last_src, last_dst; in pfctl_net_kill_states() local 810 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_net_kill_states() 832 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_net_kill_states() 834 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_net_kill_states() 890 struct sockaddr last_src; in pfctl_gateway_kill_states() local 902 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_gateway_kill_states() [all …]
|