Searched refs:strchr (Results 126 - 150 of 495) sorted by relevance

1234567891011>>

/linux-master/kernel/trace/
H A Dtrace_dynevent.c90 event = strchr(argv[0], ':');
98 p = strchr(event, '/');
H A Dtrace_probe.c124 type = strchr(type, '/');
247 slash = strchr(event, '/');
249 slash = strchr(event, '.');
1105 tmp = strchr(arg, '(');
1227 t = strchr(arg, ':');
1230 t2 = strchr(t, '[');
1233 t3 = strchr(t2, ']');
1530 end = strchr(arg, ':');
1554 body = strchr(arg, '=');
H A Dtrace_kprobe.c121 p = strchr(tk->symbol, ':');
462 p = strchr(symname, '.');
801 event = strchr(&argv[0][1], ':');
839 if (strchr(argv[1], '/') && strchr(argv[1], ':')) {
848 tmp = strchr(symbol, '%');
877 if (symbol && !strchr(symbol, ':')) {
1910 p = strchr(cmd, ';');
/linux-master/scripts/dtc/
H A Dutil.c354 if (strchr("hlLb", *fmt)) {
367 if ((*fmt == '\0') || !strchr("iuxsr", *fmt))
H A Ddtc-lexer.l55 char *name = strchr(yytext, '\"') + 1;
H A Dlivetree.c526 p = strchr(path, '/');
596 const char *slash = strchr(label, '/');
924 if (strchr(m->ref, '/'))
929 if (strchr(node->fullpath, ':') || strchr(prop->name, ':'))
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfault.c118 end = strchr(ptr, ',');
125 dash = strchr(token, '-');
/linux-master/tools/perf/util/
H A Dmetricgroup.c370 m = strchr(metric_or_groups, ';');
566 c = strchr(code_characters, *x);
642 for (cur = strchr(sb.buf, '@') ; cur; cur = strchr(++cur, '@')) {
648 if (!has_slash && !strchr(sb.buf, ':')) {
712 sep = strchr(id, '@');
725 sep = strchr(id, ':');
1329 modifier = strchr(metric_name, ':');
H A Dprint-events.c178 char *bid = strchr(sdt_name->s, '@');
189 char *bid2 = strchr(next_sdt_name->s, '@');
H A Dprobe-event.c180 if (module && strchr(module, '/'))
541 if (!module || !strchr(module, '/')) {
1017 } while (strchr(buf, '\n') == NULL);
1208 var = strchr(node->s, '\t') + 1;
1358 range = strchr(name, ':');
1399 file = strchr(name, '@');
1408 } else if (strchr(name, '/') || strchr(name, '.'))
1676 tmp = strchr(str, '=');
1685 tmp = strchr(st
[all...]
H A Dexpr.c504 if (strchr(id, '@')) {
512 p = strchr(tmp_id, '@');
/linux-master/net/core/
H A Dnetpoll.c525 if (!strchr(str, ':') &&
548 if ((delim = strchr(cur, '@')) == NULL)
559 if ((delim = strchr(cur, '/')) == NULL)
573 if ((delim = strchr(cur, ',')) == NULL)
583 if ((delim = strchr(cur, '@')) == NULL)
595 if ((delim = strchr(cur, '/')) == NULL)
/linux-master/drivers/accessibility/speakup/
H A Dkobjects.c139 if ((*cp == '\n') || strchr("dDrR", *cp)) {
145 linefeed = strchr(cp, '\n');
281 if (strchr("dDrR", *in_buff)) {
773 if (strchr("dDrR", *cp)) {
779 linefeed = strchr(cp, '\n');
/linux-master/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c541 if (strchr(modestr, '*'))
543 else if (strchr(modestr, '+'))
545 else if (strchr(modestr, '@'))
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c508 if (strchr("<[(", c))
510 if (strchr(">])", c) && in_paren > 0)
513 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0)
/linux-master/scripts/
H A Dinsert-sys-cert.c107 p = strchr(l, '\n');
120 w = strchr(l, ' ');
/linux-master/tools/usb/usbip/libsrc/
H A Dnames.c305 cp = strchr(buf, '\r');
308 cp = strchr(buf, '\n');
/linux-master/fs/nfs/
H A Dnfs4namespace.c97 p = strchr(nfspath, ']');
102 p = strchr(nfspath, ':');
/linux-master/drivers/base/
H A Ddevtmpfs.c190 s = strchr(s, '/');
351 if (deleted && strchr(nodename, '/'))
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c549 while ((cp = strchr(cp, firstchar))) {
668 cp = strchr(kdb_buffer, '\n');
/linux-master/arch/xtensa/platforms/iss/
H A Dnetwork.c105 end = strchr(str, ',');
582 end = strchr(str, '=');
/linux-master/lib/kunit/
H A Dstring-stream-test.c206 string_end = strchr(pos, '\n');
263 string_end = strchr(pos, '\n');
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c371 if (kernel && strchr(buf, '['))
373 if (!kernel && !strchr(buf, '['))
/linux-master/fs/reiserfs/
H A Dprocfs.c415 s = strchr(b, '/');
445 s = strchr(b, '/');
/linux-master/tools/testing/selftests/mm/
H A Dmlock2-tests.c40 end_addr = strchr(line, '-');
47 stop = strchr(end_addr, ' ');

Completed in 246 milliseconds

1234567891011>>