Searched refs:fmt_type (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/loggers/
H A Dmod_log_config.c668 int fmt_type = TIME_FMT_CUSTOM; local
675 fmt_type = TIME_FMT_CLF;
686 fmt_type = TIME_FMT_CLF;
697 fmt_type = TIME_FMT_ABS_MSEC;
700 fmt_type = TIME_FMT_ABS_MSEC_FRAC;
706 fmt_type = TIME_FMT_ABS_USEC;
709 fmt_type = TIME_FMT_ABS_USEC_FRAC;
713 fmt_type = TIME_FMT_ABS_SEC;
716 fmt_type = TIME_FMT_CLF;
720 fmt_type
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c1846 int fmt_type; local
1858 fmt_type = 0; /* nss_XbyY_args_t */
1861 fmt_type = 1; /* struct nss_groupsbymem */
1864 fmt_type = 2; /* struct nss_innetgr_args */
1869 if (fmt_type == 0) {
1884 if (fmt_type == 1) {
1898 if (fmt_type == 2) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c182 sl_fmt_num_t fmt_type, sl_fmtbuf_t buf)
185 fmt_type, buf));
233 const sl_field_t *fdesc, sl_fmt_num_t fmt_type)
248 fmt_num(state, fdesc, fmt_type, buf));
382 sl_fmt_num_t fmt_type, int nelts, int check_nelts, const char *title)
403 print_num(state, index1, &fdesc1, fmt_type);
418 print_num_2up(state, index1, &fdesc1, fmt_type,
419 index2, &fdesc2, fmt_type);
181 fmt_num(note_state_t *state, const sl_field_t *fdesc, sl_fmt_num_t fmt_type, sl_fmtbuf_t buf) argument
232 print_num(note_state_t *state, const char *title, const sl_field_t *fdesc, sl_fmt_num_t fmt_type) argument
381 print_array(note_state_t *state, const sl_field_t *base_desc, sl_fmt_num_t fmt_type, int nelts, int check_nelts, const char *title) argument
H A Dstruct_layout.c212 sl_fmt_num_t fmt_type, sl_fmtbuf_t buf)
215 * These static arrays are indexed by [fdesc->slf_sign][fmt_type]
280 fmt_i8[fdesc->slf_sign][fmt_type], (uint32_t)v.sld_ui8);
285 fmt_i16[fdesc->slf_sign][fmt_type], (uint32_t)v.sld_ui16);
290 fmt_i32[fdesc->slf_sign][fmt_type], v.sld_ui32);
295 fmt_i64[fdesc->slf_sign][fmt_type], v.sld_ui64);
211 sl_fmt_num(const char *data, int do_swap, const sl_field_t *fdesc, sl_fmt_num_t fmt_type, sl_fmtbuf_t buf) argument
H A Dstruct_layout.h577 const sl_field_t *fdesc, sl_fmt_num_t fmt_type,

Completed in 83 milliseconds