Home
last modified time | relevance | path

Searched refs:radix (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c196 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 Dmdb_modapi.c217 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 DUnsignedInt64.java65 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 Dcfga_configfile.c176 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 Ddoprnt.c182 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 Ddevinfo_devperm.c704 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 DMakefile30 ppp-comp.h ppp_defs.h pppio.h vjcompress.h sppptun.h pppoe.h radix.h \
/titanic_41/usr/src/common/mpi/
H A Dmpi.h336 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 Dmpi.c2576 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 DMakefile.com70 radix.o \
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A DMakefile8 ROUTEDOBJS= common.o if.o input.o main.o output.o parms.o radix.o \
/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c511 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 Dumultiply.s134 ! To simplify the equations, the radix point can be moved to just
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c1397 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 DMakefile.tools47 ip_pool.o radix.o
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c150 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 DChangeLog872 [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 DMakefile.files557 squeue.o ip_sadb.o ip_ftable.o proto_set.o radix.o ip_dummy.o \
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-header.mf551 file path=usr/include/net/radix.h
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE21 with radix char , and thousands separator . has been fixed.
/titanic_41/usr/src/cmd/look/
H A Dwords18575 radix
/titanic_41/usr/src/cmd/spell/
H A Dlist18574 radix