Searched refs:numRead (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp546 int numRead = _kern_read_dir(fAttrDir, entry, sizeof(buffer), 1); local
547 if (numRead < 0)
548 return numRead;
549 if (numRead == 0)
949 fssh_ssize_t numRead; local
950 while ((numRead = sourceDir->GetNextEntry(entry, sizeof(buffer))) > 0) {
977 if (numRead < 0) {
979 fssh_strerror(numRead));
980 return numRead;
1043 fssh_ssize_t numRead; local
[all...]
H A Dfssh.cpp538 fssh_ssize_t numRead; local
541 while ((numRead = _kern_read_dir(dir, entry, sizeof(buffer), 1)) > 0) {
551 if (numRead < 0) {
553 fssh_strerror(numRead));
554 error = numRead;
/haiku/src/apps/codycam/
H A DFtpClient.cpp66 int code, codeType, numRead; local
81 numRead = 1;
82 while (numRead > 0) {
84 numRead = fData->Receive(buf, sizeof(buf) - 1);

Completed in 55 milliseconds