OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btypes
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/stdio/
h_intr.c
69
}
btypes
[] = {
variable in typeref:typename:const struct __anone49ced650108[]
408
for (size_t i = 0; i < __arraycount(
btypes
); i++)
409
if (
btypes
[i].value == val)
410
return
btypes
[i].name;
417
for (size_t i = 0; i < __arraycount(
btypes
); i++)
418
if (strcmp(
btypes
[i].name, s) == 0)
419
return
btypes
[i].value;
h_intr.c
69
}
btypes
[] = {
variable in typeref:typename:const struct __anone49ced650108[]
408
for (size_t i = 0; i < __arraycount(
btypes
); i++)
409
if (
btypes
[i].value == val)
410
return
btypes
[i].name;
417
for (size_t i = 0; i < __arraycount(
btypes
); i++)
418
if (strcmp(
btypes
[i].name, s) == 0)
419
return
btypes
[i].value;
Completed in 24 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025