Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftable.c295 else if(_Sftype[fmt]&SFFMT_CHAR)
444 case SFFMT_CHAR:
516 _Sftype['c'] = SFFMT_CHAR; in sfcvinit()
520 _Sftype['C'] = SFFMT_CHAR; in sfcvinit()
H A Dsfvprintf.c524 else if(_Sftype[fmt]&SFFMT_CHAR)
578 else if(_Sftype[fmt]&SFFMT_CHAR)
609 case SFFMT_CHAR:
H A Dsfvscanf.c657 else if(_Sftype[fmt]&SFFMT_CHAR)
H A Dsfhdr.h796 #define SFFMT_CHAR 010 /* %c,C */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE712 03-09-20 sftable.c,sfvprintf.c: fix SFFMT_CHAR handling to match extf api