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

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsftable.c45 static Fmtpos_t* sffmtpos(Sfio_t* f,const char* form,va_list args,Sffmt_t* ft,int type)
47 static Fmtpos_t* sffmtpos(f,form,args,ft,type)
60 Fmtpos_t* fp; /* position array of arguments */
67 fp = NIL(Fmtpos_t*);
69 return NIL(Fmtpos_t*);
317 return NIL(Fmtpos_t*);
335 { if(!dollar || !(fp = (Fmtpos_t*)malloc((maxp+1)*sizeof(Fmtpos_t))) )
336 return NIL(Fmtpos_t*);
H A Dsfvscanf.c321 Fmtpos_t* fp;
368 fp = NIL(Fmtpos_t*);
740 fp = NIL(Fmtpos_t*);
1057 fp = NIL(Fmtpos_t*);
H A Dsfvprintf.c124 Fmtpos_t* fp; /* arg position list */
204 fp = NIL(Fmtpos_t*);
657 fp = NIL(Fmtpos_t*);
1351 fp = NIL(Fmtpos_t*);
H A Dsfhdr.h706 typedef struct _fmtpos_s Fmtpos_t; typedef in typeref:struct:_fmtpos_s
737 Fmtpos_t* fp; /* position list */
1060 Fmtpos_t* (*sf_fmtposf)_ARG_((Sfio_t*,const char*,va_list,Sffmt_t*,int));

Completed in 35 milliseconds