OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 17 00:25:26 UTC 2026