OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEM_OUT
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
output.c
74
#define
MEM_OUT
-3 /* output to dynamically allocated memory */
80
struct output memout = {NULL, 0, NULL, 0,
MEM_OUT
, 0};
161
} else if (dest->fd ==
MEM_OUT
) {
init.c
303
#undef
MEM_OUT
304
#define
MEM_OUT
-3 /* output to dynamically allocated memory */
595
#undef
MEM_OUT
596
#define
MEM_OUT
-3 /* output to dynamically allocated memory */
879
#undef
MEM_OUT
880
#define
MEM_OUT
-3 /* output to dynamically allocated memory */
Completed in 826 milliseconds