Home | History | Annotate | Download | only in openbsd-compat

Lines Matching defs:cflags

190 	int cflags;
197 currlen = flags = cflags = min = 0;
277 cflags = DP_C_SHORT;
281 cflags = DP_C_INTMAX;
285 cflags = DP_C_LONG;
288 cflags = DP_C_LLONG;
293 cflags = DP_C_LDOUBLE;
297 cflags = DP_C_SIZE;
309 if (cflags == DP_C_SHORT)
311 else if (cflags == DP_C_LONG)
313 else if (cflags == DP_C_LLONG)
315 else if (cflags == DP_C_SIZE)
317 else if (cflags == DP_C_INTMAX)
327 if (cflags == DP_C_SHORT)
329 else if (cflags == DP_C_LONG)
331 else if (cflags == DP_C_LLONG)
333 else if (cflags == DP_C_SIZE)
336 else if (cflags == DP_C_INTMAX)
347 if (cflags == DP_C_SHORT)
349 else if (cflags == DP_C_LONG)
351 else if (cflags == DP_C_LLONG)
353 else if (cflags == DP_C_SIZE)
356 else if (cflags == DP_C_INTMAX)
369 if (cflags == DP_C_SHORT)
371 else if (cflags == DP_C_LONG)
373 else if (cflags == DP_C_LLONG)
375 else if (cflags == DP_C_SIZE)
378 else if (cflags == DP_C_INTMAX)
388 if (cflags == DP_C_LDOUBLE)
399 if (cflags == DP_C_LDOUBLE)
410 if (cflags == DP_C_LDOUBLE)
441 if (cflags == DP_C_SHORT) {
445 } else if (cflags == DP_C_LONG) {
449 } else if (cflags == DP_C_LLONG) {
453 } else if (cflags == DP_C_SIZE) {
457 } else if (cflags == DP_C_INTMAX) {
481 flags = cflags = min = 0;