Home
last modified time | relevance | path

Searched refs:tmps (Results 1 – 25 of 38) sorted by relevance

12

/titanic_50/usr/src/lib/iconv_modules/utf-8/common/
H A Dace_utf8.c119 uchar_t *tmps; in _icv_iconv() local
208 tmps = (uchar_t *)realloc((void *)cd->ib, in _icv_iconv()
210 if (tmps == (uchar_t *)NULL) { in _icv_iconv()
219 cd->ib = tmps; in _icv_iconv()
239 tmps = (uchar_t *)realloc((void *)cd->ob, in _icv_iconv()
241 if (tmps == (uchar_t *)NULL) { in _icv_iconv()
250 cd->ob = tmps; in _icv_iconv()
296 tmps = (uchar_t *)realloc( in _icv_iconv()
298 if (tmps == (uchar_t *)NULL) { in _icv_iconv()
308 cd->ib = tmps; in _icv_iconv()
[all …]
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGeneral.c193 meta_session_t *delay_free_ses, *tmps; in meta_Finalize() local
228 tmps = delay_free_ses->next; in meta_Finalize()
230 delay_free_ses = tmps; in meta_Finalize()
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c303 kernel_session_t *delay_free_ses, *tmps; in finalize_common() local
352 tmps = delay_free_ses->next; in finalize_common()
354 delay_free_ses = tmps; in finalize_common()
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c329 struct session *delay_free_ses, *tmps; in finalize_common() local
395 tmps = delay_free_ses->next; in finalize_common()
397 delay_free_ses = tmps; in finalize_common()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dstrfmon.c67 const char *tmps = STR; \
68 while (*tmps != '\0') \
69 PRINT(*tmps++); \
/titanic_50/usr/src/cmd/awk/
H A Drun.c56 static Cell *tmps; variable
660 if (a == tmps) in tfree()
662 a->cnext = tmps; in tfree()
663 tmps = a; in tfree()
672 if (!tmps) { in gettemp()
673 tmps = (Cell *)calloc(100, sizeof (Cell)); in gettemp()
674 if (!tmps) in gettemp()
677 tmps[i-1].cnext = &tmps[i]; in gettemp()
678 tmps[i-1].cnext = 0; in gettemp()
680 x = tmps; in gettemp()
[all …]
/titanic_50/usr/src/cmd/dc/
H A Ddc.c2301 struct sym *tmps; in garbage() local
2306 tmps = stable[i]; in garbage()
2307 if (tmps != 0) { in garbage()
2310 p = tmps->val; in garbage()
2317 tmps = tmps->next; in garbage()
2318 } while (tmps != 0); in garbage()
2322 p = tmps->val; in garbage()
2334 tmps, p); in garbage()
2340 tmps = tmps->next; in garbage()
2341 } while (tmps != 0); in garbage()
/titanic_50/usr/src/cmd/ttymon/
H A Dstty.c98 char tmps[PATH_MAX]; in main() local
110 sprintf(tmps, _LDTERM_DAT_PATH, lc); in main()
112 fd = open(tmps, O_RDONLY, 0); in main()
117 "cannot read entire %s file\n"), tmps); in main()
/titanic_50/usr/src/cmd/oawk/
H A Drun.c58 CELL tmps[MAXTMP]; variable
328 if (tmps[i].tval == 0) in gettemp()
332 tmps[i] = tempcell; in gettemp()
333 x = &tmps[i]; in gettemp()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c593 char *tmps = tempnam("/var/tmp", "truss"); in main() local
594 sfd = open(tmps, O_CREAT|O_APPEND|O_EXCL|O_RDWR, 0600); in main()
597 if (unlink(tmps) == -1) in main()
599 free(tmps); in main()
600 tmps = NULL; in main()
/titanic_50/usr/src/lib/libmvec/common/vis/
H A D__vlog.S132 #define tmps 0x20 macro
198 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vsincosf.S84 #define tmps 0x50 macro
151 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vsincos.S63 #define tmps 0x40 macro
131 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vatan2.S56 #define tmps 0x30 macro
124 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vexp.S621 #define tmps 0x20 macro
699 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vsqrtf_ultra3.S68 #define tmps 0x40 macro
118 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vlog_ultra3.S2133 #define tmps 0x40 macro
2283 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vlogf.S87 #define tmps 0x30 macro
270 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vhypotf.S78 #define tmps 0x30 macro
152 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vrhypotf.S218 #define tmps 0x20 macro
288 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vcosf.S83 #define tmps 0x30 macro
150 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vsinf.S83 #define tmps 0x30 macro
150 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vrsqrtf.S206 #define tmps 0x30 macro
357 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vsqrt.S602 #define tmps 0x40 macro
676 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vexpf.S184 #define tmps 0x20 macro
293 save %sp,-SA(MINFRAME)-tmps,%sp

12