Searched refs:ftemp (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/refer/ |
H A D | refer7.c | 66 fprintf(ftemp, ".]<\n"); in dumpold() 87 fprintf(ftemp, "%d", nr); in dumpold() 90 putc(c, ftemp); in dumpold() 96 fprintf(ftemp, ".]>\n"); in dumpold() 111 fclose(ftemp); in recopy() 112 ftemp = fopen(fnam, "r"); in recopy() 113 if (ftemp == NULL) { in recopy() 117 while ((c = getc(ftemp)) != EOF) { in recopy() 121 while ((c = getc(ftemp)) != FLAG) in recopy() 139 if ((c = getc(ftemp)) == AFLAG) in recopy() [all …]
|
H A D | refer1.c | 118 ftemp = fopen(ofile, "w"); in main() 119 if (ftemp == NULL) { in main() 128 fo = ftemp; in main() 133 fo = ftemp; in main()
|
H A D | refer4.c | 34 fputs(buff, ftemp); in output() 90 fputs(buff, ftemp); in flout()
|
H A D | refer0.c | 22 FILE *ftemp = stdout; variable
|
H A D | refer..c | 52 extern FILE *fo, *ftemp;
|
H A D | refer5.c | 151 fo = ftemp; in putsig() 169 if (fo == ftemp) { /* hide if need be */ in putsig()
|
/titanic_44/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 418 ftemp = nodecount(sf[i]->ept->path); in store() 419 btemp = sf[i]->blks + (ftemp * DIRSIZE); in store() [all …]
|
/titanic_44/usr/src/cmd/sgs/yacc/common/ |
H A D | y3.c | 208 (void) fprintf(ftemp, "$\n"); /* mark begining of gotos */ in go2out() 236 (void) fprintf(ftemp, "%d,%d,", j, tystate[j]); in go2out() 244 (void) fprintf(ftemp, "%d\n", best); in go2out() 416 (void) fprintf(ftemp, in wract() 426 (void) fprintf(ftemp, "\n"); in wract()
|
H A D | dextern.h | 162 extern FILE *ftemp; /* tempfile to pass 2 */
|
H A D | y2.c | 133 FILE *ftemp; /* tempfile to pass 2 */ variable 320 ftemp = fopen(TEMPNAME, "w"); 322 if (ftemp == NULL || faction == NULL)
|
H A D | y1.c | 479 if (ftemp != NULL) in summary() 480 (void) fclose(ftemp); in summary()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 708 float ftemp; in xlate_obs2exp() local 738 ftemp = map[i-1].expected + (temp - map[i-1].observed) * in xlate_obs2exp() 740 new_temp = (int)(ftemp + (ftemp >= 0 ? 0.5 : -0.5)); in xlate_obs2exp() 756 float ftemp; in xlate_exp2obs() local 788 ftemp = map[i-1].observed + (temp - map[i-1].expected) * in xlate_exp2obs() 790 new_temp = (int)(ftemp + (ftemp >= 0 ? 0.5 : -0.5)); in xlate_exp2obs()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 6174 ipsec_fragcache_entry_t *ftemp; in ipsec_fragcache_init() local 6184 ftemp = (ipsec_fragcache_entry_t *) in ipsec_fragcache_init() 6187 if (ftemp == NULL) { in ipsec_fragcache_init() 6196 ftemp->itpfe_next = frag->itpf_freelist; in ipsec_fragcache_init() 6197 frag->itpf_freelist = ftemp; in ipsec_fragcache_init() 6198 ftemp++; in ipsec_fragcache_init()
|