Searched refs:strchr (Results 76 - 100 of 495) sorted by relevance

1234567891011>>

/linux-master/drivers/mtd/parsers/
H A Dcmdlinepart.c129 p = strchr(name, delim);
235 semicol = strchr(s, ';');
243 open_parenth = strchr(s, '(');
/linux-master/kernel/
H A Dcrash_reserve.c225 char *end_p = strchr(p, ' ');
281 first_colon = strchr(ck_cmdline, ':');
282 first_space = strchr(ck_cmdline, ' ');
/linux-master/lib/
H A Dstring.c304 * strchr - Find the first occurrence of a character in a string
311 char *strchr(const char *s, int c) function
318 EXPORT_SYMBOL(strchr); variable
432 if (!strchr(accept, *p))
451 if (strchr(reject, *p))
470 if (strchr(ct, *sc))
/linux-master/security/tomoyo/
H A Dutil.c136 char *del = strchr(pos, ' ');
563 domainname = strchr(domainname, ' ');
567 const unsigned char *cp = strchr(domainname, ' ');
592 cp = strchr(buffer, ' ');
860 f_delimiter = strchr(f, '/');
863 p_delimiter = strchr(p, '/');
906 f_delimiter = strchr(f, '/');
/linux-master/tools/usb/usbip/libsrc/
H A Dvhci_driver.c46 c = strchr(value, '\n');
98 c = strchr(c, '\n');
222 end = strchr(start, delim[part]);
/linux-master/drivers/accessibility/speakup/
H A Di18n.c419 next_percent = strchr(next_percent, '%');
438 while ((*input != '\0') && strchr(" 0+-#", *input))
466 else if ((*input != '\0') && strchr("cdsx", *input))
H A Dmakemapdata.c94 cp = strchr(def_val, '+');
/linux-master/lib/kunit/
H A Dattributes.c122 if (!strchr(op_list, input[i])) {
186 if (!strchr(op_list, input[i])) {
346 if (op_index < 0 && strchr(op_list, input[i])) {
/linux-master/arch/arc/lib/
H A Dstrchr-700.S13 ENTRY_CFI(strchr)
130 END_CFI(strchr)
/linux-master/drivers/dma-buf/
H A Dselftest.c65 sl = strchr(tok, '/');
/linux-master/arch/arm/kernel/
H A Darmksyms.c83 EXPORT_SYMBOL(strchr); variable
/linux-master/arch/powerpc/xmon/
H A Dnonstdio.c51 while (paginating && (q = strchr(p, '\n'))) {
/linux-master/arch/x86/xen/
H A Dplatform-pci-unplug.c185 q = strchr(p, ',');
/linux-master/arch/arm/boot/compressed/
H A Dstring.c136 char *strchr(const char *s, int c) function
/linux-master/kernel/debug/kdb/
H A Dkdb_bt.c93 } while (!strchr("\r\n q", ch));
/linux-master/arch/arm/lib/
H A DMakefile12 strchr.o strrchr.o \
/linux-master/certs/
H A Dextract-cert.c107 if (verbose_env && strchr(verbose_env, '1'))
/linux-master/arch/x86/kernel/acpi/
H A Dsleep.c176 str = strchr(str, ',');
/linux-master/drivers/of/
H A Dresolver.c91 s = strchr(cur, ':');
99 s = strchr(s, ':');
/linux-master/tools/power/cpupower/utils/helpers/
H A Dbitmask.c102 (sret == 2 && strchr(ok_next_chars, nextc) != NULL);
108 q = strchr(q, sep);
/linux-master/drivers/parport/
H A Dprobe.c67 q = strchr(p, ';');
69 sep = strchr(p, ':');
/linux-master/fs/
H A Dfilesystems.c81 BUG_ON(strchr(fs->name, '.'));
276 const char *dot = strchr(name, '.');
H A Dbinfmt_misc.c384 p = strchr(p, del);
391 strchr(e->name, '/'))
417 s = strchr(p, del);
498 p = strchr(p, del);
505 p = strchr(p, del);
509 if (!e->magic[0] || strchr(e->magic, '/'))
514 p = strchr(p, del);
522 p = strchr(p, del);
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c110 char *strchr(const char *s, int c) function
124 while ((nuline = strchr(s, '\n')) != NULL) {
/linux-master/tools/testing/selftests/mm/
H A Dthp_settings.c130 c = strchr(buf, '[');
139 c = strchr(buf, ']');

Completed in 320 milliseconds

1234567891011>>