Searched refs:strchr (Results 1 – 25 of 68) sorted by relevance
123
/arch/um/os-Linux/ |
D | execvp.c | 45 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/ |
D | strchr.S | 14 ENTRY(strchr) 24 ENDPROC(strchr)
|
/arch/alpha/lib/ |
D | strchr.S | 16 .globl strchr symbol 17 .ent strchr 18 strchr: label 71 .end strchr 72 EXPORT_SYMBOL(strchr)
|
D | ev67-strchr.S | 26 .globl strchr symbol 27 .ent strchr 28 strchr: label 89 .end strchr 90 EXPORT_SYMBOL(strchr)
|
/arch/arm64/lib/ |
D | strchr.S | 33 SYM_FUNC_ALIAS_WEAK(strchr, __pi_strchr) 34 EXPORT_SYMBOL_NOKASAN(strchr)
|
D | Makefile | 6 strnlen.o strchr.o strrchr.o tishift.o
|
/arch/sh/kernel/ |
D | machvec.c | 48 mv_end = strchr(from, ' '); in early_parse_mv() 52 mv_comma = strchr(from, ','); in early_parse_mv()
|
D | nmi_debug.c | 55 sep = strchr(p, ','); in nmi_debug_setup()
|
/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 121 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/ |
D | alix.c | 148 a = strchr(name, '\0'); in alix_present() 153 a = strchr(name, '\r'); in alix_present()
|
/arch/x86/lib/ |
D | string_32.c | 144 char *strchr(const char *s, int c) in strchr() function 162 EXPORT_SYMBOL(strchr);
|
/arch/sparc/kernel/ |
D | reboot.c | 45 p = strchr(reboot_command, '\n'); in machine_restart()
|
/arch/arc/include/asm/ |
D | string.h | 29 extern char *strchr(const char *s, int c);
|
/arch/mips/loongson64/ |
D | reset.c | 81 ptr = strchr(str, ' '); in loongson_kexec_prepare() 90 ptr = strchr(ptr + 1, ' '); in loongson_kexec_prepare()
|
/arch/arc/lib/ |
D | Makefile | 6 lib-y := strchr-700.o strcpy-700.o strlen.o memcmp.o
|
D | strchr-700.S | 13 ENTRY_CFI(strchr) 130 END_CFI(strchr)
|
/arch/x86/tools/ |
D | insn_decoder_test.c | 135 tab1 = strchr(copy, '\t'); in main() 140 tab2 = strchr(s, '\t'); in main()
|
/arch/powerpc/boot/ |
D | string.h | 9 extern char *strchr(const char *s, int c);
|
/arch/um/drivers/ |
D | xterm.c | 54 line = strchr(line, ','); in xterm_setup() 62 line = strchr(line, ','); in xterm_setup()
|
/arch/arc/kernel/ |
D | arcksyms.c | 51 EXPORT_SYMBOL(strchr);
|
/arch/arm64/include/asm/ |
D | string.h | 13 extern char *strchr(const char *, int c);
|
/arch/alpha/include/asm/ |
D | string.h | 57 extern char * strchr(const char *,int);
|
/arch/x86/boot/ |
D | string.h | 25 extern char *strchr(const char *s, int c);
|
/arch/arm/include/asm/ |
D | string.h | 17 extern char * strchr(const char * s, int c);
|
/arch/mips/fw/lib/ |
D | cmdline.c | 64 yamon = (strchr(fw_envp(index), '=') == NULL); in fw_getenv()
|
123