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

  /src/games/adventure/
subr.c 300 march(void) function in typeref:typename:int
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 852 char *march = NULL; local in function:main
878 march = optarg;
909 if (march != NULL && strcmp(march, "") == 0)
910 march = NULL;
911 if (march == NULL) {
920 march = strdup(sup_plats[i]);
925 if (march == NULL)
932 if (strcmp(march, "prep") == 0)
934 if (strcmp(march, "rs6000") == 0
    [all...]

Completed in 12 milliseconds