Symbol: strchrnul
arch/arm/boot/compressed/decompress.c
36
extern char * strchrnul(const char *, int);
drivers/accel/habanalabs/common/firmware_if.c
112
ch = strchrnul(str, given_char);
drivers/base/property.c
694
len = strchrnul(node_name, '@') - node_name;
drivers/bluetooth/hci_bcm4377.c
2018
end = strchrnul(p, ' ');
drivers/clk/microchip/clk-mpfs-ccc.c
205
strchrnul(dev->of_node->full_name, '@'), i);
drivers/clk/qcom/a53-pll.c
125
strchrnul(np->full_name, '@'));
drivers/clk/qcom/apcs-msm8916.c
67
strchrnul(np->full_name, '@'));
drivers/gpu/drm/i915/intel_wakeref.c
219
se = strchrnul(sb, '\n');
drivers/iio/adc/qcom-spmi-adc5.c
645
name[strchrnul(name, '@') - name] = '\0';
drivers/media/pci/intel/ipu-bridge.c
656
sep = strchrnul(data->board_info.type, '-');
drivers/media/platform/renesas/vsp1/vsp1_pipe.c
462
name = strchrnul(entity->subdev.name, ' ');
drivers/net/ethernet/mellanox/mlx5/core/devlink.c
62
end = strchrnul(str, ' ');
drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
1966
end = strchrnul(p, ' ');
drivers/of/base.c
68
len = strchrnul(node_name, '@') - node_name;
drivers/of/base.c
930
path = strchrnul(path, '/');
drivers/of/base.c
971
const char *p = strchrnul(path, '/');
drivers/of/fdt.c
963
q = strchrnul(p, ':');
drivers/pci/endpoint/pci-epf-core.c
542
len = strchrnul(name, '.') - name;
drivers/pci/pci.c
287
*endptr = strchrnul(path, ';');
drivers/platform/x86/lenovo/think-lmi.c
617
length = strchrnul(buf, '\n') - buf;
drivers/remoteproc/imx_dsp_rproc.c
737
"%.*s", strchrnul(res.name, '@') - res.name, res.name);
drivers/remoteproc/imx_rproc.c
639
"%.*s", strchrnul(res.name, '@') - res.name,
drivers/remoteproc/st_remoteproc.c
144
strchrnul(res.name, '@') - res.name,
drivers/remoteproc/stm32_rproc.c
242
"%.*s", strchrnul(res.name, '@') - res.name,
drivers/remoteproc/xlnx_r5_remoteproc.c
522
strchrnul(res.name, '@') - res.name,
fs/namespace.c
5428
opt_end = strchrnul(src, ',');
fs/overlayfs/namei.c
370
const char *next = strchrnul(s, '/');
fs/overlayfs/util.c
1355
next = strchrnul(s, '/');
fs/smb/client/cifsroot.c
55
s = strchrnul(s, ',');
fs/smb/server/vfs.c
1163
char *next = strchrnul(filename, '/');
include/linux/string.h
176
extern char * strchrnul(const char *,int);
kernel/debug/kdb/kdb_io.c
861
*strchrnul(kdb_grep_string, '\n') = '\0';
kernel/module/main.c
1161
sep = strchrnul(namespace, ',');
lib/string.c
354
EXPORT_SYMBOL(strchrnul);
lib/vsprintf.c
2239
str_spec.precision = strchrnul(p, '@') - p;
mm/slub.c
1971
end = strchrnul(iter, ',');
net/dsa/conduit.c
368
const char *end = strchrnul(buf, '\n'), *name;
scripts/mod/modpost.c
1722
sep = strchrnul(namespace, ',');
security/integrity/ima/ima_template.c
232
len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr;
security/tomoyo/util.c
163
tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos))
sound/soc/codecs/rt1320-sdw.c
1445
len_vendor = strchrnul(dmi_vendor, ' ') - dmi_vendor;
sound/soc/codecs/rt1320-sdw.c
1446
len_product = strchrnul(dmi_product, ' ') - dmi_product;
sound/soc/codecs/rt1320-sdw.c
1447
len_sku = strchrnul(dmi_sku, ' ') - dmi_sku;
sound/soc/codecs/rt1320-sdw.c
1611
len_vendor = strchrnul(dmi_vendor, ' ') - dmi_vendor;
sound/soc/codecs/rt1320-sdw.c
1612
len_product = strchrnul(dmi_product, ' ') - dmi_product;
sound/soc/codecs/rt1320-sdw.c
1613
len_sku = strchrnul(dmi_sku, ' ') - dmi_sku;
tools/bpf/bpftool/gen.c
448
end = strchrnul(src, '\n');
tools/perf/util/print-events.c
100
const char *bid2 = strchrnul(next_sdt_name->s, '@');
tools/power/x86/turbostat/turbostat.c
11262
sp = strchrnul(name_buf, '\n');
tools/power/x86/turbostat/turbostat.c
11320
sp = strchrnul(name_buf, '\n');
tools/power/x86/turbostat/turbostat.c
7411
sp = strchrnul(name_buf, '\n');
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1284
p = strchrnul(buf, '\n');
tools/testing/selftests/net/netfilter/audit_logread.c
121
*strchrnul(v, ':') = '\0';
tools/testing/selftests/wireguard/qemu/init.c
144
*strchrnul(start, '\n') = '\0';