Searched refs:read (Results 1 – 8 of 8) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | indos.h | 171 int read(int, void *, int); 269 int read(int, void *, int);
|
| D | ind_io.h | 21 int read (int fno, void *buf, int size);
|
| D | ind_trnc.c | 177 while (length > 0 && (count = read(inf, buf, LBUFSIZ)) > 0) { in truncate() 218 while ((count = read(inf, buf, LBUFSIZ)) > 0) in truncate()
|
| D | ind_io.c | 110 #pragma weak read=__ghs_hostio_read macro
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 1017 int read = input_stream.EndRead(ar); in read_callback() 1022 bytes_read = read; in read_callback() 1114 int read; in RelaySerialCharacters() 1115 while ((read = bytes_read) >= 0 && tcp.Connected) in RelaySerialCharacters() 1128 read = bytes_read; in RelaySerialCharacters() 1129 if (read == 0) in RelaySerialCharacters() 1135 if (read < 0) in RelaySerialCharacters() 1140 …reason_for_remotely_initiated_stop = consume_raw_bytes(holding_pool, read, output_stream, exclusiv… in RelaySerialCharacters() 1157 if (read < 0) in RelaySerialCharacters()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.cpp | 113 posFile.read((char*)&temp, sizeof(temp)); in LoadModel() 122 normFile.read((char*)&temp, sizeof(temp)); in LoadModel() 150 idxFile.read((char*)&temp, sizeof(temp)); in LoadModel()
|
| /CafeSDK-2.12.13/system/bin/tool/mastering/Ionic.Zip.dll_licenses/ |
| D | License.txt | 13 "Licensed patents" are a contributor's patent claims that read directly on its contribution.
|
| /CafeSDK-2.12.13/ |
| D | cafe.bat | 539 REM read the value of the current title bar, we'll just create a little batch file
|