Home
last modified time | relevance | path

Searched defs:str_len (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/python/Objects/stringlib/
H A Dcount.h8 STRINGLIB(count)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in count() argument
H A Dpartition.h13 partition(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, PyObject* sep_obj, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) partition() argument
70 rpartition(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, PyObject* sep_obj, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) rpartition() argument
H A Dfind.h8 STRINGLIB(find)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in find() argument
27 STRINGLIB(rfind)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in rfind() argument
46 STRINGLIB(find_slice)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in find_slice() argument
54 STRINGLIB(rfind_slice)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in rfind_slice() argument
H A Dsplit.h54 split_whitespace(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, Py_ssize_t maxcount) split_whitespace() argument
102 split_char(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR ch, Py_ssize_t maxcount) split_char() argument
145 split(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, Py_ssize_t maxcount) split() argument
193 rsplit_whitespace(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, Py_ssize_t maxcount) rsplit_whitespace() argument
243 rsplit_char(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR ch, Py_ssize_t maxcount) rsplit_char() argument
287 rsplit(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, Py_ssize_t maxcount) rsplit() argument
336 splitlines(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, int keepends) splitlines() argument
[all...]
/third_party/node/test/node-api/1_hello_world/
H A Dbinding.c8 size_t str_len = strlen(str); in Method() local
/third_party/node/test/node-api/test_policy/
H A Dbinding.c8 size_t str_len = strlen(str); in Method() local
/third_party/libsnd/src/
H A Dstrings.c33 size_t str_len ; in psf_store_string() local
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap17.c44 int str_len; in cleanup() local
58 int str_len; in test_mmap() local
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c95 int str_len; in acpi_os_get_next_filename() local
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c95 int str_len; in acpi_os_get_next_filename() local
/third_party/node/test/js-native-api/3_callbacks/
H A D3_callbacks.c26 size_t str_len = strlen(str); in RunCallback() local
/kernel/linux/linux-5.10/security/tomoyo/
H A Drealpath.c23 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2() argument
/kernel/linux/linux-6.6/security/tomoyo/
H A Drealpath.c23 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-set-and-clear-error-flag.cpp23 compare_str (jerry_value_t value, const jerry_char_t *str_p, size_t str_len) in compare_str() argument
/kernel/linux/linux-5.10/lib/
H A Dparser.c60 size_t str_len = strlen(s); in match_one() local
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H A Diterators.bpf.c32 __u32 str_len; member
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H A Diterators.bpf.c31 __u32 str_len; member
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H A Dmisc.c192 int str_len = 0; in print_online_cpus() local
210 int str_len = 0; in print_offline_cpus() local
/kernel/linux/linux-6.6/lib/
H A Dparser.c69 size_t str_len = strlen(s); in match_one() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_dev_attr.c245 wps_process_manufacturer(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_manufacturer() argument
264 wps_process_model_name(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_model_name() argument
283 wps_process_model_number(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_model_number() argument
302 wps_process_serial_number(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_serial_number() argument
321 wps_process_dev_name(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_dev_name() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_dev_attr.c260 wps_process_manufacturer(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_manufacturer() argument
279 wps_process_model_name(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_model_name() argument
298 wps_process_model_number(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_model_number() argument
317 wps_process_serial_number(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_serial_number() argument
336 wps_process_dev_name(struct wps_device_data *dev, const u8 *str, size_t str_len) wps_process_dev_name() argument
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-uclogic-params.c456 const size_t str_len = 16; in uclogic_params_frame_init_v1_buttonpad() local
/kernel/linux/linux-5.10/security/selinux/
H A Dxfrm.c81 u32 str_len; in selinux_xfrm_alloc_user() local
350 u32 str_len; in selinux_xfrm_state_alloc_acquire() local
[all...]
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dsidtab.h144 sidtab_sid2str_put(struct sidtab *s, struct sidtab_entry *entry, const char *str, u32 str_len) sidtab_sid2str_put() argument
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf_probes.c146 libbpf__load_raw_btf(const char *raw_types, size_t types_len, const char *str_sec, size_t str_len) libbpf__load_raw_btf() argument

Completed in 10 milliseconds

12345