HomeSort by: relevance | last modified time | path
    Searched refs:flavors (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mtree/
mtree.c 69 } flavors[] = { variable in typeref:struct:__anonde7e072a0108[]
134 for (i = 0; i < __arraycount(flavors); i++)
135 if (strcmp(optarg, flavors[i].name) == 0) {
136 flavor = flavors[i].flavor;
139 if (i == __arraycount(flavors))
328 for (i = 0; i < __arraycount(flavors); i++)
329 fprintf(stderr, " %s", flavors[i].name);
  /src/games/worms/
worms.c 175 static const int flavors = __arraycount(flavor);
453 i = (nc && number > flavors ? n / nc : n) % flavors;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8mm-kontron-n801x-som.dtsi 15 * There are multiple SoM flavors with different DDR sizes.

Completed in 14 milliseconds