Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcmd/common/
H A Ddate.c198 } Fmt_t; typedef
251 convert(register Fmt_t* f, char* s, Time_t now) in convert()
272 register Fmt_t* f; in b_date()
280 Fmt_t* fmts; in b_date()
281 Fmt_t fmt; in b_date()
336 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()
/titanic_44/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c52 } Fmt_t; typedef
140 register Fmt_t* fp = (Fmt_t*)dp; in getfmt()
264 Fmt_t fmt; in getfmt()
343 Fmt_t fmt; in sfkeyprintf()
371 Fmt_t fmt; in sfkeyprintf()
/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c319 Fmt_t *fm, *fmstk;
365 fmstk = NIL(Fmt_t*);
723 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
H A Dsfvprintf.c120 Fmt_t *fm, *fmstk; /* stack contexts */
198 fmstk = NIL(Fmt_t*);
640 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
H A Dsfhdr.h702 typedef struct _fmt_s Fmt_t; typedef
738 Fmt_t* next; /* stack frame pointer */