OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_byte
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
pca9564var.h
32
uint8_t (*
read_byte
)(device_t, int reg);
member in struct:pca9564_ios
/src/usr.bin/xlint/lint1/
lex.c
437
read_byte
(void)
function in typeref:typename:int
702
int c =
read_byte
();
713
c =
read_byte
();
1203
if ((c =
read_byte
()) == EOF) {
1283
while (c =
read_byte
(), isspace(c) != 0)
1293
c =
read_byte
();
1308
c =
read_byte
();
1316
c =
read_byte
();
1323
c =
read_byte
();
1325
seen_end_of_comment = c == '*' && (c =
read_byte
()) == '/'
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025