Searched defs:ftemp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Drefer0.c22 FILE *ftemp = stdout; variable
/illumos-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...]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c133 FILE *ftemp; /* tempfile to pass 2 */ variable
320 ftemp = fopen(TEMPNAME, "w");
322 if (ftemp == NULL || faction == NULL)
/illumos-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));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c6173 ipsec_fragcache_entry_t *ftemp; local
6183 ftemp = (ipsec_fragcache_entry_t *)
6186 if (ftemp == NULL) {
6195 ftemp->itpfe_next = frag->itpf_freelist;
6196 frag->itpf_freelist = ftemp;
6197 ftemp++;

Completed in 85 milliseconds