Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 1435) sorted by path

12345678910>>...58

/illumos-gate/usr/src/boot/common/
H A Dboot.c268 spec = strchr(spec, ';'); in getbootfile()
274 if ((ep = strchr(spec, ';')) != NULL) { in getbootfile()
H A Dcommands.c81 ep = strchr(cp, ' '); in help_getnext()
H A Ddev_net.c426 val = strchr(ptr, '/'); in net_parse_rootpath()
430 val = strchr(ptr, '/'); in net_parse_rootpath()
H A Ddisk.c433 if ((cp = strchr(np, ':')) != NULL && cp[1] != '\0') { in disk_parsedev()
H A Dinstall.c83 s = strchr(v, ','); in setmultipath()
92 s = strchr(val, ','); in setmultipath()
130 val = strchr(tag, '='); in read_metatags()
136 p = strchr(val, '\n'); in read_metatags()
223 pkgname = strchr(s, '/'); in install()
H A Dinterp_parse.c157 PARSE_FAIL((q = strchr(p, token)) == NULL); in parse()
H A Dmodule.c987 return (cp != name || strchr(name, '/') != NULL); in file_havepath()
H A Dmultiboot2.c362 valuep = strchr(cmd, '='); in find_property_value()
H A Dutil.c97 strchr(const char *s, char ch) in strchr() function
H A Dutil.h48 char *strchr(const char *s, char ch);
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevicename.c58 if (devspec == NULL || *devspec == '/' || !strchr(devspec, ':')) { in efi_getdev()
H A Defipart.c645 p = strchr(pathname, ':'); in efipart_hdinfo_add_filepath()
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dbootinfo.c70 opts = strchr(kargs, '-'); in bi_getboothowto()
73 sw = strchr(howto_switches, *opts); in bi_getboothowto()
78 opts = strchr(opts, '-'); in bi_getboothowto()
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c95 opts = strchr(kargs, '-'); in bi_getboothowto()
98 sw = strchr(howto_switches, *opts); in bi_getboothowto()
103 opts = strchr(opts, '-'); in bi_getboothowto()
H A Dframebuffer.c782 if (strchr(arg, 'x') == NULL) { in command_gop()
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th149 2dup [char] / strchr nip
150 dup 0> if ( strchr '/' != NULL ) - else drop then
303 2dup [char] : strchr nip
H A Dloader.4th103 baddr blen [char] - strchr ( addr len )
305 [char] - strchr
H A Dsupport.4th184 : strchr { addr len c -- addr' len' }
1489 addr module.largs strget [char] . strchr
1490 dup if ( strchr module.largs '.' )
/illumos-gate/usr/src/boot/i386/libi386/
H A Ddevicename.c55 (devspec[0] == '/') || (strchr(devspec, ':') == NULL)) { in i386_getdev()
H A Dvbe.c976 } else if (strchr(argv[2], 'x') != NULL) { in command_vesa()
/illumos-gate/usr/src/boot/include/
H A Dstring.h76 char *strchr(const char *, int) __pure;
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc51 SRCS += $(SASRC)/string/strchr.c $(SASRC)/string/strcmp.c
66 qdivrem.o strcat.o strchr.o strcmp.o strcpy.o stpcpy.o stpncpy.o \
H A Dbootp.c736 while (*endv && strchr(" \t\n\r", *endv)) in setenv_()
739 vp = strchr(endv, '='); in setenv_()
743 if (op->fmt == __ILIST && (s = strchr(vp, ';'))) in setenv_()
H A Dcd9660.c245 sep = strchr(path, '/'); in dirmatch()
H A Ddosfs.c563 if (!(s = strchr(path, '/'))) in namede()
564 s = strchr(path, 0); in namede()

12345678910>>...58