Searched refs:ftemp (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer7.c | 64 fprintf(ftemp, ".]<\n"); in dumpold() 85 fprintf(ftemp, "%d", nr); in dumpold() 88 putc(c, ftemp); in dumpold() 94 fprintf(ftemp, ".]>\n"); in dumpold() 109 fclose(ftemp); in recopy() 110 ftemp = fopen(fnam, "r"); in recopy() 111 if (ftemp == NULL) { in recopy() 115 while ((c = getc(ftemp)) != EOF) { in recopy() 119 while ((c = getc(ftemp)) != FLAG) in recopy() 137 if ((c = getc(ftemp)) == AFLAG) in recopy() [all …]
|
H A D | refer1.c | 116 ftemp = fopen(ofile, "w"); in main() 117 if (ftemp == NULL) { in main() 126 fo = ftemp; in main() 131 fo = ftemp; in main()
|
H A D | refer4.c | 32 fputs(buff, ftemp); in output() 88 fputs(buff, ftemp); in flout()
|
H A D | refer0.c | 20 FILE *ftemp = stdout; variable
|
H A D | refer..c | 50 extern FILE *fo, *ftemp;
|
H A D | refer5.c | 149 fo = ftemp; in putsig() 167 if (fo == ftemp) { /* hide if need be */ in putsig()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | splpkgmap.c | 110 fsfilcnt_t ftemp; in splpkgmap() local 219 ftemp = 2LL; in splpkgmap() 224 ftemp += 2; in splpkgmap() 236 ftemp += nodecount(f[j].ept->path); in splpkgmap() 241 btemp += (ftemp * DIRSIZE); in splpkgmap() 246 } else if ((*pilimit > 0) && (ftemp+1 > *pilimit)) { in splpkgmap() 247 progerr(gettext(ERR_VOLFILES), i, ftemp + 1, *pilimit); in splpkgmap() 407 long ftemp; in store() local 419 ftemp = nodecount(sf[i]->ept->path); in store() 420 btemp = sf[i]->blks + (ftemp * DIRSIZE); in store() [all …]
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y3.c | 204 (void) fprintf(ftemp, "$\n"); /* mark begining of gotos */ in go2out() 232 (void) fprintf(ftemp, "%d,%d,", j, tystate[j]); in go2out() 240 (void) fprintf(ftemp, "%d\n", best); in go2out() 413 (void) fprintf(ftemp, in wract() 423 (void) fprintf(ftemp, "\n"); in wract()
|
H A D | dextern.h | 160 extern FILE *ftemp; /* tempfile to pass 2 */
|
H A D | y2.c | 131 FILE *ftemp; /* tempfile to pass 2 */ variable 314 ftemp = fopen(TEMPNAME, "w"); in setup() 316 if (ftemp == NULL || faction == NULL) in setup()
|
H A D | y1.c | 477 if (ftemp != NULL) in summary() 478 (void) fclose(ftemp); in summary()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 706 float ftemp; in xlate_obs2exp() local 736 ftemp = map[i-1].expected + (temp - map[i-1].observed) * in xlate_obs2exp() 738 new_temp = (int)(ftemp + (ftemp >= 0 ? 0.5 : -0.5)); in xlate_obs2exp() 754 float ftemp; in xlate_exp2obs() local 786 ftemp = map[i-1].observed + (temp - map[i-1].expected) * in xlate_exp2obs() 788 new_temp = (int)(ftemp + (ftemp >= 0 ? 0.5 : -0.5)); in xlate_exp2obs()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 6181 ipsec_fragcache_entry_t *ftemp; in ipsec_fragcache_init() local 6191 ftemp = (ipsec_fragcache_entry_t *) in ipsec_fragcache_init() 6194 if (ftemp == NULL) { in ipsec_fragcache_init() 6203 ftemp->itpfe_next = frag->itpf_freelist; in ipsec_fragcache_init() 6204 frag->itpf_freelist = ftemp; in ipsec_fragcache_init() 6205 ftemp++; in ipsec_fragcache_init()
|