Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/awk/
H A Drun.c73 static Cell *tmps; /* free temporary cells for execution */ variable
777 if (a == tmps) in tfree()
779 a->cnext = tmps; in tfree()
780 tmps = a; in tfree()
789 if (!tmps) { in gettemp()
790 tmps = (Cell *)calloc(100, sizeof (Cell)); in gettemp()
791 if (!tmps) in gettemp()
794 tmps[i-1].cnext = &tmps[i]; in gettemp()
795 tmps[i-1].cnext = NULL; in gettemp()
797 x = tmps; in gettemp()
[all …]
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c2299 struct sym *tmps; in garbage() local
2304 tmps = stable[i]; in garbage()
2305 if (tmps != 0) { in garbage()
2308 p = tmps->val; in garbage()
2315 tmps = tmps->next; in garbage()
2316 } while (tmps != 0); in garbage()
2320 p = tmps->val; in garbage()
2332 tmps, p); in garbage()
2338 tmps = tmps->next; in garbage()
2339 } while (tmps != 0); in garbage()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c595 char *tmps = tempnam("/var/tmp", "truss"); in main() local
596 sfd = open(tmps, O_CREAT|O_APPEND|O_EXCL|O_RDWR, 0600); in main()
599 if (unlink(tmps) == -1) in main()
601 free(tmps); in main()
602 tmps = NULL; in main()
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c91 char tmps[PATH_MAX]; in main() local
103 (void) sprintf(tmps, _LDTERM_DAT_PATH, lc); in main()
105 fd = open(tmps, O_RDONLY, 0); in main()
110 "cannot read entire %s file\n"), tmps); in main()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/
H A Dace_utf8.c119 uchar_t *tmps; in _icv_iconv() local
210 if (tmps == (uchar_t *)NULL) { in _icv_iconv()
219 cd->ib = tmps; 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()
308 cd->ib = tmps; in _icv_iconv()
326 tmps = (uchar_t *)realloc( in _icv_iconv()
338 cd->ob = tmps; in _icv_iconv()
378 if (tmps == (uchar_t *)NULL) { in _icv_iconv()
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c67 const char *tmps = STR; \
68 while (*tmps != '\0') \
69 PRINT(*tmps++); \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan2.S56 #define tmps 0x30 macro
124 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vatan2f.S88 #define tmps 0x20 macro
210 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vatanf.S187 #define tmps 0x20 macro
259 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vcos.S101 #define tmps 0x90 macro
181 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vcos_ultra3.S66 #define tmps 0x40 macro
134 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__vexp.S621 #define tmps 0x20 macro
699 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vexpf.S184 #define tmps 0x20 macro
293 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__vlog.S132 #define tmps 0x20 macro
198 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__vpow.S599 #define tmps 96 macro
1038 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vpowf.S544 #define tmps 0x30 macro
726 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vrhypot.S122 #define tmps 0x100 macro
272 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__vrsqrt.S85 #define tmps 0x40 macro
185 save %sp,-SA(MINFRAME)-tmps,%sp
H A D__vrsqrtf.S206 #define tmps 0x30 macro
357 save %sp,-SA(MINFRAME)-tmps,%sp

12