Searched refs:strchr (Results 101 - 125 of 495) sorted by relevance

1234567891011>>

/linux-master/drivers/md/
H A Dmd-autodetect.c142 p = strchr(devname, ',');
233 char *comma = strchr(str+pos, ',');
/linux-master/tools/perf/util/
H A Dparse-events.h259 !!strchr(str, ':') && !strchr(str, '=')));
H A Dcgroup.c268 p = strchr(str, ',');
320 p = strchr(str, ',');
375 p = strchr(str, ',');
H A Dannotate.c290 name = strchr(endptr, '<');
297 strchr(name, arch->objdump.skip_functions_char))
300 tok = strchr(name, '>');
320 tok = strchr(endptr, '*');
382 const char *c = strchr(ops->raw, ',');
385 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char);
386 ops->jump.raw_func_start = strchr(ops->raw, '<');
408 c = strchr(c, ',');
466 c = strchr(ops->raw, ',');
470 const char *c2 = strchr(
[all...]
/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c225 if (strchr(old_op, ',') || strchr(old_op, '$') ||
/linux-master/arch/x86/mm/
H A Dnuma_emulation.c395 if (strchr(emu_cmdline, 'U')) {
424 } else if (strchr(emu_cmdline, 'M') || strchr(emu_cmdline, 'G')) {
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c37 nodename = strchr(nodename, '/');
44 if (!strchr(bus_id, '/')) {
48 *strchr(bus_id, '/') = '-';
/linux-master/drivers/tty/vt/
H A Dconmakehash.c116 if ( (p = strchr(buffer, '\n')) != NULL )
/linux-master/tools/hv/
H A Dhv_fcopy_daemon.c43 while ((q = strchr(p, '/')) != NULL) {
/linux-master/security/keys/
H A Duser_defined.c198 p = strchr(desc, ':');
/linux-master/arch/x86/include/asm/
H A Dstring_32.h28 extern char *strchr(const char *s, int c);
/linux-master/drivers/misc/
H A Dkgdbts.c993 ptr = strchr(config, 'F');
996 ptr = strchr(config, 'S');
999 ptr = strchr(config, 'N');
1002 ptr = strchr(config, 'I');
/linux-master/arch/xtensa/mm/
H A Dinit.c207 char *k = strchr(str, ',');
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_acpi.c163 name = strchr(info.type, ':');
/linux-master/fs/fat/
H A Dnamei_msdos.c48 if (opts->name_check != 'r' && strchr(bad_chars, c))
50 if (opts->name_check == 's' && strchr(bad_if_strict, c))
87 if (opts->name_check != 'r' && strchr(bad_chars, c))
90 strchr(bad_if_strict, c))
/linux-master/lib/
H A Dparser.c44 meta = strchr(p, '%');
/linux-master/drivers/i2c/
H A Di2c-core-of.c132 name = strchr(matches->compatible, ',');
/linux-master/tools/objtool/
H A Dbuiltin-check.c112 env = strchr(env, ' ');
/linux-master/drivers/iio/chemical/
H A Datlas-ezo-sensor.c105 char *ptr = strchr(buf, '.');
/linux-master/drivers/char/ipmi/
H A Dipmi_si_hardcode.c106 str = strchr(str, ',');
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c39 s = strchr(res, ':');
/linux-master/security/selinux/ss/
H A Dmls.c272 rangep[1] = strchr(scontext, '-');
284 next_cat = strchr(sensitivity, ':');
297 next_cat = strchr(next_cat, ',');
302 rngptr = strchr(cur_cat, '.');
/linux-master/arch/powerpc/boot/
H A Dstring.S48 .globl strchr
49 strchr: label
/linux-master/security/safesetid/
H A Dsecurityfs.c39 child_str = strchr(buf, ':');
168 end = strchr(p, '\n');
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c243 c = strchr(*principal, '@');
248 c = strchr(*principal, '/');

Completed in 316 milliseconds

1234567891011>>