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
704
len = strchrnul(node_name, '@') - node_name;
drivers/bluetooth/hci_bcm4377.c
2018
end = strchrnul(p, ' ');
drivers/clk/microchip/clk-mpfs-ccc.c
206
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
644
name[strchrnul(name, '@') - name] = '\0';
drivers/media/pci/intel/ipu-bridge.c
681
sep = strchrnul(data->board_info.type, '-');
drivers/media/platform/renesas/vsp1/vsp1_pipe.c
446
name = strchrnul(entity->subdev.name, ' ');
drivers/net/ethernet/mellanox/mlx5/core/devlink.c
62
end = strchrnul(str, ' ');
drivers/net/ethernet/mellanox/mlx5/core/sh_devlink.c
42
end = strchrnul(sn, ' ');
drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c
1970
end = strchrnul(p, ' ');
drivers/of/base.c
68
len = strchrnul(node_name, '@') - node_name;
drivers/of/base.c
958
path = strchrnul(path, '/');
drivers/of/base.c
999
const char *p = strchrnul(path, '/');
drivers/of/fdt.c
970
q = strchrnul(p, ':');
drivers/pci/endpoint/pci-epf-core.c
542
len = strchrnul(name, '.') - name;
drivers/pci/pci.c
278
*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
696
"%.*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
532
strchrnul(res.name, '@') - res.name,
fs/namespace.c
5469
opt_end = strchrnul(src, ',');
fs/overlayfs/namei.c
370
const char *next = strchrnul(s, '/');
fs/overlayfs/util.c
1330
next = strchrnul(s, '/');
fs/smb/client/cifsroot.c
55
s = strchrnul(s, ',');
fs/smb/server/vfs.c
1179
char *next = strchrnul(filename, '/');
include/linux/string.h
173
extern char * strchrnul(const char *,int);
kernel/debug/kdb/kdb_io.c
861
*strchrnul(kdb_grep_string, '\n') = '\0';
kernel/module/main.c
1190
sep = strchrnul(namespace, ',');
lib/string.c
336
EXPORT_SYMBOL(strchrnul);
lib/vsprintf.c
2241
str_spec.precision = strchrnul(p, '@') - p;
mm/slub.c
1988
end = strchrnul(iter, ',');
net/dsa/conduit.c
354
const char *end = strchrnul(buf, '\n'), *name;
scripts/mod/modpost.c
1747
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
1465
len_vendor = strchrnul(dmi_vendor, ' ') - dmi_vendor;
sound/soc/codecs/rt1320-sdw.c
1466
len_product = strchrnul(dmi_product, ' ') - dmi_product;
sound/soc/codecs/rt1320-sdw.c
1467
len_sku = strchrnul(dmi_sku, ' ') - dmi_sku;
sound/soc/codecs/rt1320-sdw.c
1632
len_vendor = strchrnul(dmi_vendor, ' ') - dmi_vendor;
sound/soc/codecs/rt1320-sdw.c
1633
len_product = strchrnul(dmi_product, ' ') - dmi_product;
sound/soc/codecs/rt1320-sdw.c
1634
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
11338
sp = strchrnul(name_buf, '\n');
tools/power/x86/turbostat/turbostat.c
11398
sp = strchrnul(name_buf, '\n');
tools/power/x86/turbostat/turbostat.c
7425
sp = strchrnul(name_buf, '\n');
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
1388
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';