Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 68) sorted by relevance

123

/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()
/arch/arm/lib/
Dstrchr.S14 ENTRY(strchr)
24 ENDPROC(strchr)
/arch/alpha/lib/
Dstrchr.S16 .globl strchr symbol
17 .ent strchr
18 strchr: label
71 .end strchr
72 EXPORT_SYMBOL(strchr)
Dev67-strchr.S26 .globl strchr symbol
27 .ent strchr
28 strchr: label
89 .end strchr
90 EXPORT_SYMBOL(strchr)
/arch/arm64/lib/
Dstrchr.S33 SYM_FUNC_ALIAS_WEAK(strchr, __pi_strchr)
34 EXPORT_SYMBOL_NOKASAN(strchr)
DMakefile6 strnlen.o strchr.o strrchr.o tishift.o
/arch/sh/kernel/
Dmachvec.c48 mv_end = strchr(from, ' '); in early_parse_mv()
52 mv_comma = strchr(from, ','); in early_parse_mv()
Dnmi_debug.c55 sep = strchr(p, ','); in nmi_debug_setup()
/arch/powerpc/platforms/pseries/
Dreconfig.c121 tmp = strchr(buf, ' '); in parse_next_property()
204 buf = strchr(buf, ' '); in do_add_node()
260 buf = strchr(buf, ' '); in parse_node()
306 tmp = strchr(buf,' '); in do_remove_property()
373 tmp = strchr(kbuf, ' '); in ofdt_write()
/arch/x86/platform/geode/
Dalix.c148 a = strchr(name, '\0'); in alix_present()
153 a = strchr(name, '\r'); in alix_present()
/arch/x86/lib/
Dstring_32.c144 char *strchr(const char *s, int c) in strchr() function
162 EXPORT_SYMBOL(strchr);
/arch/sparc/kernel/
Dreboot.c45 p = strchr(reboot_command, '\n'); in machine_restart()
/arch/arc/include/asm/
Dstring.h29 extern char *strchr(const char *s, int c);
/arch/mips/loongson64/
Dreset.c81 ptr = strchr(str, ' '); in loongson_kexec_prepare()
90 ptr = strchr(ptr + 1, ' '); in loongson_kexec_prepare()
/arch/arc/lib/
DMakefile6 lib-y := strchr-700.o strcpy-700.o strlen.o memcmp.o
Dstrchr-700.S13 ENTRY_CFI(strchr)
130 END_CFI(strchr)
/arch/x86/tools/
Dinsn_decoder_test.c135 tab1 = strchr(copy, '\t'); in main()
140 tab2 = strchr(s, '\t'); in main()
/arch/powerpc/boot/
Dstring.h9 extern char *strchr(const char *s, int c);
/arch/um/drivers/
Dxterm.c54 line = strchr(line, ','); in xterm_setup()
62 line = strchr(line, ','); in xterm_setup()
/arch/arc/kernel/
Darcksyms.c51 EXPORT_SYMBOL(strchr);
/arch/arm64/include/asm/
Dstring.h13 extern char *strchr(const char *, int c);
/arch/alpha/include/asm/
Dstring.h57 extern char * strchr(const char *,int);
/arch/x86/boot/
Dstring.h25 extern char *strchr(const char *s, int c);
/arch/arm/include/asm/
Dstring.h17 extern char * strchr(const char * s, int c);
/arch/mips/fw/lib/
Dcmdline.c64 yamon = (strchr(fw_envp(index), '=') == NULL); in fw_getenv()

123