OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRBUF_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
booleans.c
85
#define
STRBUF_SIZE
3
96
*buf = (char *)malloc(sizeof(char) * (
STRBUF_SIZE
+ 1));
99
(*buf)[
STRBUF_SIZE
] = 0;
111
len = read(fd, *buf,
STRBUF_SIZE
);
113
if (len !=
STRBUF_SIZE
)
/external/iproute2/ip/
ipxfrm.c
45
#define
STRBUF_SIZE
(128)
833
char buf[
STRBUF_SIZE
];
871
char sbuf[
STRBUF_SIZE
];
903
char buf[
STRBUF_SIZE
];
Completed in 6321 milliseconds