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

/illumos-gate/usr/src/lib/libcmd/common/
H A Ddate.c198 } Fmt_t; typedef in typeref:struct:Fmt
251 convert(register Fmt_t* f, char* s, Time_t now)
272 register Fmt_t* f;
280 Fmt_t* fmts;
281 Fmt_t fmt;
336 if (!(f = newof(0, Fmt_t, 1, 0)))
H A Dfmt.c69 } Fmt_t; typedef in typeref:struct:Fmt_s
79 outline(Fmt_t* fp)
137 split(Fmt_t* fp, char* buf, int splice)
231 dofmt(Fmt_t* fp)
569 Fmt_t fmt;
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c52 } Fmt_t; typedef in typeref:struct:__anon2613
140 register Fmt_t* fp = (Fmt_t*)dp;
264 Fmt_t fmt;
343 Fmt_t fmt;
371 Fmt_t fmt;
/illumos-gate/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 in typeref:struct:_fmt_s
738 Fmt_t* next; /* stack frame pointer */

Completed in 72 milliseconds