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

  /src/sys/arch/newsmips/newsmips/
machdep.c 206 char *bspec = (char *)x_bootdev; local in function:mach_init
215 if (strncmp(bspec, "scsi", 4) == 0) {
217 bspec += 4;
218 if (*bspec != '(' /*)*/)
220 i = strtoul(bspec + 1, &bspec, 10);
222 if (*bspec != ',')
224 i = strtoul(bspec + 1, &bspec, 10);
227 if (*bspec != ','
    [all...]
  /src/games/boggle/boggle/
bog.c 135 char *bspec, *p; local in function:main
142 bspec = NULL;
192 bspec = argv[0];
199 if (batch && bspec == NULL)
207 newgame(bspec);
238 newgame(bspec);
239 bspec = NULL; /* reset for subsequent games */

Completed in 13 milliseconds