Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 200 of 394) sorted by relevance

12

/linux-4.1.27/drivers/s390/char/
Dtape_class.c57 for (s = strchr(tcd->device_name, '/'); s; s = strchr(s, '/')) in register_tape_dev()
60 for (s = strchr(tcd->mode_name, '/'); s; s = strchr(s, '/')) in register_tape_dev()
Dsclp_cpi_sys.c195 strchr("$@# ", str[i])) in check_string()
/linux-4.1.27/arch/um/os-Linux/
Dexecvp.c45 if (strchr (file, '/') != NULL) { in execvp_noalloc()
71 p = strchr(path, ':'); in execvp_noalloc()
73 p = strchr(path, '\0'); in execvp_noalloc()
Dstart_up.c350 file = strchr(str,','); in parse_iomem()
/linux-4.1.27/include/acpi/platform/
Dacgcc.h74 #ifdef strchr
75 #undef strchr
Dacenv.h347 #define ACPI_STRCHR(s1,c) strchr((s1), (c))
/linux-4.1.27/arch/arm/lib/
Dstrchr.S17 ENTRY(strchr)
27 ENDPROC(strchr)
DMakefile11 strchr.o strrchr.o \
/linux-4.1.27/arch/arm64/lib/
Dstrchr.S32 ENTRY(strchr)
42 ENDPROC(strchr)
DMakefile5 strchr.o strrchr.o
/linux-4.1.27/drivers/tty/serial/
Dsuncore.c121 s = strchr(s, ','); in sunserial_console_termios()
123 s = strchr(s, ','); in sunserial_console_termios()
125 s = strchr(s, ','); in sunserial_console_termios()
127 s = strchr(s, ','); in sunserial_console_termios()
/linux-4.1.27/arch/alpha/lib/
Dev67-strchr.S25 .globl strchr
26 .ent strchr
27 strchr: label
88 .end strchr
Dstrchr.S15 .globl strchr
16 .ent strchr
17 strchr: label
70 .end strchr
DMakefile29 $(ev67-y)strchr.o \
/linux-4.1.27/arch/tile/lib/
Dstrchr_32.c19 char *strchr(const char *s, int c) in strchr() function
64 EXPORT_SYMBOL(strchr);
Dstrchr_64.c20 char *strchr(const char *s, int c) in strchr() function
62 EXPORT_SYMBOL(strchr);
/linux-4.1.27/tools/perf/ui/tui/
Dutil.c82 const char *sep = strchr(t, '\n'); in ui_browser__input_window()
85 sep = strchr(t, '\0'); in ui_browser__input_window()
173 const char *sep = strchr(t, '\n'); in ui__question_window()
177 sep = strchr(t, '\0'); in ui__question_window()
/linux-4.1.27/tools/usb/usbip/libsrc/
Dvhci_driver.c51 c = strchr(value, '\n'); in parse_status()
99 c = strchr(c, '\n'); in parse_status()
138 c = strchr(attr_status, '\n'); in get_nports()
145 c = strchr(c, '\n'); in get_nports()
199 end = strchr(start, delim[part]); in read_record()
Dnames.c323 cp = strchr(buf, '\r'); in parse()
326 cp = strchr(buf, '\n'); in parse()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dconfig.c213 char *comma = strchr(str, ','); in lnet_parse_networks()
214 char *bracket = strchr(str, '('); in lnet_parse_networks()
215 char *square = strchr(str, '['); in lnet_parse_networks()
231 tmp = strchr(square, ']'); in lnet_parse_networks()
297 bracket = strchr(iface, ')'); in lnet_parse_networks()
305 comma = strchr(iface, ','); in lnet_parse_networks()
327 comma = strchr(bracket + 1, ','); in lnet_parse_networks()
518 sep = strchr(str, '['); in lnet_str2tbs_expand()
522 sep2 = strchr(sep, ']'); in lnet_str2tbs_expand()
604 sep = strchr(str, LNET_PRIORITY_SEPARATOR); in lnet_parse_priority()
[all …]
/linux-4.1.27/block/
Dcmdline-parser.c42 char *next = strchr(++partdef, ')'); in parse_subpart()
104 next = strchr(bdevdef, ':'); in parse_parts()
119 next = strchr(bdevdef, ','); in parse_parts()
180 next = strchr(pbuf, ';'); in cmdline_parts_parse()
/linux-4.1.27/fs/
Dbinfmt_misc.c336 p = strchr(p, del); in create_entry()
343 strchr(e->name, '/')) in create_entry()
369 s = strchr(p, del); in create_entry()
444 p = strchr(p, del); in create_entry()
451 p = strchr(p, del); in create_entry()
455 if (!e->magic[0] || strchr(e->magic, '/')) in create_entry()
460 p = strchr(p, del); in create_entry()
468 p = strchr(p, del); in create_entry()
Dfilesystems.c74 BUG_ON(strchr(fs->name, '.')); in register_filesystem()
274 const char *dot = strchr(name, '.'); in get_fs_type()
Dbinfmt_script.c47 if ((cp = strchr(bprm->buf, '\n')) == NULL) in load_script()
Dseq_file.c381 if (!strchr(esc, c)) { in seq_escape()
446 } else if (!strchr(esc, c)) { in mangle_path()
/linux-4.1.27/arch/sh/kernel/
Dmachvec.c50 mv_end = strchr(from, ' '); in early_parse_mv()
54 mv_comma = strchr(from, ','); in early_parse_mv()
Dnmi_debug.c57 sep = strchr(p, ','); in nmi_debug_setup()
/linux-4.1.27/drivers/zorro/
Dgen-devlist.c46 if ((c = strchr(line, '\n'))) in main()
59 bra = strchr(c, '['); in main()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dreconfig.c156 tmp = strchr(buf, ' '); in parse_next_property()
239 buf = strchr(buf, ' '); in do_add_node()
295 buf = strchr(buf, ' '); in parse_node()
342 tmp = strchr(buf,' '); in do_remove_property()
414 tmp = strchr(kbuf, ' '); in ofdt_write()
/linux-4.1.27/drivers/pci/hotplug/
Drpadlpar_sysfs.c44 end = strchr(drc_name, '\n'); in add_slot_store()
75 end = strchr(drc_name, '\n'); in remove_slot_store()
/linux-4.1.27/security/tomoyo/
Dutil.c152 char *del = strchr(pos, ' '); in tomoyo_read_token()
549 domainname = strchr(domainname, ' '); in tomoyo_correct_domain()
553 const unsigned char *cp = strchr(domainname, ' '); in tomoyo_correct_domain()
577 cp = strchr(buffer, ' '); in tomoyo_domain_def()
843 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
846 p_delimiter = strchr(p, '/'); in tomoyo_path_matches_pattern2()
889 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
Denviron.c99 if (!tomoyo_correct_word(data) || strchr(data, '=')) in tomoyo_write_env()
Dcondition.c161 char *cp = strchr(arg_ptr, '='); in tomoyo_scan_bprm()
449 char *cp = strchr(pos, ' '); in tomoyo_get_transit_preference()
512 cp = strchr(pos, ' '); in tomoyo_get_condition()
519 right_word = strchr(left_word, '='); in tomoyo_get_condition()
Dcommon.c676 cp = strchr(data, '='); in tomoyo_write_profile()
1942 char *cp = strchr(header, '\n'); in tomoyo_add_entry()
1946 cp = strchr(cp + 1, '\n'); in tomoyo_add_entry()
2557 char *cp = strchr(line, ' '); in tomoyo_parse_policy()
2775 char *end = strchr(start, '\n'); in tomoyo_load_builtin_policy()
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddiva_didd.c57 if ((p = strchr(revision, ':'))) { in getrev()
59 p = strchr(rev, '$'); in getrev()
Dcapimain.c46 if ((p = strchr(revision, ':'))) { in getrev()
48 p = strchr(rev, '$'); in getrev()
Ddivamnt.c62 if ((p = strchr(revision, ':'))) { in getrev()
64 p = strchr(rev, '$'); in getrev()
Ddivasi.c61 if ((p = strchr(revision, ':'))) { in getrev()
63 p = strchr(rev, '$'); in getrev()
Ddivasmain.c169 if ((p = strchr(revision, ':'))) { in getrev()
171 p = strchr(rev, '$'); in getrev()
/linux-4.1.27/tools/perf/ui/browsers/
Dheader.c107 for (pos = ptr, argc = 0; (pos = strchr(pos, '\n')) != NULL; pos++) in tui__header_window()
115 for (i = 1; (pos = strchr(pos, '\n')) != NULL; i++) { in tui__header_window()
/linux-4.1.27/arch/x86/lib/
Dstring_32.c142 char *strchr(const char *s, int c) in strchr() function
160 EXPORT_SYMBOL(strchr);
/linux-4.1.27/arch/x86/platform/geode/
Dalix.c141 a = strchr(name, '\0'); in alix_present()
146 a = strchr(name, '\r'); in alix_present()
/linux-4.1.27/kernel/trace/
Dtrace_probe.c233 type = strchr(type, '/'); in find_fetch_type()
304 tmp = strchr(symbol, '+'); in traceprobe_split_symbol_offset()
418 tmp = strchr(arg, '('); in parse_probe_arg()
520 t = strchr(parg->comm, ':'); in traceprobe_parse_probe_arg()
633 tmp = strchr(kbuf, '\n'); in traceprobe_probes_write()
646 tmp = strchr(kbuf, '#'); in traceprobe_probes_write()
Dtrace_kprobe.c73 return !!strchr(trace_kprobe_symbol(tk), ':'); in trace_kprobe_is_on_module()
633 if (strchr(event, '/')) { in create_trace_kprobe()
635 event = strchr(group, '/') + 1; in create_trace_kprobe()
729 arg = strchr(argv[i], '='); in create_trace_kprobe()
Dtrace_uprobe.c385 arg = strchr(event, '/'); in create_trace_uprobe()
434 arg = strchr(argv[1], ':'); in create_trace_uprobe()
506 arg = strchr(argv[i], '='); in create_trace_uprobe()
/linux-4.1.27/arch/arc/lib/
DMakefile8 lib-y := strchr-700.o strcmp.o strcpy-700.o strlen.o
Dstrchr-700.S16 ENTRY(strchr)
133 END(strchr)
/linux-4.1.27/arch/x86/tools/
Dtest_get_len.c135 tab1 = strchr(copy, '\t'); in main()
140 tab2 = strchr(s, '\t'); in main()
/linux-4.1.27/arch/unicore32/include/asm/
Dstring.h24 extern char *strchr(const char *s, int c);
/linux-4.1.27/arch/um/drivers/
Dxterm.c52 line = strchr(line, ','); in xterm_setup()
60 line = strchr(line, ','); in xterm_setup()
Dnet_user.c259 end = strchr(str, ','); in split_if_spec()
/linux-4.1.27/arch/tile/include/asm/
Dstring.h28 extern char *strchr(const char *s, int c);
/linux-4.1.27/tools/hv/
Dhv_kvp_daemon.c478 p = strchr(os_version, '-'); in kvp_get_os_info()
496 p = strchr(buf, '='); in kvp_get_os_info()
552 p = strchr(buf, '\n'); in kvp_get_os_info()
563 p = strchr(buf, '\n'); in kvp_get_os_info()
574 p = strchr(buf, '\n'); in kvp_get_os_info()
631 x = strchr(p, '\n'); in kvp_get_if_name()
674 x = strchr(p, '\n'); in kvp_if_name_to_mac()
725 x = strchr(p, '\n'); in kvp_mac_to_if_name()
772 x = strchr(p, '\n'); in kvp_process_ipconfig_file()
1109 x = strchr(start, ';'); in parse_ip_val_buffer()
Dhv_fcopy_daemon.c55 while ((q = strchr(p, '/')) != NULL) { in hv_start_fcopy()
/linux-4.1.27/arch/arc/include/asm/
Dstring.h32 extern char *strchr(const char *s, int c);
/linux-4.1.27/arch/sparc/kernel/
Dreboot.c43 p = strchr(reboot_command, '\n'); in machine_restart()
/linux-4.1.27/net/core/
Dnetpoll.c495 if (!strchr(str, ':') && in netpoll_parse_ip_addr()
518 if ((delim = strchr(cur, '@')) == NULL) in netpoll_parse_options()
529 if ((delim = strchr(cur, '/')) == NULL) in netpoll_parse_options()
543 if ((delim = strchr(cur, ',')) == NULL) in netpoll_parse_options()
553 if ((delim = strchr(cur, '@')) == NULL) in netpoll_parse_options()
565 if ((delim = strchr(cur, '/')) == NULL) in netpoll_parse_options()
/linux-4.1.27/tools/perf/util/
Dannotate.c62 name = strchr(endptr, '<'); in call__parse()
68 tok = strchr(name, '>'); in call__parse()
79 tok = strchr(endptr, '('); in call__parse()
85 tok = strchr(endptr, '*'); in call__parse()
117 const char *s = strchr(ops->raw, '+'); in jump__parse()
153 name = strchr(endptr, '<'); in comment__symbol()
159 t = strchr(name, '>'); in comment__symbol()
236 char *s = strchr(ops->raw, ','), *target, *comment, prev; in mov__parse()
249 comment = strchr(s, '#'); in mov__parse()
254 s = strchr(s, '\0') - 1; in mov__parse()
[all …]
Dprobe-event.c168 if (module && strchr(module, '/')) in kernel_get_module_map()
395 if (!module || !strchr(module, '/')) { in open_debuginfo()
536 tmp = strchr(module, '.'); in add_module_to_probe_trace_events()
678 } while (strchr(buf, '\n') == NULL); in __show_one_line()
861 var = strchr(node->s, '\t') + 1; in show_available_vars_at()
1001 range = strchr(name, ':'); in parse_line_range_desc()
1042 file = strchr(name, '@'); in parse_line_range_desc()
1051 } else if (strchr(name, '.')) in parse_line_range_desc()
1094 if (strchr(arg, ':')) { in parse_perf_probe_point()
1121 if (strchr(tmp, '.')) /* File */ in parse_perf_probe_point()
[all …]
Dsrcline.c221 sep = strchr(filename, '\n'); in addr2line()
231 sep = strchr(filename, ':'); in addr2line()
Dcgroup.c155 p = strchr(str, ','); in parse_cgroups()
Ddebug.c161 vstr = strchr(s, '='); in perf_debug_option()
Dstrlist.c124 while ((sep = strchr(s, ',')) != NULL) { in strlist__parse_list()
Dutil.c63 while ((d = strchr(d, '/'))) { in mkdir_p()
470 s = strchr(str, i->tag); in parse_tag_value()
Dstring.c298 while ((p = strchr(p, from)) != NULL) in strxfrchar()
Drun-command.c107 if (strchr(*cmd->env, '=')) in start_command()
Dparse-events.c230 char *str = strchr(name, ':'); in tracepoint_name_to_path()
815 if (*p != 'p' && strchr(p + 1, *p)) in check_modifier()
920 if (strchr(alias->name, '-')) in perf_pmu__parse_init()
932 char *tmp = strchr(alias->name, '-'); in perf_pmu__parse_init()
Dheader.c271 p = strchr(buf, ':'); in __write_cpudesc()
274 p = strchr(s, '\n'); in __write_cpudesc()
470 p = strchr(buf, '\n'); in build_cpu_topo()
495 p = strchr(buf, '\n'); in build_cpu_topo()
654 if (!strchr(buf, ':')) in write_topo_node()
685 p = strchr(buf, '\n'); in write_topo_node()
715 c = strchr(buf, '\n'); in write_numa_topology()
Dhelp.c175 if ((colon = strchr(path, PATH_SEP))) in load_command_list()
/linux-4.1.27/arch/arm64/include/asm/
Dstring.h23 extern char *strchr(const char *, int c);
/linux-4.1.27/tools/perf/arch/powerpc/util/
Dheader.c29 if (strchr(buffer, '$')) { in get_cpuid()
/linux-4.1.27/drivers/scsi/
Dsim710.c69 while(pos != NULL && (next = strchr(pos, ':')) != NULL) { in param_setup()
83 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
DNCR_D700.c132 while(pos != NULL && (next = strchr(pos, ':')) != NULL) { in param_setup()
153 if((pos = strchr(pos, ARG_SEP)) != NULL) in param_setup()
/linux-4.1.27/arch/arm/include/asm/
Dstring.h13 extern char * strchr(const char * s, int c);
/linux-4.1.27/arch/arm64/kernel/
Darm64ksyms.c45 EXPORT_SYMBOL(strchr);
/linux-4.1.27/arch/unicore32/kernel/
Dksyms.c36 EXPORT_SYMBOL(strchr);
/linux-4.1.27/kernel/printk/
Dbraille.c17 *str = strchr(*brl_options, ','); in _braille_console_setup()
/linux-4.1.27/arch/powerpc/boot/
Dstring.h8 extern char *strchr(const char *s, int c);
Dstring.S52 .globl strchr
53 strchr: label
/linux-4.1.27/drivers/isdn/hardware/avm/
Db1pcmcia.c204 if ((p = strchr(revision, ':')) != NULL && p[1]) { in b1pcmcia_init()
206 if ((p = strchr(rev, '$')) != NULL && p > rev) in b1pcmcia_init()
Db1isa.c206 if ((p = strchr(revision, ':')) != NULL && p[1]) { in b1isa_init()
208 if ((p = strchr(rev, '$')) != NULL && p > rev) in b1isa_init()
Dt1pci.c236 if ((p = strchr(revision, ':')) != NULL && p[1]) { in t1pci_init()
238 if ((p = strchr(rev, '$')) != NULL && p > rev) in t1pci_init()
Db1pci.c385 if ((p = strchr(revision, ':')) != NULL && p[1]) { in b1pci_init()
387 if ((p = strchr(rev, '$')) != NULL && p > rev) in b1pci_init()
Dt1isa.c555 if ((p = strchr(revision, ':')) != NULL && p[1]) { in t1isa_init()
557 if ((p = strchr(rev, '$')) != NULL && p > rev) in t1isa_init()
Db1.c800 if ((p = strchr(revision, ':')) != NULL && p[1]) { in b1_init()
802 if ((p = strchr(rev, '$')) != NULL && p > rev) in b1_init()
/linux-4.1.27/arch/arc/kernel/
Darcksyms.c53 EXPORT_SYMBOL(strchr);
/linux-4.1.27/tools/perf/ui/gtk/
Dhelpline.c38 ptr = strchr(ui_helpline__current, '\n'); in gtk_helpline_show()
Dutil.c93 p = strchr(msg, '\n'); in perf_gtk__warning_statusbar()
/linux-4.1.27/drivers/staging/speakup/
Di18n.c413 next_percent = strchr(next_percent, '%'); in next_specifier()
432 while ((*input != '\0') && strchr(" 0+-#", *input)) in skip_flags()
460 else if ((*input != '\0') && strchr("cdsx", *input)) in skip_conversion()
Dkobjects.c138 if ((*cp == '\n') || strchr("dDrR", *cp)) { in chars_chartab_store()
144 linefeed = strchr(cp, '\n'); in chars_chartab_store()
275 if (strchr("dDrR", *in_buff)) { in keymap_store()
767 if (strchr("dDrR", *cp)) { in message_store_helper()
773 linefeed = strchr(cp, '\n'); in message_store_helper()
Dspeakup_decext.c205 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
Dspeakup_dectlk.c270 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
Dspeakup_decpc.c421 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe_frontend.c39 nodename = strchr(nodename, '/'); in frontend_bus_id()
46 if (!strchr(bus_id, '/')) { in frontend_bus_id()
50 *strchr(bus_id, '/') = '-'; in frontend_bus_id()
Dxenbus_probe_backend.c66 type = strchr(nodename, '/'); in backend_bus_id()
/linux-4.1.27/fs/ncpfs/
Dgetopt.c41 if ((val = strchr (token, '=')) != NULL) { in ncp_getopt()
/linux-4.1.27/tools/perf/arch/x86/util/
Dheader.c54 if (strchr(buffer, '$')) { in get_cpuid()
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Dbitmask.c101 (sret == 2 && strchr(ok_next_chars, nextc) != NULL); in scan_was_ok()
107 q = strchr(q, sep); in nexttoken()
/linux-4.1.27/arch/avr32/kernel/
Dnmi_debug.c62 sep = strchr(p, ','); in nmi_debug_setup()
/linux-4.1.27/security/apparmor/
Dlib.c44 char *split = strchr(&name[1], ':'); in aa_split_fqname()
Dapparmorfs.c53 else if (isalnum(*name) || strchr("._-", *name)) in mangle_name()
62 strchr("/._-", *name)) in mangle_name()
/linux-4.1.27/arch/alpha/include/asm/
Dstring.h56 extern char * strchr(const char *,int);
/linux-4.1.27/arch/unicore32/lib/
DMakefile14 GNU_LIBC_A_OBJS += strchr.o strrchr.o
/linux-4.1.27/scripts/genksyms/
Dlex.l165 file = strchr(yytext, '\"')+1;
166 e = strchr(file, '\"');
/linux-4.1.27/arch/mips/fw/lib/
Dcmdline.c62 yamon = (strchr(fw_envp(index), '=') == NULL); in fw_getenv()
/linux-4.1.27/arch/ia64/kernel/
Dmachvec.c56 if ( (end = strchr(str, ' ')) ) in machvec_init_from_cmdline()
/linux-4.1.27/arch/mips/alchemy/common/
Dprom.c66 int yamon = (*env && strchr(*env, '=') == NULL); in prom_getenv()
/linux-4.1.27/arch/mips/fw/arc/
Dcmdline.c51 s = strchr(prom_argv(actr), '='); in move_firmware_args()
/linux-4.1.27/drivers/video/fbdev/core/
Dfb_cmdline.c94 if (!global && !strchr(options, ':')) { in video_setup()
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_parameters.c709 *value = strchr(textbuf, '='); in iscsi_extract_key_value()
925 tilde_ptr = strchr(value, '~'); in iscsi_check_numerical_range_value()
955 tilde_ptr = strchr(param->value, '~'); in iscsi_check_numerical_range_value()
1041 tilde_ptr1 = strchr(value, '~'); in iscsi_get_value_from_number_range()
1047 tilde_ptr2 = strchr(param->value, '~'); in iscsi_get_value_from_number_range()
1070 tmp1 = strchr(proposer_values, ','); in iscsi_check_valuelist_for_support()
1080 tmp2 = strchr(acceptor_values, ','); in iscsi_check_valuelist_for_support()
1253 tilde_ptr = strchr(value, '~'); in iscsi_check_proposer_state()
1259 tilde_ptr = strchr(param->value, '~'); in iscsi_check_proposer_state()
1285 comma_ptr = strchr(value, ','); in iscsi_check_proposer_state()
[all …]
/linux-4.1.27/arch/alpha/kernel/
Dalpha_ksyms.c38 EXPORT_SYMBOL(strchr);
/linux-4.1.27/init/
Ddo_mounts_md.c154 p = strchr(devname, ','); in md_setup_drive()
261 char *comma = strchr(str+pos, ','); in raid_setup()
Ddo_mounts.c129 slash = strchr(uuid_str, '/'); in devt_from_partuuid()
352 next = strchr(++p, '\n'); in get_fs_names()
Dmain.c288 if (strchr(param, '.') && (!val || strchr(param, '.') < val)) in unknown_bootoption()
/linux-4.1.27/drivers/mtd/
Dcmdlinepart.c143 p = strchr(name, delim); in newpart()
238 p = strchr(s, ':'); in mtdpart_setup_real()
/linux-4.1.27/drivers/parport/
Dprobe.c66 q = strchr(p, ';'); in parse_data()
68 sep = strchr(p, ':'); in parse_data()
/linux-4.1.27/tools/perf/
Dbuiltin-list.c64 char *sep = strchr(argv[i], ':'), *s; in cmd_list()
Dbuiltin-mem.c228 p = strchr(s, ','); in parse_mem_ops()
Dbuiltin-probe.c200 if (params.uprobes || strchr(str, '/')) { in opt_set_target()
/linux-4.1.27/arch/powerpc/include/asm/
Dkprobes.h66 if ((modsym = strchr(name, ':')) != NULL) { \
/linux-4.1.27/drivers/misc/
Dkgdbts.c982 ptr = strchr(config, 'F'); in kgdbts_run_tests()
985 ptr = strchr(config, 'S'); in kgdbts_run_tests()
988 ptr = strchr(config, 'N'); in kgdbts_run_tests()
991 ptr = strchr(config, 'I'); in kgdbts_run_tests()
/linux-4.1.27/tools/testing/selftests/vm/
Dhugetlbfstest.c27 s = strchr(s, ' ') + 1; in read_rss()
/linux-4.1.27/fs/affs/
Dsymlink.c35 if (strchr(lf->symname,':')) { /* Handle assign or volume name */ in affs_symlink_readpage()
/linux-4.1.27/drivers/of/
Dresolver.c138 s = strchr(propcur, ':'); in __of_adjust_phandle_ref()
148 s = strchr(s, ':'); in __of_adjust_phandle_ref()
/linux-4.1.27/scripts/dtc/
Dutil.c324 if (strchr("hlLb", *fmt)) { in utilfdt_decode_type()
337 if ((*fmt == '\0') || !strchr("iuxs", *fmt)) in utilfdt_decode_type()
Ddtc-lexer.l89 tmp = strchr(fn, '"');
Ddtc.c40 unit = strchr(tree->name, '@'); in fill_fullpaths()
Dfdtput.c176 sep = strchr(path, '/'); in create_paths()
Dtreesource.c61 || strchr("\a\b\t\n\v\f\r", c)); in isstring()
/linux-4.1.27/arch/x86/kernel/acpi/
Dsleep.c140 str = strchr(str, ','); in acpi_sleep_setup()
/linux-4.1.27/fs/fat/
Dnamei_msdos.c46 if (opts->name_check != 'r' && strchr(bad_chars, c)) in msdos_format_name()
48 if (opts->name_check == 's' && strchr(bad_if_strict, c)) in msdos_format_name()
85 if (opts->name_check != 'r' && strchr(bad_chars, c)) in msdos_format_name()
88 strchr(bad_if_strict, c)) in msdos_format_name()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c110 bulk = strchr(buf, '-'); in sptlrpc_parse_flavor()
127 alg = strchr(bulk, ':'); in sptlrpc_parse_flavor()
190 flavor = strchr(param, '='); in sptlrpc_parse_rule()
197 dir = strchr(param, '.'); in sptlrpc_parse_rule()
/linux-4.1.27/arch/x86/xen/
Dplatform-pci-unplug.c191 q = strchr(p, ','); in parse_xen_emul_unplug()
/linux-4.1.27/arch/arm/boot/compressed/
Dstring.c106 char *strchr(const char *s, int c) in strchr() function
/linux-4.1.27/scripts/kconfig/
Dconfdata.c93 while ((src = strchr(in, '$'))) { in conf_expand_value()
323 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
353 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
357 p2 = strchr(p, '\n'); in conf_read_simple()
929 while ((d = strchr(d, '/'))) { in conf_split_config()
Dkxgettext.c15 int multiline = strchr(text, '\n') != NULL; in escape()
/linux-4.1.27/arch/arm/kernel/
Darmksyms.c83 EXPORT_SYMBOL(strchr);
Dvdso.c135 c = strchr(name, '@'); in find_symbol()
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c333 c = strchr(data->creds.cr_principal, '@'); in gssp_accept_sec_context_upcall()
338 c = strchr(data->creds.cr_principal, '/'); in gssp_accept_sec_context_upcall()
/linux-4.1.27/fs/afs/
Dcell.c95 next = strchr(_vllist, delimiter); in afs_cell_alloc()
241 cp = strchr(rootcell, ':'); in afs_cell_init()
Dproc.c248 name = strchr(kbuf, ' '); in afs_proc_cells_write()
257 args = strchr(name, ' '); in afs_proc_cells_write()
/linux-4.1.27/include/linux/
Dstring.h50 extern char * strchr(const char *,int);
/linux-4.1.27/drivers/hwmon/
Dibmpowernv.c168 char *hash_pos = strchr(name, '#'); in get_sensor_index_attr()
177 dash_pos = strchr(hash_pos, '-'); in get_sensor_index_attr()
Dmc13783-adc.c188 dash = strchr(priv->name, '-'); in mc13783_adc_probe()
/linux-4.1.27/drivers/base/
Ddevtmpfs.c181 s = strchr(s, '/'); in create_path()
338 if (deleted && strchr(nodename, '/')) in handle_remove()
/linux-4.1.27/tools/vm/
Dpage-types.c972 p = strchr(optarg, ','); in parse_addr_range()
974 p = strchr(optarg, '+'); in parse_addr_range()
1055 p = strchr(optarg, '='); in parse_bits_mask()
1062 } else if (strchr(optarg, '~')) { in parse_bits_mask()
/linux-4.1.27/fs/nfsd/
Dfault_inject.c59 nl = strchr(write_buf, '\n'); in fault_inject_write()
/linux-4.1.27/drivers/net/hamradio/
Dbaycom_ser_hdx.c557 if (strchr(modestr, '*')) in baycom_setmode()
559 else if (strchr(modestr, '+')) in baycom_setmode()
561 else if (strchr(modestr, '@')) in baycom_setmode()
Dbaycom_ser_fdx.c528 if (strchr(modestr, '*')) in baycom_setmode()
530 else if (strchr(modestr, '+')) in baycom_setmode()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_edid_load.c271 colon = strchr(edidname, ':'); in drm_load_edid_firmware()
/linux-4.1.27/fs/reiserfs/
Dprocfs.c423 s = strchr(b, '/'); in reiserfs_proc_info_init()
453 s = strchr(b, '/'); in reiserfs_proc_info_done()
/linux-4.1.27/lib/
Dstring.c280 char *strchr(const char *s, int c) in strchr() function
287 EXPORT_SYMBOL(strchr);
Dparser.c36 meta = strchr(p, '%'); in match_one()
Dstring_helpers.c509 (is_dict && !strchr(esc, c))) { in string_escape_mem()
Ddynamic_debug.c342 char *last = strchr(first, '-'); in ddebug_parse_query()
873 sep = strchr(param, '.'); in ddebug_dyndbg_param_cb()
/linux-4.1.27/arch/x86/mm/
Dnuma_emulation.c334 if (strchr(emu_cmdline, 'M') || strchr(emu_cmdline, 'G')) { in numa_emulation()
/linux-4.1.27/scripts/dtc/libfdt/
Dfdt_ro.c167 const char *q = strchr(path, '/'); in fdt_path_offset()
187 q = strchr(p, '/'); in fdt_path_offset()
/linux-4.1.27/security/keys/
Duser_defined.c215 p = strchr(desc, ':'); in logon_vet_description()
/linux-4.1.27/net/batman-adv/
Dgateway_common.c40 slash_ptr = strchr(buff, '/'); in batadv_parse_gw_bandwidth()
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_acpi.c177 name = strchr(info.type, ':'); in inv_mpu_acpi_create_mux_client()
/linux-4.1.27/fs/nfs/
Dnfs4namespace.c68 p = strchr(nfspath, ']'); in nfs_path_component()
73 p = strchr(nfspath, ':'); in nfs_path_component()
Dnfs4super.c141 if (strchr(hostname, ':')) in nfs_do_root_mount()
/linux-4.1.27/drivers/isdn/icn/
Dicn.c509 char *s = strchr(t, ','); in icn_parse_status()
514 s = strchr(t = s, ','); in icn_parse_status()
521 s = strchr(t = s, ','); in icn_parse_status()
1614 if ((p = strchr(sid, ','))) { in icn_setup()
1637 if ((p = strchr(revision, ':'))) { in icn_init()
1640 p = strchr(rev, '$'); in icn_init()
/linux-4.1.27/scripts/
Dconmakehash.c119 if ( (p = strchr(buffer, '\n')) != NULL ) in main()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_sysfs.c125 if ((tmp = strchr(buf, '\n'))) in nouveau_sysfs_pstate_set()
/linux-4.1.27/fs/cachefiles/
Ddaemon.c561 if (strchr(args, '/')) in cachefiles_daemon_cull()
633 if (strchr(args, '/')) in cachefiles_daemon_inuse()
/linux-4.1.27/scripts/kconfig/lxdialog/
Dutil.c539 if (strchr("<[(", c)) in first_alpha()
541 if (strchr(">])", c) && in_paren > 0) in first_alpha()
544 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()
Dtextbox.c266 while (s < page && (s = strchr(s, '\n'))) { in dialog_textbox()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c902 tail = strchr(ptr, ','); in lmd_parse_mgssec()
930 tail = strchr(ptr, ','); in lmd_parse_string()
1095 char *tail = strchr(s1 + 6, ','); in lmd_parse()
1121 s2 = strchr(s1, ','); in lmd_parse()
Dobd_config.c99 value = strchr(param, '='); in class_find_old_param()
168 q2 = strchr(str, *q1); in class_get_next_param()
1006 value = strchr(param, '='); in lustre_cfg_rename()
1320 sval = strchr(key, '='); in class_process_proc_param()
/linux-4.1.27/tools/usb/usbip/
Dconfigure.ac44 AC_CHECK_FUNCS([memset mkdir regcomp socket strchr strerror strstr dnl
/linux-4.1.27/arch/x86/vdso/
Dvdso2c.c230 tmp = strchr(name, '.'); in main()
/linux-4.1.27/include/linux/wimax/
Ddebug.h509 colon = strchr(token, ':'); in d_parse_params()
/linux-4.1.27/kernel/debug/kdb/
Dkdb_io.c542 while ((cp = strchr(cp, firstchar))) { in kdb_search_string()
613 cp = strchr(kdb_buffer, '\n'); in vkdb_printf()
/linux-4.1.27/kernel/
Dreboot.c549 str = strchr(str, ','); in reboot_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-cpu.c831 str = strchr(str, '['); in cfs_cpt_table_create_pattern()
862 char *bracket = strchr(str, '['); in cfs_cpt_table_create_pattern()
902 bracket = strchr(str, ']'); in cfs_cpt_table_create_pattern()
/linux-4.1.27/drivers/s390/cio/
Dccwgroup.c279 end = strchr(start, ','); in __get_next_id()
282 end = strchr(start, '\n'); in __get_next_id()
/linux-4.1.27/arch/xtensa/platforms/iss/
Dnetwork.c110 end = strchr(str, ','); in split_if_spec()
619 end = strchr(str, '='); in iss_net_setup()
/linux-4.1.27/drivers/isdn/isdnloop/
Disdnloop.c125 char *s = strchr(t, ','); in isdnloop_parse_setup()
129 s = strchr(t = s, ','); in isdnloop_parse_setup()
135 s = strchr(t = s, ','); in isdnloop_parse_setup()
921 while (strchr("0157", *p)) { in isdnloop_parse_cmd()
/linux-4.1.27/drivers/net/bonding/
Dbond_options.c476 p = strchr(val->string, '\n'); in bond_opt_parse()
560 p = strchr(val->string, '\n'); in bond_opt_error_interpret()
1065 p = strchr(primary, '\n'); in bond_option_primary_set()
1247 delim = strchr(newval->string, ':'); in bond_option_queue_id_set()
/linux-4.1.27/arch/x86/include/asm/
Dstring_32.h27 extern char *strchr(const char *s, int c);
/linux-4.1.27/scripts/mod/
Dsumversion.c427 sources = strchr(file, '\n'); in get_src_version()
434 end = strchr(sources, '\n'); in get_src_version()
Dmodpost.c1240 return str[0] == '$' && strchr("axtd", str[1]) in is_arm_mapping_symbol()
2295 if (!(symname = strchr(line, '\t'))) in read_dump()
2298 if (!(modname = strchr(symname, '\t'))) in read_dump()
2301 if ((export = strchr(modname, '\t')) != NULL) in read_dump()
2303 if (export && ((end = strchr(export, '\t')) != NULL)) in read_dump()
/linux-4.1.27/fs/cifs/
Dcache.c129 delim = strchr(src, '\\'); in extract_sharename()
Dcifs_dfs_ref.c193 tkn_e = strchr(sb_mountdata + off, sep); in cifs_compose_mount_options()
/linux-4.1.27/drivers/i2c/busses/
Di2c-taos-evm.c193 end = strchr(start, '\r'); in taos_adapter_name()
/linux-4.1.27/arch/powerpc/kernel/
Dvdso.c329 c = strchr(name, '@'); in find_symbol32()
421 c = strchr(name, '@'); in find_symbol64()
/linux-4.1.27/drivers/video/console/
Dsticore.c318 if ((x = strchr(str, 'x')) || (x = strchr(str, '*'))) { in sti_font_setup()
328 if ((x = strchr(str, ','))) in sti_font_setup()
/linux-4.1.27/arch/x86/boot/tools/
Dbuild.c325 p = strchr(p, '\n'); in parse_zoffset()
/linux-4.1.27/drivers/isdn/hisax/
Dconfig.c370 if ((p = strchr(revision, ':'))) { in HiSax_getrev()
372 p = strchr(rev, '$'); in HiSax_getrev()
1227 if (strchr(HiSax_id, ',')) in HiSax_inithardware()
1229 else if (strchr(HiSax_id, '%')) in HiSax_inithardware()
1236 if ((next_id = strchr(id, t))) { in HiSax_inithardware()
/linux-4.1.27/drivers/power/
Dpower_supply_sysfs.c314 line = strchr(prop_buf, '\n'); in power_supply_uevent()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dfirmware.c154 eol = strchr(sol, '\n'); in brcmf_nvram_handle_comment()
/linux-4.1.27/arch/mips/cavium-octeon/
Dsetup.c151 char *ptr = strchr(str, ' '); in octeon_kexec_prepare()
160 ptr = strchr(ptr + 1, ' '); in octeon_kexec_prepare()
/linux-4.1.27/sound/pci/hda/
Dhda_sysfs.c159 p = strchr(s, '\n'); in kstrndup_noeol()
323 val = strchr(key, '='); in parse_hints()
/linux-4.1.27/drivers/parisc/
Deisa.c445 if ((cur = strchr(cur, ','))) { in eisa_irq_setup()
/linux-4.1.27/arch/xtensa/mm/
Dinit.c419 char *k = strchr(str, ','); in parse_memmap_opt()
/linux-4.1.27/drivers/pnp/pnpbios/
Dcore.c424 str = strchr(str, ','); in pnpbios_setup()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_si_intf.c1735 s = strchr(*curr, ','); in parse_str()
1823 next = strchr(curr, ':'); in hotmod_handler()
1843 s = strchr(curr, ','); in hotmod_handler()
1857 s = strchr(curr, ','); in hotmod_handler()
1862 o = strchr(curr, '='); in hotmod_handler()
3683 str = strchr(str, ','); in init_ipmi_si()
/linux-4.1.27/drivers/isdn/divert/
Disdn_divert.c121 if (strchr(msn, '.')) return (-EINVAL); /* subaddress not allowed in msn */ in cf_command()
136 if (strchr(fwd_nr, '.')) return (-EINVAL); /* subaddress not allowed */ in cf_command()
/linux-4.1.27/drivers/isdn/i4l/
Disdn_ttyfax.c33 if ((p = strchr(revision, ':'))) { in isdn_getrev()
35 p = strchr(rev, '$'); in isdn_getrev()

12