Searched refs:strchr (Results 201 - 225 of 495) sorted by relevance

1234567891011>>

/linux-master/drivers/media/cec/core/
H A Dcec-pin-error-inj.c145 comma = strchr(token, ',');
/linux-master/tools/bootconfig/
H A Dmain.c27 if (strchr(val, '"'))
/linux-master/scripts/dtc/
H A Dtreesource.c46 || strchr("\a\b\t\n\v\f\r", c));
H A Ddtc-parser.y29 return ref[0] != '/' && strchr(&ref[1], '/');
/linux-master/arch/x86/boot/
H A Dboot.h311 char *strchr(const char *s, int c);
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c280 if (!in_escape && strchr(",.!?;:", last))
/linux-master/arch/sparc/kernel/
H A Dprocess_32.c94 p = strchr (reboot_command, '\n');
/linux-master/drivers/auxdisplay/
H A Dlcd2s.c233 if (!strchr(esc, ';'))
H A Dhd44780_common.c317 if (!strchr(esc, ';'))
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c293 sl = strchr(tok, '/');
/linux-master/drivers/parisc/
H A Deisa.c453 if ((cur = strchr(cur, ','))) {
/linux-master/drivers/hwmon/
H A Dmc13783-adc.c240 dash = strchr(priv->name, '-');
/linux-master/arch/x86/boot/tools/
H A Dbuild.c166 p = strchr(p, '\n');
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c161 if ((tmp = strchr(buf, '\n')))
/linux-master/security/apparmor/
H A Dlib.c68 char *split = strchr(&name[1], ':');
/linux-master/tools/lib/subcmd/
H A Dhelp.c234 if ((colon = strchr(path, ':')))
/linux-master/fs/proc/
H A Droot.c94 char *ptr = strchr(value, ',');
/linux-master/include/linux/
H A Dstring.h166 extern char * strchr(const char *,int);
/linux-master/lib/kunit/
H A Dexecutor.c74 const char *period = strchr(filter_glob, '.');
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c143 subtest_str = strchr(test_spec, '/');
/linux-master/kernel/trace/
H A Dtrace_uprobe.c563 if (!strchr(argv[1], '/'))
595 rctr = strchr(arg, '(');
597 rctr_end = strchr(rctr, ')');
621 tmp = strchr(arg, '%');
H A Dtrace_eprobe.c165 slash = strchr(argv[0], '/');
167 slash = strchr(argv[0], '.');
884 event = strchr(&argv[0][1], ':');
/linux-master/lib/
H A Dbootconfig.c518 ret = strchr(p, '\n');
588 if (c && !strchr(",;\n#}", c))
594 if (strchr(",;\n#}", c)) {
684 while ((p = strchr(k, '.'))) {
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c1162 char *next = strchr(type, ',');
1190 char *next = strchr(name, ',');
1472 if (strchr(cfg_host, ':'))
/linux-master/tools/testing/selftests/mm/
H A Dksm_tests.c148 if ((strchr(prot_str, 'r')) != NULL)
150 if ((strchr(prot_str, 'w')) != NULL)
152 if ((strchr(prot_str, 'x')) != NULL)

Completed in 356 milliseconds

1234567891011>>