OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:binary_file_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/diffutils/dist/src/
io.c
95
#define
binary_file_p
(buf, size) (memchr (buf, 0, size) != 0)
141
return
binary_file_p
(current->buffer, buffered);
92
#define
binary_file_p
macro
io.c
95
#define
binary_file_p
(buf, size) (memchr (buf, 0, size) != 0)
141
return
binary_file_p
(current->buffer, buffered);
92
#define
binary_file_p
macro
/src/external/gpl2/xcvs/dist/diff/
io.c
77
#define
binary_file_p
(buf, size) (memchr (buf, '\0', size) != 0)
119
return
binary_file_p
(current->buffer, n);
75
#define
binary_file_p
macro
io.c
77
#define
binary_file_p
(buf, size) (memchr (buf, '\0', size) != 0)
119
return
binary_file_p
(current->buffer, n);
75
#define
binary_file_p
macro
Completed in 178 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026