OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 16 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026