Home
last modified time | relevance | path

Searched refs:_Sfcv36 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsftable.c485 { _Sfcv36[d] = SF_RADIX; in sfcvinit()
491 { _Sfcv36[(uchar)_Sfdigits[d]] = d; in sfcvinit()
497 { _Sfcv36[(uchar)_Sfdigits[d]] = d; in sfcvinit()
503 { _Sfcv36[(uchar)_Sfdigits[d]] = l; in sfcvinit()
509 { _Sfcv36[(uchar)_Sfdigits[d]] = d; in sfcvinit()
H A Dsfvscanf.c851 { sp = (char*)_Sfcv36;
893 sp = (char*)(base <= 36 ? _Sfcv36 : _Sfcv64);
901 sp = (char*)(base <= 36 ? _Sfcv36 : _Sfcv64);
H A Dsfstrtof.h254 cv = _Sfcv36;
H A Dsfhdr.h1024 #define _Sfcv36 (_Sftable.sf_cv36) macro
/titanic_41/usr/src/lib/libast/common/string/
H A Dstrtoi.h388 cv = base <= 36 ? _Sfcv36 : _Sfcv64;
/titanic_41/usr/src/lib/libast/common/port/
H A Dmc.c629 cv = _Sfcv36; in mcindex()