| /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 D | string.h | 265 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 D | string.h | 265 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 D | decompress.c | 35 extern char * strchrnul(const char *, int);
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | string.h | 64 const char *strchrnul(const char *s, int c);
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsroot.c | 55 s = strchrnul(s, ','); in cifs_root_setup()
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | string.su | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | string.su | |
| H A D | string.c | 233 const char *strchrnul(const char *s, int c) in strchrnul() function
|
| /OK3568_Linux_fs/buildroot/package/vte/ |
| H A D | 0001-build-Fix-build-with-kernel-headers-from-linux-4-13.patch | 38 @@ -128,4 +131,13 @@ char* strchrnul(char const* s,
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | string.c | 452 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 D | init.c | 149 *strchrnul(start, '\n') = '\0'; in kmod_selftests()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | log.c | 64 p = strchrnul(s, ','); in log_has_file()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.c | 362 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 D | 0001-devmem-add-128-bit-width.patch | 37 width = strchrnul(bhwl, (argv[2][0] | 0x20)) - bhwl;
|
| /OK3568_Linux_fs/kernel/drivers/pci/endpoint/ |
| H A D | pci-epf-core.c | 256 len = strchrnul(name, '.') - name; in pci_epf_create()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | base.c | 67 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 D | fdt.c | 924 q = strchrnul(p, ':'); in early_init_dt_scan_chosen_stdout()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | gen.c | 252 end = strchrnul(src, '\n'); in codegen()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/ |
| H A D | parser.c | 243 p1 = strchrnul(buf, a); in strchr_first() 244 p2 = strchrnul(buf, b); in strchr_first()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_template.c | 207 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_io.c | 814 *strchrnul(kdb_grep_string, '\n') = '\0'; in vkdb_printf()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | string.h | 63 extern char * strchrnul(const char *,int);
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | util.c | 163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos)) in tomoyo_get_domainname()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | util.c | 928 next = strchrnul(s, '/'); in ovl_get_redirect_xattr()
|
| H A D | namei.c | 315 const char *next = strchrnul(s, '/'); in ovl_lookup_layer()
|