Home
last modified time | relevance | path

Searched refs:s_x (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
HDtst.InlineKinds.d42 int s_x; member
46 s_x = T + 1;
51 inline int i5[int x] = (xlate < struct s > (x)).s_x; /* array by xlate */
59 printf("i3.s_x = %d\n", i3.s_x);
HDtst.InlineKinds.d.out4 i3.s_x = 124
/freebsd-11-stable/sbin/ipfw/
HDipfw2.c95 #define GET_UINT_ARG(arg, min, max, tok, s_x) do { \ argument
97 errx(EX_USAGE, "%s: missing argument", match_value(s_x, tok)); \
111 match_value(s_x, tok), *av); \
115 match_value(s_x, tok), min, max, *av); \
119 match_value(s_x, tok), *av); \