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 1464 lib/common/iso8601.c uint32_t y, m, d, dmax; dmax 1487 lib/common/iso8601.c dmax = crm_time_days_in_month(m, y); dmax 1488 lib/common/iso8601.c if (dmax < d) { dmax 1490 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); 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)