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.S17 ENTRY(strchr)
27 ENDPROC(strchr)
/arch/arm64/lib/
Dstrchr.S32 ENTRY(strchr)
42 ENDPROC(strchr)
/arch/alpha/lib/
Dstrchr.S15 .globl strchr symbol
16 .ent strchr
17 strchr: label
70 .end strchr
71 EXPORT_SYMBOL(strchr)
Dev67-strchr.S25 .globl strchr symbol
26 .ent strchr
27 strchr: label
88 .end strchr
89 EXPORT_SYMBOL(strchr)
/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);
/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()
/arch/powerpc/platforms/pseries/
Dreconfig.c125 tmp = strchr(buf, ' '); in parse_next_property()
208 buf = strchr(buf, ' '); in do_add_node()
264 buf = strchr(buf, ' '); in parse_node()
310 tmp = strchr(buf,' '); in do_remove_property()
380 tmp = strchr(kbuf, ' '); in ofdt_write()
/arch/unicore32/include/asm/
Dstring.h24 extern char *strchr(const char *s, int c);
/arch/tile/include/asm/
Dstring.h28 extern char *strchr(const char *s, int c);
/arch/arc/lib/
DMakefile8 lib-y := strchr-700.o strcpy-700.o strlen.o memcmp.o
/arch/x86/platform/geode/
Dalix.c146 a = strchr(name, '\0'); in alix_present()
151 a = strchr(name, '\r'); in alix_present()
/arch/x86/lib/
Dstring_32.c142 char *strchr(const char *s, int c) in strchr() function
160 EXPORT_SYMBOL(strchr);
/arch/arc/include/asm/
Dstring.h32 extern char *strchr(const char *s, int c);
/arch/sparc/kernel/
Dreboot.c43 p = strchr(reboot_command, '\n'); in machine_restart()
/arch/arm/include/asm/
Dstring.h13 extern char * strchr(const char * s, int c);
/arch/unicore32/kernel/
Dksyms.c36 EXPORT_SYMBOL(strchr);
/arch/powerpc/boot/
Dstring.h8 extern char *strchr(const char *s, int c);
/arch/arm64/kernel/
Darm64ksyms.c47 EXPORT_SYMBOL(strchr);
/arch/x86/tools/
Dtest_get_len.c135 tab1 = strchr(copy, '\t'); in main()
140 tab2 = strchr(s, '\t'); in main()
/arch/arm64/include/asm/
Dstring.h23 extern char *strchr(const char *, int c);
/arch/arc/kernel/
Darcksyms.c55 EXPORT_SYMBOL(strchr);
/arch/um/drivers/
Dxterm.c52 line = strchr(line, ','); in xterm_setup()
60 line = strchr(line, ','); in xterm_setup()

123