Home
last modified time | relevance | path

Searched refs:strnlen (Results 126 - 150 of 518) sorted by relevance

12345678910>>...21

/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_bpf.c57 if (strnlen(path, XT_BPF_PATH_MAX) == XT_BPF_PATH_MAX) in __bpf_mt_check_path()
/third_party/eudev/src/shared/
H A Dmissing.h173 size_t __len = strnlen(__old, (n)); \
/third_party/musl/src/misc/
H A Drealpath.c25 l = strnlen(filename, sizeof stack); in realpath()
H A Dsyslog.c69 size_t n = strnlen(ident, sizeof log_ident - 1); in openlog()
/third_party/musl/src/network/
H A Ddn_comp.c63 size_t l = strnlen(src, 255); in dn_comp()
/third_party/optimized-routines/string/test/
H A Dstrnlen.c2 * strnlen test.
30 F(strnlen, 0)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dstring_32.h214 extern size_t strnlen(const char *s, size_t count);
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dmokvar-table.c168 size = strnlen(mokvar_entry->name, in efi_mokvar_table_init()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcode-patching.h194 if (strnlen(name, KSYM_NAME_LEN) >= KSYM_NAME_LEN) in ppc_kallsyms_lookup_name()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_verifier_log.c99 len = strnlen(log, buf_len); in test_log_good()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dpgm_check_info.c72 p = buf + strnlen(buf, sizeof(buf) - 15); in strsym()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Domapdss-boot-init.c92 if (strnlen(prop->value, prop->length) >= prop->length) in omapdss_omapify_node()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c92 if (strnlen(prop->value, prop->length) >= prop->length) in omapdss_omapify_node()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c92 if (strnlen(prop->value, prop->length) >= prop->length) in omapdss_omapify_node()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dmokvar-table.c168 size = strnlen(mokvar_entry->name, in efi_mokvar_table_init()
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_user_stat.c18 #define null_terminated(x) (strnlen(x, sizeof(x)) < sizeof(x))
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dstring_32.h181 extern size_t strnlen(const char *s, size_t count);
/third_party/ltp/testcases/kernel/crypto/
H A Dcrypto_user01.c39 for (i = strnlen(value, vlen); i < vlen; i++) { in do_check_for_leaks()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h67 size_t strnlen (const char *, size_t);
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dsyslog.c68 size_t n = strnlen(ident, sizeof log_ident - 1); in openlog()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h69 size_t strnlen (const char *, size_t);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/
H A Dhifb_init.c100 len = strnlen(g_vdata, (VSYNC_LEN - 1)) + 1; in vsync_read()
214 len = strnlen(g_nowdata, (VSYNC_LEN - 1)) + 1; in pts_read()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dkaslr.c269 len = strnlen(args, COMMAND_LINE_SIZE-1); in handle_mem_options()
414 cmd_line_size = strnlen((char *)cmd_line, COMMAND_LINE_SIZE-1) + 1; in mem_avoid_init()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Ddebug.c113 strnlen(vol->name, vol->name_len + 1) == vol->name_len) { in ubi_dump_vol_info()
145 strnlen(&r->name[0], name_len + 1) == name_len) { in ubi_dump_vtbl_record()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dkaslr.c265 len = strnlen(args, COMMAND_LINE_SIZE-1); in handle_mem_options()
410 cmd_line_size = strnlen((char *)cmd_line, COMMAND_LINE_SIZE-1) + 1; in mem_avoid_init()

Completed in 11 milliseconds

12345678910>>...21