Home
last modified time | relevance | path

Searched refs:ftemp (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/refer/
H A Drefer7.c66 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 Drefer1.c118 ftemp = fopen(ofile, "w"); in main()
119 if (ftemp == NULL) { in main()
128 fo = ftemp; in main()
133 fo = ftemp; in main()
H A Drefer4.c34 fputs(buff, ftemp); in output()
90 fputs(buff, ftemp); in flout()
H A Drefer0.c22 FILE *ftemp = stdout; variable
H A Drefer..c52 extern FILE *fo, *ftemp;
H A Drefer5.c151 fo = ftemp; in putsig()
169 if (fo == ftemp) { /* hide if need be */ in putsig()
/titanic_41/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c110 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_41/usr/src/cmd/sgs/yacc/common/
H A Dy3.c208 (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 Ddextern.h162 extern FILE *ftemp; /* tempfile to pass 2 */
H A Dy2.c133 FILE *ftemp; /* tempfile to pass 2 */ variable
320 ftemp = fopen(TEMPNAME, "w");
322 if (ftemp == NULL || faction == NULL)
H A Dy1.c479 if (ftemp != NULL) in summary()
480 (void) fclose(ftemp); in summary()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c708 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_41/usr/src/uts/common/inet/ip/
H A Dspd.c6174 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()