Searched refs:strchr (Results 51 - 75 of 495) sorted by relevance

1234567891011>>

/linux-master/tools/perf/ui/tui/
H A Dutil.c85 const char *sep = strchr(t, '\n');
88 sep = strchr(t, '\0');
175 const char *sep = strchr(t, '\n');
179 sep = strchr(t, '\0');
/linux-master/drivers/platform/x86/intel/int3472/
H A Dled.c32 p = strchr(int3472->pled.name, ':');
/linux-master/tools/testing/selftests/lsm/
H A Dcommon.c46 path = strchr(value, '\n');
/linux-master/lib/
H A Dstring_kunit.c109 result = strchr(test_string, test_string[i]);
114 result = strchr(empty_string, '\0');
117 result = strchr(empty_string, 'a');
120 result = strchr(test_string, 'z');
/linux-master/drivers/video/
H A Dcmdline.c117 if (strchr(options, ':')) {
/linux-master/tools/perf/util/
H A Dparse-regs-options.c43 p = strchr(s, ',');
H A Dparse-branch-options.c66 p = strchr(s, ',');
/linux-master/drivers/of/
H A Dmodule.c44 c = strchr(c, ' ');
/linux-master/arch/powerpc/platforms/pseries/
H A Dreconfig.c121 tmp = strchr(buf, ' ');
204 buf = strchr(buf, ' ');
260 buf = strchr(buf, ' ');
306 tmp = strchr(buf,' ');
373 tmp = strchr(kbuf, ' ');
/linux-master/tools/perf/arch/s390/util/
H A Dheader.c111 char *sep = strchr(cp, '=');
118 char *sep = strchr(cp, '=');
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c135 tab1 = strchr(copy, '\t');
140 tab2 = strchr(s, '\t');
/linux-master/drivers/scsi/
H A Dsim710.c56 while(pos != NULL && (next = strchr(pos, ':')) != NULL) {
70 if((pos = strchr(pos, ARG_SEP)) != NULL)
/linux-master/arch/um/drivers/
H A Dxterm.c54 line = strchr(line, ',');
62 line = strchr(line, ',');
/linux-master/tools/perf/
H A Dbuiltin-config.c124 const char *last_dot = strchr(arg, '.');
139 *value = strchr(arg, '=');
/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_devlink.c100 prod_info = strchr(prod_info, 'H');
104 prod_info = strchr(prod_info, ':');
/linux-master/arch/mips/loongson64/
H A Dreset.c95 ptr = strchr(str, ' ');
104 ptr = strchr(ptr + 1, ' ');
/linux-master/security/tomoyo/
H A Denviron.c100 if (!tomoyo_correct_word(data) || strchr(data, '='))
/linux-master/tools/perf/ui/gtk/
H A Dutil.c94 p = strchr(msg, '\n');
/linux-master/kernel/debug/kdb/
H A Dkdb_support.c505 } else if (!p->mm && strchr("IMS", state)) {
531 return !strchr("-ims", state);
534 if (strchr(mask, 'A'))
537 return strchr(mask, state);
/linux-master/tools/power/acpi/common/
H A Dgetopt.c111 (opts_ptr = strchr(opts, current_char)) == NULL) {
/linux-master/block/partitions/
H A Dcmdline.c74 char *next = strchr(++partdef, ')');
135 next = strchr(bdevdef, ':');
149 next = strchr(bdevdef, ',');
209 next = strchr(pbuf, ';');
/linux-master/arch/alpha/lib/
H A DMakefile26 $(ev67-y)strchr.o \
/linux-master/arch/mips/alchemy/common/
H A Dprom.c69 int yamon = (*env && strchr(*env, '=') == NULL);
/linux-master/drivers/gpu/drm/
H A Ddrm_edid_load.c78 colon = strchr(edidname, ':');
/linux-master/fs/proc/
H A Dbootconfig.c49 if (strchr(val, '"'))

Completed in 275 milliseconds

1234567891011>>