/third_party/python/Objects/stringlib/ |
H A D | count.h | 8 STRINGLIB(count)(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in count() argument
|
H A D | partition.h | 13 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 D | find.h | 8 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 D | split.h | 54 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 D | binding.c | 8 size_t str_len = strlen(str); in Method() local
|
/third_party/node/test/node-api/test_policy/ |
H A D | binding.c | 8 size_t str_len = strlen(str); in Method() local
|
/third_party/libsnd/src/ |
H A D | strings.c | 33 size_t str_len ; in psf_store_string() local
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap17.c | 44 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 D | osunixdir.c | 95 int str_len; in acpi_os_get_next_filename() local
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixdir.c | 95 int str_len; in acpi_os_get_next_filename() local
|
/third_party/node/test/js-native-api/3_callbacks/ |
H A D | 3_callbacks.c | 26 size_t str_len = strlen(str); in RunCallback() local
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | realpath.c | 23 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2() argument
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | realpath.c | 23 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2() argument
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-set-and-clear-error-flag.cpp | 23 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 D | parser.c | 60 size_t str_len = strlen(s); in match_one() local
|
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/ |
H A D | iterators.bpf.c | 32 __u32 str_len; member
|
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/ |
H A D | iterators.bpf.c | 31 __u32 str_len; member
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/ |
H A D | misc.c | 192 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 D | parser.c | 69 size_t str_len = strlen(s); in match_one() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_dev_attr.c | 245 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 D | wps_dev_attr.c | 260 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 D | hid-uclogic-params.c | 456 const size_t str_len = 16; in uclogic_params_frame_init_v1_buttonpad() local
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | xfrm.c | 81 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 D | sidtab.h | 144 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 D | libbpf_probes.c | 146 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
|