Searched refs:strchrnul (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/arch/arm/boot/compressed/
H A Ddecompress.c36 extern char * strchrnul(const char *, int);
/linux-master/fs/smb/client/
H A Dcifsroot.c55 s = strchrnul(s, ',');
/linux-master/drivers/clk/qcom/
H A Dapcs-msm8916.c67 strchrnul(np->full_name, '@'));
H A Da53-pll.c126 strchrnul(np->full_name, '@'));
/linux-master/tools/testing/selftests/netfilter/
H A Daudit_logread.c121 *strchrnul(v, ':') = '\0';
/linux-master/lib/
H A Dstring.c323 * strchrnul - Find and return a character in a string, or end of string
330 char *strchrnul(const char *s, int c) function
336 EXPORT_SYMBOL(strchrnul); variable
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c144 *strchrnul(start, '\n') = '\0';
/linux-master/drivers/gpu/drm/i915/
H A Dintel_wakeref.c216 se = strchrnul(sb, '\n');
/linux-master/fs/bcachefs/
H A Ddisk_groups.c340 const char *next = strchrnul(name, '.');
360 const char *next = strchrnul(name, '.');
H A Dutil.c266 p = strchrnul(lines, '\n');
/linux-master/drivers/clk/microchip/
H A Dclk-mpfs-ccc.c205 strchrnul(dev->of_node->full_name, '@'), i);
/linux-master/include/linux/
H A Dstring.h169 extern char * strchrnul(const char *,int);
/linux-master/drivers/of/
H A Dbase.c67 len = strchrnul(node_name, '@') - node_name;
802 path = strchrnul(path, '/');
846 p = strchrnul(path, '/');
H A Dfdt.c919 q = strchrnul(p, ':');
/linux-master/security/integrity/ima/
H A Dima_template.c232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr;
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c843 *strchrnul(kdb_grep_string, '\n') = '\0';
/linux-master/net/dsa/
H A Dconduit.c294 const char *end = strchrnul(buf, '\n'), *name;
/linux-master/drivers/pci/endpoint/
H A Dpci-epf-core.c431 len = strchrnul(name, '.') - name;
/linux-master/security/tomoyo/
H A Dutil.c163 tomoyo_correct_path2(pos, strchrnul(pos, ' ') - pos))
/linux-master/drivers/base/
H A Dproperty.c656 len = strchrnul(node_name, '@') - node_name;
/linux-master/drivers/iio/adc/
H A Dqcom-spmi-adc5.c645 name[strchrnul(name, '@') - name] = '\0';
/linux-master/drivers/media/pci/intel/
H A Dipu-bridge.c590 sep = strchrnul(data->board_info.type, '-');
/linux-master/fs/overlayfs/
H A Dnamei.c338 const char *next = strchrnul(s, '/');
H A Dutil.c1347 next = strchrnul(s, '/');
/linux-master/drivers/platform/x86/
H A Dthink-lmi.c566 length = strchrnul(buf, '\n') - buf;

Completed in 433 milliseconds

12