Home
last modified time | relevance | path

Searched refs:Fmtpos_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftable.c45 static Fmtpos_t* sffmtpos(Sfio_t* f,const char* form,va_list args,Sffmt_t* ft,int type) in sffmtpos()
47 static Fmtpos_t* sffmtpos(f,form,args,ft,type) in sffmtpos()
60 Fmtpos_t* fp; /* position array of arguments */
65 fp = NIL(Fmtpos_t*);
67 return NIL(Fmtpos_t*);
315 return NIL(Fmtpos_t*);
333 { if(!dollar || !(fp = (Fmtpos_t*)malloc((maxp+1)*sizeof(Fmtpos_t))) )
334 return NIL(Fmtpos_t*);
H A Dsfvscanf.c319 Fmtpos_t* fp;
366 fp = NIL(Fmtpos_t*);
737 fp = NIL(Fmtpos_t*);
1054 fp = NIL(Fmtpos_t*);
H A Dsfvprintf.c124 Fmtpos_t* fp; /* arg position list */
204 fp = NIL(Fmtpos_t*);
664 fp = NIL(Fmtpos_t*);
1401 fp = NIL(Fmtpos_t*);
H A Dsfhdr.h716 typedef struct _fmtpos_s Fmtpos_t; typedef
747 Fmtpos_t* fp; /* position list */
1071 Fmtpos_t* (*sf_fmtposf)_ARG_((Sfio_t*,const char*,va_list,Sffmt_t*,int));