OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sunit
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/midiplay/
midiplay.c
705
parse_unit(const char *
sunit
)
707
const char *osunit =
sunit
;
711
if (strncmp(
sunit
, "midi", strlen("midi")) == 0)
712
sunit
+= strlen("midi");
715
n = strtol(
sunit
, &ep, 10);
733
const char *
sunit
;
local in function:main
737
if ((
sunit
= getenv("MIDIUNIT")))
738
unit = parse_unit(
sunit
);
midiplay.c
705
parse_unit(const char *
sunit
)
707
const char *osunit =
sunit
;
711
if (strncmp(
sunit
, "midi", strlen("midi")) == 0)
712
sunit
+= strlen("midi");
715
n = strtol(
sunit
, &ep, 10);
733
const char *
sunit
;
local in function:main
737
if ((
sunit
= getenv("MIDIUNIT")))
738
unit = parse_unit(
sunit
);
Completed in 59 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025