Home
last modified time | relevance | path

Searched refs:Fmt_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c207 } Fmt_t; typedef
260 convert(register Fmt_t* f, char* s, Time_t now) in convert()
281 register Fmt_t* f; in b_date()
289 Fmt_t* fmts; in b_date()
290 Fmt_t fmt; in b_date()
345 if (!(f = newof(0, Fmt_t, 1, 0))) in b_date()
H A Dfmt.c69 } Fmt_t; typedef
79 outline(Fmt_t* fp) in outline()
137 split(Fmt_t* fp, char* buf, int splice) in split()
231 dofmt(Fmt_t* fp) in dofmt()
569 Fmt_t fmt; in b_fmt()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c52 } Fmt_t; typedef
140 register Fmt_t* fp = (Fmt_t*)dp; in getfmt()
264 Fmt_t fmt; in getfmt()
345 Fmt_t fmt; in sfkeyprintf()
377 Fmt_t fmt; in sfkeyprintf_20000308()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfvscanf.c317 Fmt_t *fm, *fmstk;
363 fmstk = NIL(Fmt_t*);
720 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
H A Dsfvprintf.c120 Fmt_t *fm, *fmstk; /* stack contexts */
198 fmstk = NIL(Fmt_t*);
647 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
H A Dsfhdr.h715 typedef struct _fmt_s Fmt_t; typedef
751 Fmt_t* next; /* stack frame pointer */