Searched refs:last_src (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/ncurses/ncurses/base/ |
| HD | lib_refresh.c | 159 int last_src = oline->lastchar; in wnoutrefresh() local 161 if (last_src > limit_x) in wnoutrefresh() 162 last_src = limit_x; in wnoutrefresh() 188 j = last_src; in wnoutrefresh() 195 last_src = j; in wnoutrefresh() 204 int last_dst = begx + ((last_src < win->_maxx) in wnoutrefresh() 205 ? last_src in wnoutrefresh() 258 for (; src_col <= last_src; src_col++, dst_col++) { in wnoutrefresh()
|
| /dragonfly/usr.sbin/pfctl/ |
| HD | pfctl.c | 437 struct sockaddr last_src, last_dst; in pfctl_kill_src_nodes() local 446 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_kill_src_nodes() 459 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_kill_src_nodes() 461 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_kill_src_nodes() 540 struct sockaddr last_src, last_dst; in pfctl_net_kill_states() local 549 memset(&last_src, 0xff, sizeof(last_src)); in pfctl_net_kill_states() 565 if (memcmp(&last_src, resp[0]->ai_addr, sizeof(last_src)) == 0) in pfctl_net_kill_states() 567 last_src = *(struct sockaddr *)resp[0]->ai_addr; in pfctl_net_kill_states()
|