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

/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Drefer7.c66 fprintf(ftemp, ".]<\n");
87 fprintf(ftemp, "%d", nr);
90 putc(c, ftemp);
96 fprintf(ftemp, ".]>\n");
111 fclose(ftemp);
112 ftemp = fopen(fnam, "r");
113 if (ftemp == NULL) {
117 while ((c = getc(ftemp)) != EOF) {
121 while ((c = getc(ftemp)) != FLAG)
139 if ((c = getc(ftemp))
[all...]
H A Drefer0.c22 FILE *ftemp = stdout; variable
H A Drefer1.c118 ftemp = fopen(ofile, "w");
119 if (ftemp == NULL) {
128 fo = ftemp;
133 fo = ftemp;
H A Drefer4.c34 fputs(buff, ftemp);
90 fputs(buff, ftemp);
H A Drefer..c52 extern FILE *fo, *ftemp;
H A Drefer5.c151 fo = ftemp;
169 if (fo == ftemp) { /* hide if need be */
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c110 fsfilcnt_t ftemp; local
219 ftemp = 2LL;
224 ftemp += 2;
236 ftemp += nodecount(f[j].ept->path);
241 btemp += (ftemp * DIRSIZE);
246 } else if ((*pilimit > 0) && (ftemp+1 > *pilimit)) {
247 progerr(gettext(ERR_VOLFILES), i, ftemp + 1, *pilimit); local
407 long ftemp; local
418 ftemp = nodecount(sf[i]->ept->path);
419 btemp = sf[i]->blks + (ftemp * DIRSIZ
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c208 (void) fprintf(ftemp, "$\n"); /* mark begining of gotos */
236 (void) fprintf(ftemp, "%d,%d,", j, tystate[j]);
244 (void) fprintf(ftemp, "%d\n", best);
416 (void) fprintf(ftemp,
426 (void) fprintf(ftemp, "\n");
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)
480 (void) fclose(ftemp);
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c708 float ftemp; local
738 ftemp = map[i-1].expected + (temp - map[i-1].observed) *
740 new_temp = (int)(ftemp + (ftemp >= 0 ? 0.5 : -0.5));
756 float ftemp; local
788 ftemp = map[i-1].observed + (temp - map[i-1].expected) *
790 new_temp = (int)(ftemp + (ftemp >= 0 ? 0.5 : -0.5));
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dspd.c6175 ipsec_fragcache_entry_t *ftemp; local
6185 ftemp = (ipsec_fragcache_entry_t *)
6188 if (ftemp == NULL) {
6197 ftemp->itpfe_next = frag->itpf_freelist;
6198 frag->itpf_freelist = ftemp;
6199 ftemp++;

Completed in 122 milliseconds