Searched refs:s_x (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/ |
| HD | tst.InlineKinds.d | 42 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);
|
| HD | tst.InlineKinds.d.out | 4 i3.s_x = 124
|
| /freebsd-11-stable/sbin/ipfw/ |
| HD | ipfw2.c | 95 #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); \
|