Home
last modified time | relevance | path

Searched refs:newdst (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ipfilter/tools/
HDipnat_y.y385 IPNY_REWRITE oninout rwrproto mapfrom tlate newdst newopts
446 newdst: src rhsaddr srcports dst erhdaddr dstports
/NextBSD/contrib/gcc/
HDbuiltins.c3968 tree newsrc, newdst, in expand_builtin_strcat() local
3984 newdst = in expand_builtin_strcat()
3988 newdst = fold_convert (TREE_TYPE (dst), newdst); in expand_builtin_strcat()
3989 newdst = fold_build2 (PLUS_EXPR, TREE_TYPE (dst), dst, newdst); in expand_builtin_strcat()
3991 newdst = builtin_save_expr (newdst); in expand_builtin_strcat()
3992 arglist = tree_cons (NULL_TREE, newdst, arglist); in expand_builtin_strcat()