dmax              324 lib/common/iso8601.c         long long dmax = year_days(lpc);
dmax              326 lib/common/iso8601.c         in_seconds += DAY_SECONDS * dmax;
dmax              425 lib/common/iso8601.c         int dmax = year_days(year_num);
dmax              428 lib/common/iso8601.c         if ((dmax - dt->days) < correction) {
dmax              429 lib/common/iso8601.c             crm_trace("year++, jan1=%d, i=%d vs. %d", jan1, dmax - dt->days, correction);
dmax             1465 lib/common/iso8601.c     uint32_t y, m, d, dmax;
dmax             1488 lib/common/iso8601.c     dmax = crm_time_days_in_month(m, y);
dmax             1489 lib/common/iso8601.c     if (dmax < d) {
dmax             1491 lib/common/iso8601.c         d = dmax;
dmax              178 lib/pengine/bundle.c         int doffset = 0, dmax = 1024;
dmax              179 lib/pengine/bundle.c         char *dbuffer = calloc(1, dmax+1);
dmax              237 lib/pengine/bundle.c                     doffset += snprintf(dbuffer+doffset, dmax-doffset, ",");
dmax              239 lib/pengine/bundle.c                 doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source);
dmax              342 lib/pengine/bundle.c         int doffset = 0, dmax = 1024;
dmax              343 lib/pengine/bundle.c         char *dbuffer = calloc(1, dmax+1);
dmax              403 lib/pengine/bundle.c                     doffset += snprintf(dbuffer+doffset, dmax-doffset, ",");
dmax              405 lib/pengine/bundle.c                 doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source);
dmax              508 lib/pengine/bundle.c         int doffset = 0, dmax = 1024;
dmax              509 lib/pengine/bundle.c         char *dbuffer = calloc(1, dmax+1);
dmax              567 lib/pengine/bundle.c                     doffset += snprintf(dbuffer+doffset, dmax-doffset, ",");
dmax              569 lib/pengine/bundle.c                 doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source);