OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_buf
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/sail/
sync.c
145
static char
sync_buf
[BUFSIZE];
variable in typeref:typename:char[]
146
static char *sync_bp =
sync_buf
;
288
size_t max = sizeof(
sync_buf
) - (sync_bp -
sync_buf
);
296
if (sync_bp >= &
sync_buf
[sizeof
sync_buf
])
304
size_t max = sizeof(
sync_buf
) - (sync_bp -
sync_buf
);
311
if (sync_bp >= &
sync_buf
[sizeof
sync_buf
])
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025