OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_fputc
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
sysdeps.h
349
extern int
adb_fputc
(int ch, FILE* stream);
382
#define fputc
adb_fputc
385
#define putc(c, s)
adb_fputc
(c, s)
sysdeps_win32.cpp
2631
int
adb_fputc
(int ch, FILE* stream) {
function
[
all
...]
Completed in 520 milliseconds