HomeSort by relevance Sort by last modified time
    Searched refs:sbytes (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
tftp.c 139 int sbytes; member in struct:tftp_state_data
448 size_t sbytes; local
495 sbytes = 4 + strlen(filename) + strlen(mode);
506 sbytes += tftp_option_add(state, sbytes,
507 (char *)state->spacket.data+sbytes,
509 sbytes += tftp_option_add(state, sbytes,
510 (char *)state->spacket.data+sbytes, buf);
513 sbytes += tftp_option_add(state, sbytes
582 ssize_t sbytes; local
704 ssize_t sbytes; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ByteArrayOutputStreamTest.java 115 byte[] sbytes = fileString.getBytes();
120 assertTrue("Error in byte array", bytes[i] == sbytes[i]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java 352 byte[] sbytes = hw1.getBytes();
355 assertTrue("Returned incorrect bytes", sbytes[i] == (byte) hw1.charAt(i));
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 248 long long sbytes, stotal_bytes; variable
391 bytes = sbytes;
    [all...]

Completed in 555 milliseconds