Home
last modified time | relevance | path

Searched refs:source_buf (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_semanage_store.c309 char *source_buf, *sorted_buf = NULL, *good_buf, *bad_buf; in test_semanage_nc_sort() local
322 source_buf = in test_semanage_nc_sort()
350 semanage_nc_sort(sh, source_buf, source_buf_len, &sorted_buf, in test_semanage_nc_sort()
373 munmap(source_buf, source_buf_len); in test_semanage_nc_sort()
/external/tcpdump/
Dprint-pgm.c333 char source_buf[INET6_ADDRSTRLEN], group_buf[INET6_ADDRSTRLEN]; in pgm_print() local
346 addrtostr(bp, source_buf, sizeof(source_buf)); in pgm_print()
351 addrtostr6(bp, source_buf, sizeof(source_buf)); in pgm_print()
398 source_buf, group_buf, EXTRACT_32BITS(&nak->pgmn_seq))); in pgm_print()
/external/python/cpython2/Objects/
Dbufferobject.c537 char *source_buf = (char *)p; in buffer_subscript() local
545 result_buf[i] = source_buf[cur]; in buffer_subscript()
Dbytesobject.c1684 char* source_buf; in bytes_subscript() local
1709 source_buf = PyBytes_AS_STRING(self); in bytes_subscript()
1717 result_buf[i] = source_buf[cur]; in bytes_subscript()
Dbytearrayobject.c471 char *source_buf = PyByteArray_AS_STRING(self); in bytearray_subscript() local
480 result_buf[i] = source_buf[cur]; in bytearray_subscript()
Dstringobject.c1315 char* source_buf; in string_subscript() local
1340 source_buf = PyString_AsString((PyObject*)self); in string_subscript()
1347 result_buf[i] = source_buf[cur]; in string_subscript()
Dunicodeobject.c8007 Py_UNICODE* source_buf; in unicode_subscript() local
8026 source_buf = PyUnicode_AS_UNICODE((PyObject*)self); in unicode_subscript()
8034 result_buf[i] = source_buf[cur]; in unicode_subscript()
/external/python/cpython3/Objects/
Dbytesobject.c1677 char* source_buf; in bytes_subscript() local
1702 source_buf = PyBytes_AS_STRING(self); in bytes_subscript()
1710 result_buf[i] = source_buf[cur]; in bytes_subscript()
Dbytearrayobject.c437 char *source_buf = PyByteArray_AS_STRING(self); in bytearray_subscript() local
448 result_buf[i] = source_buf[cur]; in bytearray_subscript()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c5564 struct stat buf, source_buf; in main() local
6314 if(lstat(source_path[i], &source_buf) == -1) { in main()
6606 S_ISDIR(source_buf.st_mode)) in main()
6609 S_ISDIR(source_buf.st_mode)) in main()