Home
last modified time | relevance | path

Searched refs:sfvscanf (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfscanf.c49 rv = (f && form) ? sfvscanf(f,form,args) : -1; in sfscanf()
77 return sfvscanf(&f,form,args);
H A Dsfvscanf.c300 int sfvscanf(Sfio_t* f, reg const char* form, va_list args) in sfvscanf() function
302 int sfvscanf(f,form,args) in sfvscanf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dvscanf.c29 return sfvscanf(sfstdin, fmt, args); in vscanf()
H A D_stdscanf.c35 v = sfvscanf(sfstdin, fmt, args); in _stdscanf()
H A Dscanf.c33 v = sfvscanf(sfstdin, fmt, args); in scanf()
H A D_doscan.c31 return sfvscanf(f, fmt, args); in _doscan()
H A Dvfscanf.c31 return sfvscanf(f, fmt, args); in vfscanf()
H A Dfscanf.c36 v = sfvscanf(f, fmt, args); in fscanf()
H A Dvfwscanf.c110 v = sfvscanf(t, w->fmt, args); in vfwscanf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dmini.sym77 sfvscanf
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE285 08-12-07 sfio/sfvscanf.c: fix ok[] short by one allocation
307 08-07-16 sfio/sfvscanf.c: fix %% to skip leading space per posix
568 05-03-07 sfio/sfhdr.h: drop extern _sfdscan -- clashes with sfvscanf.c static
670 sfio/sfvscanf.c: fix extf arg selection
903 sfio/sfvscanf.c: _sfdscan() is library global (not static)
914 sfio/sfvscanf.c,sfstrtof.h: add flag arg to char get, fix NaN loop
1008 sfio/sfvscanf.c: sfstrtof get() must return 0 on eof
1089 sfio/sfvscanf.c: handle %C %lc %S %ls for wchar_t args
1173 sfvprintf,sfvscanf: handle locale decimal_point,thousands_sep
1174 sfvprintf,sfvscanf: handle %a,%A
[all …]
H A DMakefile160 sfvscanf.c sfwr.c sfwrite.c sfpurge.c sfraise.c sfwalk.c \
228 :NOPROTECT: sfprintf.c sfvprintf.c sfscanf.c sfvscanf.c
H A DMamfile4450 make sfvscanf.o
4451 make sfio/sfvscanf.c
4454 done sfio/sfvscanf.c
4455 meta sfvscanf.o %.c>%.o sfio/sfvscanf.c sfvscanf
4456 prev sfio/sfvscanf.c
4457 …-I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c sfio/sfvscanf.c
4458 done sfvscanf.o generated
6104 …d.o sfsync.o sfswap.o sftable.o sftell.o sftmp.o sfungetc.o sfvprintf.o sfvscanf.o sfwr.o sfwrite.…
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h270 extern int sfvscanf _ARG_((Sfio_t*, const char*, va_list));
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers833 sfvscanf;
H A DMakefile.defs384 sfio/sfvscanf.o \