/third_party/python/Python/ |
H A D | fileutils.c | 2007 const wchar_t *tail; in _Py_isabs() local
|
/third_party/python/Objects/ |
H A D | listobject.c | 705 Py_ssize_t tail; in list_ass_slice() local
|
H A D | bytearrayobject.c | 1586 char swap, *head, *tail; in bytearray_reverse_impl() local
|
H A D | obmalloc.c | 1520 int32_t tail = (int32_t)(arena_base & ARENA_SIZE_MASK); in arena_map_mark_used() local 1564 int32_t tail = (int32_t)(AS_UINT(p) & ARENA_SIZE_MASK); in arena_map_is_used() local 2484 uint8_t *tail; /* data + nbytes == pointer to tail pa in _PyMem_DebugRawAlloc() local 2590 uint8_t *tail; /* data + nbytes == pointer to tail pad bytes */ _PyMem_DebugRawRealloc() local 2731 const uint8_t *tail; _PyMem_DebugCheckAddress() local 2771 const uint8_t *tail; _PyObject_DebugDumpAddress() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | link.c | 1229 avrule_t *cur, *new_rule = NULL, *tail; in copy_avrule_list() local 1331 role_trans_rule_t *cur, *new_rule = NULL, *tail; in copy_role_trans_list() local 1377 role_allow_rule_t *cur, *new_rule = NULL, *tail; copy_role_allow_list() local 1420 filename_trans_rule_t *cur, *new_rule, *tail; copy_filename_trans_list() local 1503 cond_node_t *cur, *new_node = NULL, *tail; copy_cond_list() local [all...] |
H A D | expand.c | 2863 avrule_t *tail, *to_be_appended; in discard_tunables() local [all...] |
H A D | policydb.c | 3514 class_perm_node_t *cur, *tail = NULL; in avrule_read() local 3720 avrule_t *cur, *tail; in avrule_read_list() local
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_policy.c | 640 char *new, *tail; in cil_cons_expr_to_string() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 307 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_config_read_eap_user() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 2026 struct radius_client *clients, *tail, *entry; in radius_server_read_clients() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 301 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; in hostapd_config_read_eap_user() local
|
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 729 const char *tail; in attr_subst_subdir() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 3420 static const UChar tail[] = {0xDC07,0x0000};/* second half of \U00060007 */ in TestFromUCountPending() local 3522 char tail[] in TestToUCountPending() local [all...] |
/third_party/libuv/src/unix/ |
H A D | linux.c | 191 uint32_t tail; member 204 uint32_t tail; member 794 uint32_t tail; in uv__iou_get_sqe() local 1169 uint32_t tail; in uv__poll_io_uring() local [all...] |
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 125 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable [all...] |
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 125 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | encode.c | 1792 uint64_t tail = available_in; in UpdateSizeHint() local
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_command_buffer.c | 693 VkBaseOutStructure *tail = NULL; in vn_fix_command_buffer_begin_info() local
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 2870 void ClassScope::ResetUnresolvedPrivateNameTail(UnresolvedList::Iterator tail) { in ResetUnresolvedPrivateNameTail() argument 2886 MigrateUnresolvedPrivateNameTail( AstNodeFactory* ast_node_factory, UnresolvedList::Iterator tail) MigrateUnresolvedPrivateNameTail() argument [all...] |
/third_party/musl/ldso/ |
H A D | dynlink.c | 137 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable [all...] |
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 658 IDAT_list_extend(struct IDAT_list *tail) in IDAT_list_extend() argument
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | encode.c | 1792 uint64_t tail = available_in; in UpdateSizeHint() local
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 199 PyObject* tail; member 773 PyObject* tail; _elementtree_Element___deepcopy___impl() local 971 element_setstate_from_attributes(ElementObject *self, PyObject *tag, PyObject *attrib, PyObject *text, PyObject *tail, PyObject *children) element_setstate_from_attributes() argument 1069 PyObject *tag, *attrib, *text, *tail, *children; element_setstate_from_Python() local [all...] |
/third_party/python/PC/ |
H A D | launcher2.c | 573 const wchar_t *tail = argv0End; // will be start of the executable name in parseCommandLine() local [all...] |
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 2040 class_perm_node_t *perms, *tail = NULL, *cur_perms = NULL; in define_te_avtab_xperms_helper() local 2502 class_perm_node_t *perms, *tail = NULL, *cur_perms = NULL; in define_te_avtab_helper() local
|