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

  /external/selinux/libsemanage/tests/
test_semanage_store.c 309 char *source_buf, *sorted_buf = NULL, *good_buf, *bad_buf; local
322 source_buf =
350 semanage_nc_sort(sh, source_buf, source_buf_len, &sorted_buf,
373 munmap(source_buf, source_buf_len);
  /external/tcpdump/
print-pgm.c 334 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; local
347 addrtostr(bp, source_buf, sizeof(source_buf));
352 addrtostr6(bp, source_buf, sizeof(source_buf));
398 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq)));
  /bionic/tests/
fortify_test.cpp 89 char source_buf[15]; local
90 memcpy(source_buf, "12345678901234", 15);
91 ASSERT_FORTIFY(sprintf(myfoo.a, "%s", source_buf));
403 char source_buf[15]; local
404 memcpy(source_buf, "12345678901234", 15);
405 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf));
415 char source_buf[11]; local
416 memcpy(source_buf, "1234567890", 11);
417 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 528 char *source_buf = (char *)p; local
536 result_buf[i] = source_buf[cur];
bytearrayobject.c 452 char *source_buf = PyByteArray_AS_STRING(self); local
461 result_buf[i] = source_buf[cur];
    [all...]
stringobject.c 1309 char* source_buf; local
    [all...]
unicodeobject.c 7999 Py_UNICODE* source_buf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 518 char *source_buf = (char *)p; local
526 result_buf[i] = source_buf[cur];
bytearrayobject.c 452 char *source_buf = PyByteArray_AS_STRING(self); local
461 result_buf[i] = source_buf[cur];
    [all...]
stringobject.c 1292 char* source_buf; local
    [all...]
unicodeobject.c 7895 Py_UNICODE* source_buf; local
    [all...]
  /external/python/cpython2/Objects/
bufferobject.c 528 char *source_buf = (char *)p; local
536 result_buf[i] = source_buf[cur];
bytearrayobject.c 451 char *source_buf = PyByteArray_AS_STRING(self); local
460 result_buf[i] = source_buf[cur];
    [all...]
stringobject.c 1309 char* source_buf; local
    [all...]
unicodeobject.c 8012 Py_UNICODE* source_buf; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 5464 struct stat buf, source_buf; local
    [all...]

Completed in 1032 milliseconds