Searched refs:CXDETAILS (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/dsslib/time_t/ |
H A D | time_t.c | 53 s = tmfmt(buf, size, CXDETAILS(details, format, type, "%K"), &t); 66 if (CXDETAILS(details, format, type, 0)) 170 s = tmxfmt(buf, size, CXDETAILS(details, format, type, precise->format), t); 186 if (CXDETAILS(details, format, type, 0)) 233 CXDETAILS(details, format, type, "%d"); 278 CXDETAILS(details, format, type, "%d"); 329 CXDETAILS(details, format, type, "%d");
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | itlie.h | 65 sep = (char*)CXDETAILS(details, formats[0], type, "");
|
H A D | ip_t.c | 118 if (!(s = (char*)CXDETAILS(details, format, type, 0))) 496 if (s = (char*)CXDETAILS(details, format, type, 0)) 533 if (!(s = (char*)CXDETAILS(details, format, type, 0)))
|
/ast/src/cmd/dsslib/num_t/ |
H A D | num_t.c | 401 if (CXDETAILS(details, format, type, 0)) 442 if (CXDETAILS(details, format, type, 0))
|
/ast/src/lib/libdss/ |
H A D | cx.h | 155 #define CXDETAILS(d,f,t,v) \ macro
|
H A D | cxopen.c | 146 if (CXDETAILS(details, format, type, 0))
|
Completed in 33 milliseconds