dmax 324 lib/common/iso8601.c int 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 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 512 lib/pengine/bundle.c int doffset = 0, dmax = 1024; dmax 513 lib/pengine/bundle.c char *dbuffer = calloc(1, dmax+1); dmax 571 lib/pengine/bundle.c doffset += snprintf(dbuffer+doffset, dmax-doffset, ","); dmax 573 lib/pengine/bundle.c doffset += snprintf(dbuffer+doffset, dmax-doffset, "%s", source);