/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_string.c | 196 int radix = mdb.m_radix; in strisbasenum() local 202 radix = 2; in strisbasenum() 207 radix = 8; in strisbasenum() 212 radix = 10; in strisbasenum() 217 radix = 16; in strisbasenum() 224 valid[radix > 10 ? 10 + (radix - 10) * 2 : radix] = '\0'; in strisbasenum()
|
H A D | mdb_modapi.c | 217 int radix = mdb.m_radix; in mdb_strtoull() local 223 radix = 2; in mdb_strtoull() 228 radix = 8; in mdb_strtoull() 233 radix = 10; in mdb_strtoull() 238 radix = 16; in mdb_strtoull() 244 return (strtonum(s, radix)); in mdb_strtoull()
|
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | UnsignedInt64.java | 65 public UnsignedInt64(String string, int radix) in UnsignedInt64() argument 68 super(string, radix); in UnsignedInt64()
|
/titanic_41/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 176 register int radix; in getvalue() local 199 radix = 16; in getvalue() 202 radix = 8; in getvalue() 205 radix = 10; in getvalue() 209 switch (radix) { in getvalue()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doprnt.c | 182 char radix; in _doprnt() local 581 radix = 10; in _doprnt() 586 radix = 8; in _doprnt() 591 radix = 16; in _doprnt() 621 switch(radix) { in _doprnt()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 704 int radix; in getvalue() local 727 radix = 16; in getvalue() 730 radix = 8; in getvalue() 733 radix = 10; in getvalue() 736 switch (radix) { in getvalue()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | Makefile | 30 ppp-comp.h ppp_defs.h pppio.h vjcompress.h sppptun.h pppoe.h radix.h \
|
/titanic_41/usr/src/common/mpi/ |
H A D | mpi.h | 336 mp_err mp_read_radix(mp_int *mp, const char *str, int radix); 338 int mp_radix_size(mp_int *mp, int radix); 339 mp_err mp_toradix(mp_int *mp, char *str, int radix);
|
H A D | mpi.c | 2576 mp_err mp_read_radix(mp_int *mp, const char *str, int radix) in mp_read_radix() argument 2582 ARGCHK(mp != NULL && str != NULL && radix >= 2 && radix <= MAX_RADIX, in mp_read_radix() 2589 (s_mp_tovalue(str[ix], radix) < 0) && in mp_read_radix() 2603 while((val = s_mp_tovalue(str[ix], radix)) >= 0) { in mp_read_radix() 2604 if((res = s_mp_mul_d(mp, radix)) != MP_OKAY) in mp_read_radix() 2622 int radix = default_radix; in mp_read_variable_radix() local 2629 (s_mp_tovalue(cx, radix) < 0) && in mp_read_variable_radix() 2645 radix = 16; in mp_read_variable_radix() 2648 radix = 8; in mp_read_variable_radix() 2652 res = mp_read_radix(a, str, radix); in mp_read_variable_radix() [all …]
|
/titanic_41/usr/src/cmd/ssh/libssh/ |
H A D | Makefile.com | 70 radix.o \
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | Makefile | 8 ROUTEDOBJS= common.o if.o input.o main.o output.o parms.o radix.o \
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 511 int radix = 10; in parse_value() local 522 radix = 16; in parse_value() 525 radix = 8; in parse_value() 538 if (digit >= radix) in parse_value() 540 tmp = tmp * radix + digit; in parse_value()
|
/titanic_41/usr/src/cmd/sgs/rtld.4.x/ |
H A D | umultiply.s | 134 ! To simplify the equations, the radix point can be moved to just
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modsysfile.c | 1397 int radix; in kobj_getvalue() local 1420 radix = 16; in kobj_getvalue() 1423 radix = 8; in kobj_getvalue() 1425 radix = 10; in kobj_getvalue() 1428 switch (radix) { in kobj_getvalue()
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | Makefile.tools | 47 ip_pool.o radix.o
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 150 static int qlt_convert_string_to_ull(char *prop, int radix, 6195 qlt_convert_string_to_ull(char *prop, int radix, in qlt_convert_string_to_ull() argument 6198 return (ddi_strtoull((const char *)prop, 0, radix, result)); in qlt_convert_string_to_ull() 6206 int radix; in qlt_wwn_overload_prop() local 6210 radix = 16; in qlt_wwn_overload_prop() 6214 rval = qlt_convert_string_to_ull(prop_val, radix, &wwnn); in qlt_wwn_overload_prop() 6220 rval = qlt_convert_string_to_ull(prop_val, radix, in qlt_wwn_overload_prop()
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 872 [auth-krb4.c key.c radix.c uuencode.c] 1224 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h] 1228 [key.c radix.c uuencode.c] 1304 [auth.c authfile.c compat.c dsa.c dsa.h hostfile.c key.c key.h radix.c] 1527 [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c]
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 557 squeue.o ip_sadb.o ip_ftable.o proto_set.o radix.o ip_dummy.o \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-header.mf | 551 file path=usr/include/net/radix.h
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | RELEASE | 21 with radix char , and thousands separator . has been fixed.
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 18575 radix
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 18574 radix
|