Home
last modified time | relevance | path

Searched defs:outc (Results 1 – 2 of 2) sorted by relevance

/system/core/sh/
Doutput.h76 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)-… macro
/system/core/libsparse/
Doutput_file.c282 struct output_file_callback *outc = to_output_file_callback(out); in callback_file_skip() local
306 struct output_file_callback *outc = to_output_file_callback(out); in callback_file_write() local
313 struct output_file_callback *outc = to_output_file_callback(out); in callback_file_close() local
646 struct output_file_callback *outc; in output_file_open_callback() local