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

1234567891011>>

/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/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/lib/kunit/
H A Dexecutor.c74 const char *period = strchr(filter_glob, '.');
/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/drivers/gpu/drm/i915/selftests/
H A Di915_selftest.c321 sl = strchr(tok, '/');
/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/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)
/linux-master/scripts/kconfig/
H A Dconfdata.c115 while ((p = strchr(p, '/'))) {
414 p = strchr(sym_name, ' ');
429 p = strchr(sym_name, '=');
/linux-master/drivers/target/iscsi/
H A Discsi_target_parameters.c679 *value = strchr(textbuf, '=');
925 tmp1 = strchr(proposer_values, ',');
935 tmp2 = strchr(acceptor_values, ',');
1092 comma_ptr = strchr(value, ',');
1147 comma_ptr = strchr(value, ',');
/linux-master/fs/smb/client/
H A Dfs_context.c461 nval = strchr(p, '=');
675 options = strchr(options, ',');
682 value = strchr(key, '=');
728 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) {
739 slash = strchr(&ctx->UNC[2], '\\');

Completed in 582 milliseconds

1234567891011>>