Searched refs:SFMBLEN (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfhdr.h | 318 #define SFMBLEN(s,mb) mbsize(s) macro 333 #define SFMBLEN(s,mb) mbrtowc(NIL(wchar_t*), (s), SFMBMAX, (mb) ) macro 347 #define SFMBLEN(s,mb) mbrtowc(NIL(wchar_t*), (s), SFMBMAX, (mb) ) macro 363 #define SFMBLEN(s,mb) (*(s) ? 1 : 0) macro
|
H A D | sftable.c | 77 { form += SFMBLEN(form, &fmbs);
|
H A D | sfvscanf.c | 181 if((flags&SFFMT_LONG) && (n = (int)SFMBLEN(form,&mbs)) <= 0)
|
H A D | sfvprintf.c | 212 { if((n = SFMBLEN(form, &fmbs)) <= 0)
|
Completed in 31 milliseconds