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 179 lib/pengine/bundle.c int doffset = 0, dmax = 1024; dmax 180 lib/pengine/bundle.c char *dbuffer = calloc(1, dmax+1); dmax 238 lib/pengine/bundle.c doffset += snprintf(dbuffer+doffset, dmax-doffset, ","); dmax 240 lib/pengine/bundle.c doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source); dmax 343 lib/pengine/bundle.c int doffset = 0, dmax = 1024; dmax 344 lib/pengine/bundle.c char *dbuffer = calloc(1, dmax+1); dmax 404 lib/pengine/bundle.c doffset += snprintf(dbuffer+doffset, dmax-doffset, ","); dmax 406 lib/pengine/bundle.c doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source); dmax 509 lib/pengine/bundle.c int doffset = 0, dmax = 1024; dmax 510 lib/pengine/bundle.c char *dbuffer = calloc(1, dmax+1); dmax 568 lib/pengine/bundle.c doffset += snprintf(dbuffer+doffset, dmax-doffset, ","); dmax 570 lib/pengine/bundle.c doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source);