Searched refs:dpm (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcp-demangle.c3185 struct d_print_mod dpm; local
3187 dpm.next = dpi->modifiers;
3188 dpi->modifiers = &dpm;
3189 dpm.mod = dc;
3190 dpm.printed = 0;
3191 dpm.templates = dpi->templates;
3197 if (! dpm.printed)
3200 dpi->modifiers = dpm.next;
3226 struct d_print_mod dpm; local
3230 dpm
3323 struct d_print_mod dpm; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c3034 struct d_print_mod dpm; local
3036 dpm.next = dpi->modifiers;
3037 dpi->modifiers = &dpm;
3038 dpm.mod = dc;
3039 dpm.printed = 0;
3040 dpm.templates = dpi->templates;
3046 if (! dpm.printed)
3049 dpi->modifiers = dpm.next;
3075 struct d_print_mod dpm; local
3079 dpm
3172 struct d_print_mod dpm; local
[all...]
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dptimes.c385 int dpm, pres; local
415 dpm = days_pmonth(ptime->tm.tm_mon, ptime->tm.tm_year);
418 (ptime->tm.tm_mday> dpm)) {
429 ptime->tm.tm_min, dpm);

Completed in 71 milliseconds