Searched defs:formats (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | fmtfmt.c | 63 char formats[256]; local 64 unsigned int extra[elementsof(formats)]; 182 if (i < elementsof(formats)) 184 formats[i] = t; 201 *s++ = formats[i];
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | itlie.h | 44 ITLEXTERNAL(Cx_t* cx, Cxtype_t* type, int dots, int tuple, int group, const char* details, Cxformat_t** formats, Cxvalue_t* value, char* buf, size_t size, Cxdisc_t* disc) argument 65 sep = (char*)CXDETAILS(details, formats[0], type, ""); 110 if (def && formats && formats[k] && formats[k]->map && !cxnum2str(cx, formats[k], (Cxinteger_t)ap[i], &s))
|
H A D | ip_t.c | 403 Cxformat_t* formats[2]; local 405 formats[0] = 0; 406 formats[1] = format; 407 return itl2external(cx, type, 0, 2, 0, details, formats, value, buf, size, disc); 433 Cxformat_t* formats[2]; local 435 formats[0] = 0; 436 formats[1] = format; 437 return itl1external(cx, type, 0, 8, 0, details, formats, value, buf, size, disc); 463 Cxformat_t* formats[2]; local 465 formats[ [all...] |
/ast/src/cmd/pax/ |
H A D | format.c | 30 Format_t* formats = pax_first_format; variable 34 * compression and input archive formats are identified here
|
/ast/src/lib/libdss/ |
H A D | dss.h | 151 Dt_t* formats; /* method format table */ member in struct:Dssmeth_s 185 #define dssformat(n,d,m) ((Dssformat_t*)dtmatch((m)->formats,(char*)(n)))
|
Completed in 36 milliseconds