Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 76) sorted by relevance

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstring.h265 extern "C++" char *strchrnul (char *__s, int __c)
267 extern "C++" const char *strchrnul (const char *__s, int __c)
270 extern char *strchrnul (const char *__s, int __c)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstring.h265 extern "C++" char *strchrnul (char *__s, int __c)
267 extern "C++" const char *strchrnul (const char *__s, int __c)
270 extern char *strchrnul (const char *__s, int __c)
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Ddecompress.c35 extern char * strchrnul(const char *, int);
/OK3568_Linux_fs/u-boot/include/linux/
H A Dstring.h64 const char *strchrnul(const char *s, int c);
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsroot.c55 s = strchrnul(s, ','); in cifs_root_setup()
/OK3568_Linux_fs/u-boot/spl/lib/
H A Dstring.su
/OK3568_Linux_fs/u-boot/lib/
H A Dstring.su
H A Dstring.c233 const char *strchrnul(const char *s, int c) in strchrnul() function
/OK3568_Linux_fs/buildroot/package/vte/
H A D0001-build-Fix-build-with-kernel-headers-from-linux-4-13.patch38 @@ -128,4 +131,13 @@ char* strchrnul(char const* s,
/OK3568_Linux_fs/kernel/lib/
H A Dstring.c452 char *strchrnul(const char *s, int c) in strchrnul() function
458 EXPORT_SYMBOL(strchrnul);
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/
H A Dinit.c149 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
/OK3568_Linux_fs/u-boot/common/
H A Dlog.c64 p = strchrnul(s, ','); in log_has_file()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c362 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
390 path = strchrnul(path, '/'); in of_find_node_opts_by_path()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A D0001-devmem-add-128-bit-width.patch37 width = strchrnul(bhwl, (argv[2][0] | 0x20)) - bhwl;
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-epf-core.c256 len = strchrnul(name, '.') - name; in pci_epf_create()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c67 len = strchrnul(node_name, '@') - node_name; in of_node_name_eq()
888 path = strchrnul(path, '/'); in __of_find_node_by_full_path()
932 p = strchrnul(path, '/'); in of_find_node_opts_by_path()
H A Dfdt.c924 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dgen.c252 end = strchrnul(src, '\n'); in codegen()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/
H A Dparser.c243 p1 = strchrnul(buf, a); in strchr_first()
244 p2 = strchrnul(buf, b); in strchr_first()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_template.c207 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_io.c814 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstring.h63 extern char * strchrnul(const char *,int);
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dutil.c928 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
H A Dnamei.c315 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()

1234