OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fnul
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
adb.c
623
FILE*
fnul
;
local
630
fnul
= fopen( "NUL", "rt" );
631
if (
fnul
!= NULL)
632
stdin[0] =
fnul
[0];
636
flog =
fnul
;
Completed in 11 milliseconds