Searched defs:stdin (Results 1 - 3 of 3) sorted by path

/external/openssl/
H A De_os.h309 # if defined(_MSC_VER) && !defined(_DLL) && defined(stdin)
311 # undef stdin macro
315 # define stdin (&__iob_func()[0]) macro
319 # undef stdin macro
329 # define stdin (&_imp___iob[0]) macro
/external/protobuf/examples/
H A DAddPerson.java15 static Person PromptForAddress(BufferedReader stdin, argument
20 person.setId(Integer.valueOf(stdin.readLine()));
23 person.setName(stdin.readLine());
26 String email = stdin.readLine();
33 String number = stdin.readLine();
42 String type = stdin.readLine();
/external/stlport/stlport/stl/
H A D_cstdio.h38 # undef stdin macro
41 # define stdin (&_STLP_VENDOR_CSTD::__files[0]) macro

Completed in 173 milliseconds