Searched refs:strchr (Results 26 - 50 of 69) sorted by relevance

123

/arch/avr32/kernel/
H A Dnmi_debug.c62 sep = strchr(p, ',');
/arch/ia64/kernel/
H A Dmachvec.c56 if ( (end = strchr(str, ' ')) )
/arch/mips/alchemy/common/
H A Dprom.c66 int yamon = (*env && strchr(*env, '=') == NULL);
/arch/mips/fw/arc/
H A Dcmdline.c51 s = strchr(prom_argv(actr), '=');
/arch/mips/fw/lib/
H A Dcmdline.c62 yamon = (strchr(fw_envp(index), '=') == NULL);
/arch/powerpc/include/asm/
H A Dkprobes.h57 if ((colon = strchr(name, ':')) != NULL) { \
/arch/sh/kernel/
H A Dnmi_debug.c57 sep = strchr(p, ',');
/arch/unicore32/lib/
H A DMakefile14 GNU_LIBC_A_OBJS += strchr.o strrchr.o
/arch/powerpc/platforms/pseries/
H A Dreconfig.c156 tmp = strchr(buf, ' ');
239 buf = strchr(buf, ' ');
295 buf = strchr(buf, ' ');
342 tmp = strchr(buf,' ');
414 tmp = strchr(kbuf, ' ');
/arch/um/drivers/
H A Dxterm.c52 line = strchr(line, ',');
60 line = strchr(line, ',');
H A Dnet_user.c259 end = strchr(str, ',');
/arch/x86/tools/
H A Dtest_get_len.c135 tab1 = strchr(copy, '\t');
140 tab2 = strchr(s, '\t');
/arch/alpha/lib/
H A DMakefile29 $(ev67-y)strchr.o \
/arch/arm/boot/compressed/
H A Dstring.c106 char *strchr(const char *s, int c) function
/arch/arm/kernel/
H A Darmksyms.c83 EXPORT_SYMBOL(strchr); variable
/arch/arm/lib/
H A DMakefile11 strchr.o strrchr.o \
/arch/x86/kernel/acpi/
H A Dsleep.c133 str = strchr(str, ',');
/arch/x86/xen/
H A Dplatform-pci-unplug.c191 q = strchr(p, ',');
/arch/arc/lib/
H A Dstrchr-700.S16 ENTRY(strchr) function
133 END(strchr)
/arch/mips/bcm47xx/
H A Dnvram.c180 eq = strchr(var, '=');
/arch/powerpc/boot/
H A Dstring.S52 .globl strchr
53 strchr: label
/arch/x86/mm/
H A Dnuma_emulation.c334 if (strchr(emu_cmdline, 'M') || strchr(emu_cmdline, 'G')) {
/arch/x86/include/asm/
H A Dstring_32.h27 extern char *strchr(const char *s, int c);
/arch/x86/vdso/
H A Dvdso2c.c230 tmp = strchr(name, '.');
/arch/mips/cavium-octeon/
H A Dsetup.c147 char *ptr = strchr(str, ' ');
156 ptr = strchr(ptr + 1, ' ');

Completed in 9093 milliseconds

123