Searched refs:strchr (Results 276 - 300 of 495) sorted by relevance

<<11121314151617181920

/linux-master/drivers/video/
H A Dsticore.c368 if ((x = strchr(str, 'x')) || (x = strchr(str, '*'))) {
/linux-master/security/tomoyo/
H A Dcommon.c683 cp = strchr(data, '=');
1997 char *cp = strchr(header, '\n');
2002 cp = strchr(cp + 1, '\n');
2620 char *cp = strchr(line, ' ');
2857 char *end = strchr(start, '\n');
H A Dnetwork.c58 if (!strchr(address, ':') &&
/linux-master/tools/perf/
H A Dbuiltin-script.c2985 script = strchr(str, ':');
3039 tok = strchr(str, ':');
3066 if (strchr(tok, '+') || strchr(tok, '-'))
3083 if (strchr(str, '+') || strchr(str, '-'))
3549 temp = strchr(script_dirent->d_name, '.');
/linux-master/tools/perf/util/
H A Dsort.c84 sep = strchr(sep, *symbol_conf.field_sep);
695 p = strchr(sf, ':');
2778 pos = strchr(str, ' ');
2869 pos = strchr(str, ' ');
3046 field_name = strchr(str, '.');
3055 opt_name = strchr(field_name, '/');
3091 full_name = !!strchr(event_name, ':');
H A Ddlfilter.c342 if (strchr(file, '/'))
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1611 if (!strncasecmp(val, "se", 2) && strchr(val, ':')) {
1626 } else if (!strncasecmp(val, "ae", 2) && strchr(val, ':')) {
1641 } else if (!strncasecmp(val, "ie", 2) && strchr(val, ':')) {
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c949 tok_end = strchr(opt_arg, '\0');
992 tok_end2 = strchr(opt_arg, tok_list[i]);
1036 end = strchr(s, '\0');
/linux-master/kernel/trace/
H A Dtrace_events_synth.c206 end = strchr(type, ']');
724 array = strchr(field_name, '[');
2163 if (strchr(name, '/')) {
H A Dtrace_events_user.c1015 const char *start = strchr(type, '[');
1026 bracket = strchr(val, ']');
1354 if (strchr(argv[i], ';')) {
/linux-master/drivers/usb/host/
H A Duhci-debug.c33 p = strchr(buf, '\n');
/linux-master/fs/autofs/
H A Ddev-ioctl.c33 if (!strchr(name, '/'))
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c581 next_option = strchr(option, ',');
/linux-master/drivers/net/ethernet/8390/
H A Detherh.c514 s = strchr(cd.d.string, '(');
/linux-master/fs/reiserfs/
H A Dprints.c178 while ((k = strchr(k, '%')) != NULL) {
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c491 p = strchr(buf, '=');
/linux-master/fs/orangefs/
H A Dorangefs-debugfs.c529 cds_delimiter = strchr(cds_head, '\n');
/linux-master/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c516 while ((s = strchr(pathname, '/')))
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c704 event->token = (const char *)strchr(event->body, '\0') + 1;
/linux-master/tools/testing/selftests/user_events/
H A Dftrace_test.c92 newline = strchr(buffer, '\n');
/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c198 char *k = strchr(str, ',');
/linux-master/crypto/
H A Dessiv.c400 q = strchr(p, ')');
/linux-master/kernel/gcov/
H A Dfs.c687 for (curr = filename; (next = strchr(curr, '/')); curr = next + 1) {
/linux-master/fs/ceph/
H A Dcrypto.c55 const char *p = strchr(base64_table, src[i]);
/linux-master/kernel/
H A Dreboot.c1083 str = strchr(str, ',');

Completed in 587 milliseconds

<<11121314151617181920