HomeSort by: relevance | last modified time | path
    Searched defs:freestanding (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
main.c 51 int freestanding; variable
121 else if (strcmp(str, "freestanding") == 0)
122 freestanding = flagval;
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
main.c 50 int freestanding; variable
119 else if (strcmp(str, "freestanding") == 0)
120 freestanding = flagval;
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 1478 bool freestanding,
1487 if (freestanding)
1493 if (freestanding)
1643 bool freestanding,
1718 if (rotation && freestanding)
1768 bool freestanding = false, parse_extras = false; local
1836 /* No mode? Check for freestanding extras and/or options */
1848 freestanding = true;
1885 ret = drm_mode_parse_cmdline_extra(extra_ptr, len, freestanding,
1893 freestanding,
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 280 int freestanding; variable
592 } else if (match(u, "freestanding")) {
593 freestanding = j ? 0 : 1;
1611 { &freestanding, 1, "-D__STDC_HOSTED__=0" },
1612 { &freestanding, 0, "-D__STDC_HOSTED__=1" },
1857 { &freestanding, 1, "-ffreestanding" },

Completed in 35 milliseconds