HomeSort by: relevance | last modified time | path
    Searched refs:tempi (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/sbin/envstat/
t_envstat.sh 54 tempi=$(printf "%.0f" $tempf)
56 echo "$dev = $tempf =~ $tempi"
58 if [ $tempi -eq 0 ]; then
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 1455 long tempi; local
1492 if (Tcl_GetLongFromObj(interp,obj,&tempi) != TCL_OK) goto argerror;
1493 if ((*c == 'i') || (*c == 'I')) *((int *)vptr) = (int)tempi;
1494 else if ((*c == 'l') || (*c == 'L')) *((long *)vptr) = (long)tempi;
1495 else if ((*c == 'h') || (*c == 'H')) *((short*)vptr) = (short)tempi;
1496 else if ((*c == 'b') || (*c == 'B')) *((unsigned char *)vptr) = (unsigned char)tempi;

Completed in 32 milliseconds