HomeSort by relevance Sort by last modified time
    Searched defs:tolen (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg01.c 96 int tolen; /* length of "to" buffer */ member in struct:test_case_t
115 .tolen = sizeof(sin1),
132 .tolen = sizeof(sin1),
149 .tolen = sizeof(sin1),
166 .tolen = sizeof(sin2),
183 .tolen = sizeof(sin1),
200 .tolen = 1,
216 .tolen = sizeof(struct sockaddr),
232 .tolen = sizeof(sin1),
249 .tolen = sizeof(sin1)
    [all...]
  /external/ltp/testcases/kernel/syscalls/sendto/
sendto01.c 62 int tolen; /* length of "to" buffer */ member in struct:test_case_t
88 .tolen = sizeof(sin1),
102 .tolen = sizeof(sin1),
118 .tolen = sizeof(sin1),
133 .tolen = sizeof(sin2),
147 .tolen = sizeof(sin1),
161 .tolen = -1,
177 .tolen = sizeof(sin1),
192 .tolen = sizeof(sin1),
206 .tolen = sizeof(sin1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
stropmodule.c 913 Py_ssize_t i, fromlen=0, tolen=0; local
916 if (!PyArg_ParseTuple(args, "t#t#:maketrans", &from, &fromlen, &to, &tolen))
919 if (fromlen != tolen) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
stropmodule.c 911 Py_ssize_t i, fromlen=0, tolen=0; local
914 if (!PyArg_ParseTuple(args, "t#t#:maketrans", &from, &fromlen, &to, &tolen))
917 if (fromlen != tolen) {
    [all...]
  /external/python/cpython2/Modules/
stropmodule.c 913 Py_ssize_t i, fromlen=0, tolen=0; local
916 if (!PyArg_ParseTuple(args, "t#t#:maketrans", &from, &fromlen, &to, &tolen))
919 if (fromlen != tolen) {
    [all...]
  /external/openssh/
packet.c 434 socklen_t fromlen, tolen; local
447 tolen = sizeof(to);
450 &tolen) < 0)
452 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0)
472 socklen_t tolen = sizeof(to); local
476 &tolen) < 0)
    [all...]

Completed in 288 milliseconds