Searched refs:Fmt_t (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | date.c | 198 } 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 D | fmt.c | 69 } 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_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | date.c | 207 } 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 D | fmt.c | 69 } 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_51/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 52 } 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_51/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfkeyprintf.c | 52 } 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()
|
/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sfvscanf.c | 319 Fmt_t *fm, *fmstk; 365 fmstk = NIL(Fmt_t*); 723 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
|
H A D | sfvprintf.c | 120 Fmt_t *fm, *fmstk; /* stack contexts */ 198 fmstk = NIL(Fmt_t*); 640 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
|
H A D | sfhdr.h | 702 typedef struct _fmt_s Fmt_t; typedef 738 Fmt_t* next; /* stack frame pointer */
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfvscanf.c | 317 Fmt_t *fm, *fmstk; 363 fmstk = NIL(Fmt_t*); 720 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
|
H A D | sfvprintf.c | 120 Fmt_t *fm, *fmstk; /* stack contexts */ 198 fmstk = NIL(Fmt_t*); 647 { if(!(fm = (Fmt_t*)malloc(sizeof(Fmt_t))) )
|
H A D | sfhdr.h | 715 typedef struct _fmt_s Fmt_t; typedef 751 Fmt_t* next; /* stack frame pointer */
|