Searched refs:new_int (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/dtrace/test/tst/common/sizeof/ |
H A D | tst.SizeofDataTypes.d | 39 int new_int; variable 94 printf("sizeof (new_int): %d\n", sizeof (new_int)); 113 (4 != sizeof (new_int)) ||
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/typedef/ |
H A D | err.D_DECL_IDRED.DupTypeDef.d | 39 typedef int new_int; typedef 46 typedef char new_int; typedef
|
H A D | tst.ChainTypedef.d | 42 typedef int new_int; typedef 43 typedef new_int latest_int;
|
H A D | tst.TypedefDataAssign.d | 42 typedef int new_int; typedef 81 new_int i;
|
H A D | err.D_SYNTAX.TypedefInClause.d | 41 typedef int new_int; typedef
|
H A D | err.D_SYNTAX.BadExistingTypedef.d | 40 typedef pint new_int; typedef
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/inline/ |
H A D | tst.InlineExpression.d | 46 inline int new_int = 100 + new_short; variable 71 new_char, new_short, new_int, new_long);
|
H A D | tst.InlineDataAssign.d | 45 inline int new_int = 100; variable
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/union/ |
H A D | tst.UnionDataTypes.d | 47 int new_int; member 97 var.new_int = 100;
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/struct/ |
H A D | tst.StructDataTypes.d | 46 int new_int; member 97 var.new_int = 100;
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 759 int64_t new_int; in modify_inst_props_cb() local 815 if (uu_strtoint(value, &new_int, sizeof (new_int), NULL, in modify_inst_props_cb() 820 mod[j].ip_value.iv_int = new_int; in modify_inst_props_cb() 891 int64_t new_int; in modify_defaults() local 943 if (uu_strtoint(value, &new_int, sizeof (new_int), NULL, in modify_defaults() 948 mod[j].ip_value.iv_int = new_int; in modify_defaults()
|