Searched defs:Format_t (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libdss/
H A Ddsshdr.h31 struct Format_s; typedef struct Format_s Format_t; typedef in typeref:struct:Format_s
34 Format_t* print;
/ast/src/cmd/mailx/
H A Dsend.c556 } Format_t; typedef in typeref:struct:__anon156
562 register Format_t* fs = (Format_t*)context;
598 Format_t fs;
/ast/src/cmd/builtin/
H A Dod.c163 struct Format_s; typedef struct Format_s Format_t; typedef in typeref:struct:Format_s
165 typedef void (*Format_f)(State_t*, Format_t*, Sfio_t*, unsigned char*);
239 Format_t* form;
240 Format_t* last;
313 aform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
334 bform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
340 cform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
424 Cform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
486 mform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
520 Oform(State_t* state, Format_t* f
[all...]
/ast/src/cmd/pax/
H A Dpax.h223 struct Format_s; typedef struct Format_s Format_t; typedef in typeref:struct:Format_s
384 Format_t* format; /* delta format */
422 Format_t* compress; /* compression format */ \
426 Format_t* expected; /* expected format */ \
524 Format_t* format; /* default output format */ \
644 #define Paxformat_t Format_t
657 extern Format_t* formats;
702 extern Format_t* getformat(char*, int);
709 extern void initdelta(Archive_t*, Format_t*);
718 extern Format_t* nextforma
[all...]
/ast/src/cmd/dsslib/flat/
H A Dflat.c60 struct Format_s; typedef struct Format_s Format_t; typedef in typeref:struct:Format_s

Completed in 42 milliseconds