Home
last modified time | relevance | path

Searched refs:_tmp (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java276 int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, in KdcGuiRoot() local
278 gbpanel44.set("rowHeights", _tmp); in KdcGuiRoot()
283 int _tmp[] = {14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, in KdcGuiRoot() local
285 gbpanel44.set("columnWidths", _tmp); in KdcGuiRoot()
288 double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, in KdcGuiRoot() local
291 gbpanel44.set("rowWeights", _tmp); in KdcGuiRoot()
295 double _tmp[] = {0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, in KdcGuiRoot() local
298 gbpanel44.set("columnWeights", _tmp); in KdcGuiRoot()
435 int _tmp[] = {14, 14, 14, 14, 14, 14}; in KdcGuiRoot() local
436 gbpanel1.set("rowHeights", _tmp); in KdcGuiRoot()
[all …]
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h52 u_int32_t _tmp; \
53 _tmp = a; \
54 ((u_int8_t *)&a)[0] = ((u_int8_t *)&_tmp)[3]; \
55 ((u_int8_t *)&a)[1] = ((u_int8_t *)&_tmp)[2]; \
56 ((u_int8_t *)&a)[2] = ((u_int8_t *)&_tmp)[1]; \
57 ((u_int8_t *)&a)[3] = ((u_int8_t *)&_tmp)[0]; \
66 u_int32_t _tmp; \
67 P_32_COPY(a, &_tmp); \
68 ((u_int8_t *)a)[0] = ((u_int8_t *)&_tmp)[3]; \
69 ((u_int8_t *)a)[1] = ((u_int8_t *)&_tmp)[2]; \
[all …]
H A Dhash.h140 DB_LOCK _tmp; \
144 DB_LOCK_WRITE, &_tmp)) == 0) \
148 (I)->hlock = _tmp; \
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h184 u_int32_t _tmp = a; \
185 ((char *)&a)[0] = ((char *)&_tmp)[3]; \
186 ((char *)&a)[1] = ((char *)&_tmp)[2]; \
187 ((char *)&a)[2] = ((char *)&_tmp)[1]; \
188 ((char *)&a)[3] = ((char *)&_tmp)[0]; \
191 u_int32_t _tmp = *(u_int32_t *)a; \
192 ((char *)a)[0] = ((char *)&_tmp)[3]; \
193 ((char *)a)[1] = ((char *)&_tmp)[2]; \
194 ((char *)a)[2] = ((char *)&_tmp)[1]; \
195 ((char *)a)[3] = ((char *)&_tmp)[0]; \
[all …]
/titanic_41/usr/src/cmd/calendar/
H A Dcalendar.sh42 _tmp=$tmpdir/cal$$
71 /usr/lib/calprog > ${_tmp}
72 egrep -f ${_tmp} calendar
83 /usr/lib/calprog > ${_tmp}
89 egrep -f ${_tmp} ${_dir}/calendar 2>/dev/null \