OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_label
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
umidi.c
1560
char
in_label
[16];
local
1574
in_label
[0] = '\0';
1576
snprintf(
in_label
, sizeof(
in_label
), "<%d(%x) ",
1579
snprintf(
in_label
, sizeof(
in_label
), "<%d ",
1593
len = strlen(
in_label
) + strlen(out_label) + strlen(unit_label) + 4;
1598
in_label
, out_label, unit_label);
Completed in 23 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026