Home
last modified time | relevance | path

Searched refs:SFFMT_CHAR (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsftable.c297 else if(_Sftype[fmt]&SFFMT_CHAR)
446 case SFFMT_CHAR:
518 _Sftype['c'] = SFFMT_CHAR; in sfcvinit()
522 _Sftype['C'] = SFFMT_CHAR; in sfcvinit()
H A Dsfvprintf.c517 else if(_Sftype[fmt]&SFFMT_CHAR)
571 else if(_Sftype[fmt]&SFFMT_CHAR)
602 case SFFMT_CHAR:
H A Dsfvscanf.c660 else if(_Sftype[fmt]&SFFMT_CHAR)
H A Dsfhdr.h783 #define SFFMT_CHAR 010 /* %c,C */ macro
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE524 03-09-20 sftable.c,sfvprintf.c: fix SFFMT_CHAR handling to match extf api