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

1234567891011>>

/linux-master/scripts/dtc/
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, ':'))
H A Dfdtput.c162 sep = strchr(path, '/');
/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.c193 char *bid = strchr(sdt_name->s, '@');
204 char *bid2 = strchr(next_sdt_name->s, '@');
H A Dprobe-event.c181 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, '@');
H A Dstrlist.c147 while ((sep = strchr(s, ',')) != NULL) {
/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/kernel/trace/
H A Dtrace_probe.c125 type = strchr(type, '/');
248 slash = strchr(event, '/');
250 slash = strchr(event, '.');
1106 tmp = strchr(arg, '(');
1226 t = strchr(arg, ':');
1229 t2 = strchr(t, '[');
1232 t3 = strchr(t2, ']');
1529 end = strchr(arg, ':');
1553 body = strchr(arg, '=');
1770 equal = strchr(tm
[all...]
H A Dtrace_kprobe.c122 p = strchr(tk->symbol, ':');
469 p = strchr(symname, '.');
820 event = strchr(&argv[0][1], ':');
858 if (strchr(argv[1], '/') && strchr(argv[1], ':')) {
867 tmp = strchr(symbol, '%');
896 if (symbol && !strchr(symbol, ':')) {
1934 p = strchr(cmd, ';');
/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.c499 if (strchr("<[(", c))
501 if (strchr(">])", c) && in_paren > 0)
504 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/arch/xtensa/platforms/iss/
H A Dnetwork.c105 end = strchr(str, ',');
582 end = strchr(str, '=');
/linux-master/fs/reiserfs/
H A Dprocfs.c415 s = strchr(b, '/');
445 s = strchr(b, '/');
/linux-master/drivers/s390/cio/
H A Dccwgroup.c274 end = strchr(start, ',');
277 end = strchr(start, '\n');
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c445 p = strchr(os_version, '-');
463 p = strchr(buf, '=');
519 p = strchr(buf, '\n');
530 p = strchr(buf, '\n');
541 p = strchr(buf, '\n');
593 x = strchr(p, '\n');
636 x = strchr(p, '\n');
670 x = strchr(p, '\n');
989 x = strchr(p, '\n');
1071 x = strchr(star
[all...]
/linux-master/lib/kunit/
H A Dstring-stream-test.c198 string_end = strchr(pos, '\n');
255 string_end = strchr(pos, '\n');
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c552 while ((cp = strchr(cp, firstchar))) {
671 cp = strchr(kdb_buffer, '\n');

Completed in 289 milliseconds

1234567891011>>