Lines Matching refs:cflags
202 int cflags;
209 currlen = flags = cflags = min = 0;
289 cflags = DP_C_SHORT;
293 cflags = DP_C_INTMAX;
297 cflags = DP_C_LONG;
300 cflags = DP_C_LLONG;
305 cflags = DP_C_LDOUBLE;
309 cflags = DP_C_SIZE;
321 if (cflags == DP_C_SHORT)
323 else if (cflags == DP_C_LONG)
325 else if (cflags == DP_C_LLONG)
327 else if (cflags == DP_C_SIZE)
329 else if (cflags == DP_C_INTMAX)
339 if (cflags == DP_C_SHORT)
341 else if (cflags == DP_C_LONG)
343 else if (cflags == DP_C_LLONG)
345 else if (cflags == DP_C_SIZE)
348 else if (cflags == DP_C_INTMAX)
359 if (cflags == DP_C_SHORT)
361 else if (cflags == DP_C_LONG)
363 else if (cflags == DP_C_LLONG)
365 else if (cflags == DP_C_SIZE)
368 else if (cflags == DP_C_INTMAX)
381 if (cflags == DP_C_SHORT)
383 else if (cflags == DP_C_LONG)
385 else if (cflags == DP_C_LLONG)
387 else if (cflags == DP_C_SIZE)
390 else if (cflags == DP_C_INTMAX)
400 if (cflags == DP_C_LDOUBLE)
411 if (cflags == DP_C_LDOUBLE)
422 if (cflags == DP_C_LDOUBLE)
453 if (cflags == DP_C_SHORT) {
457 } else if (cflags == DP_C_LONG) {
461 } else if (cflags == DP_C_LLONG) {
465 } else if (cflags == DP_C_SIZE) {
469 } else if (cflags == DP_C_INTMAX) {
493 flags = cflags = min = 0;