Searched refs:tempf (Results 1 - 2 of 2) sorted by relevance

/src/tests/sbin/envstat/
H A Dt_envstat.sh50 for tempf in $(envstat -d $dev | \
54 tempi=$(printf "%.0f" $tempf)
56 echo "$dev = $tempf =~ $tempi"
/src/usr.bin/qsubst/
H A Dqsubst.c125 static FILE *tempf; variable in typeref:typename:FILE *
406 fwrite(bufp0, 1, bufp - bufp0, tempf);
408 n = ftell(tempf);
409 fseek(tempf, 0L, 0);
411 putc(getc(tempf), workf);
433 fseek(tempf, 0L, 0);
443 fwrite(bufp0, 1, n - rahead, tempf);
449 fwrite(str2, 1, s2l, tempf);
466 fwrite(bufp0, 1, n - rahead, tempf);
550 tempf
[all...]

Completed in 2 milliseconds