Home
last modified time | relevance | path

Searched refs:tens (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dsrv_rcache.c54 unsigned long tens; in krb5_get_server_rcache() local
100 for (tens = 1; (uid / tens) > 9 ; tens *= 10) in krb5_get_server_rcache()
132 while (tens) { in krb5_get_server_rcache()
133 cachename[p++] = '0' + ((uid / tens) % 10); in krb5_get_server_rcache()
134 tens /= 10; in krb5_get_server_rcache()
/titanic_41/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c695 double total, exp, tens; in lstrtod() local
752 tens = 1.0; in lstrtod()
754 total += (*sp -'0') * tens; in lstrtod()
755 tens *= 10.0; in lstrtod()
758 tens = .1; in lstrtod()
760 total += (*sp - '0') * tens; in lstrtod()
761 tens /= 10.0; in lstrtod()
766 tens = 1.0; in lstrtod()
770 exp += (*sp - '0') * tens; in lstrtod()
771 tens *= 10.0; in lstrtod()
/titanic_41/usr/src/lib/libcurses/screen/
H A D_halfdelay.c49 halfdelay(int tens) in halfdelay() argument
51 return (ttimeout(tens * 100)); in halfdelay()
H A Dcurses.ed1210 #define halfdelay(tens) ttimeout((tens)*100)
H A Dllib-lcurses194 int halfdelay(int tens);
/titanic_41/usr/src/uts/intel/os/
H A Dddi_arch.c319 int tens = 0; in drv_usecwait() local
346 tens = count/10; in drv_usecwait()
347 tens++; /* roundup; wait at least 10 microseconds */ in drv_usecwait()
348 while (tens > 0) { in drv_usecwait()
350 tens--; in drv_usecwait()
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl96 set tens {{} ten twenty thirty forty fifty sixty seventy eighty ninety}
H A Dspeedtest.tcl105 set tens {{} ten twenty thirty forty fifty sixty seventy eighty ninety}
/titanic_41/usr/src/cmd/ssh/
H A DREADME.altprivsep101 libraries. Besides these OpenSSH consists of several tens of
/titanic_41/usr/src/lib/libshell/common/
H A Dsh.memo3228 The 1988 version of \f5ksh\fP has tens of thousands of regular users