dmax              323 lib/common/iso8601.c         long long dmax = year_days(lpc);
dmax              325 lib/common/iso8601.c         in_seconds += DAY_SECONDS * dmax;
dmax              424 lib/common/iso8601.c         int dmax = year_days(year_num);
dmax              427 lib/common/iso8601.c         if ((dmax - dt->days) < correction) {
dmax              428 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              180 lib/pengine/bundle.c         int doffset = 0, dmax = 1024;
dmax              181 lib/pengine/bundle.c         char *dbuffer = calloc(1, dmax+1);
dmax              239 lib/pengine/bundle.c                     doffset += snprintf(dbuffer+doffset, dmax-doffset, ",");
dmax              241 lib/pengine/bundle.c                 doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source);
dmax              344 lib/pengine/bundle.c         int doffset = 0, dmax = 1024;
dmax              345 lib/pengine/bundle.c         char *dbuffer = calloc(1, dmax+1);
dmax              405 lib/pengine/bundle.c                     doffset += snprintf(dbuffer+doffset, dmax-doffset, ",");
dmax              407 lib/pengine/bundle.c                 doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source);
dmax              510 lib/pengine/bundle.c         int doffset = 0, dmax = 1024;
dmax              511 lib/pengine/bundle.c         char *dbuffer = calloc(1, dmax+1);
dmax              569 lib/pengine/bundle.c                     doffset += snprintf(dbuffer+doffset, dmax-doffset, ",");
dmax              571 lib/pengine/bundle.c                 doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source);
dmax              193 maint/gnulib/lib/diffseq.h   const OFFSET dmax = xlim - yoff;      /* Maximum valid diagonal. */
dmax              217 maint/gnulib/lib/diffseq.h       if (fmax < dmax)
dmax              250 maint/gnulib/lib/diffseq.h       if (bmax < dmax)