Searched refs:strstr (Results 201 - 225 of 497) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/common/fsreparse/
H A Dfs_reparse.c249 if ((cp = strstr(s_str, FS_TOKEN_END_STR)) == NULL) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c77 strstr(name, chp->snp_name) == NULL) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c129 insert = strstr(defp, "::");
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinstall.c193 s = strstr(pkgname, "://");
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile45 strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutclib.c82 * FUNCTION: strstr
497 * FUNCTION: strstr
505 * full implementation of strstr, only sufficient for command
511 strstr ( function
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1146 if (strstr(minorpath, arg) != NULL) {
1365 if ((cp = strstr(devlink, "dsk/")) != NULL) {
1387 if ((cp = strstr(devlink, "rmt/")) != NULL) {
1488 if (ap_id_log == NULL || strstr(ap_id_log, CFGA_DEV_DIR) == NULL) {
1800 if (strstr(l_ap_id, "..") != NULL) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1012 if ((p1 = strstr(physdev1, SLASH_DEVICES)) == NULL)
1507 if ((abspath = strstr(physpath,
1639 if (strstr(p, ",raw") != NULL) {
1659 if ((p = strstr(physdev, SLASH_DEVICES_SLASH)) !=
1708 if ((p = strstr(tmpphyspath, SLASH_DEVICES_SLASH))
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c207 prefix = (strstr(device, slash_devices) == device) ? "" : slash_devices;
211 if (strstr(device, PCI_MINOR_INTR) ==
219 if (strstr(device, PCI_MINOR_REG) ==
882 ((strstr(nexus_path, pathname) != nexus_path) ||
892 if ((trunc = strstr(nexus_path, PCI_MINOR_REG)) != NULL) {
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1426 prom_debug = (strstr(cmdline, "prom_debug") != NULL);
1427 map_debug = (strstr(cmdline, "map_debug") != NULL);
1445 if (strstr(cmdline, "multiboot") != NULL) {
1496 if (strstr(caps, "x86_32p") != NULL)
1605 if (strstr(cmdline, "disablePAE=true") != NULL) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2201 if (strstr(path, "/amd64")) {
2229 if (strstr(path, "/amd64") == NULL) {
2303 if (!is_amd64() && strstr(file, "/amd64/") != 0)
3265 if (strstr(lp->line, "Error:") != NULL ||
3266 strstr(lp->line, "Inode number overflow") != NULL) {
4576 * strstr(), so it can be a partial match.
4593 ret = (strstr(arg, str) != NULL);
4659 } else if (strstr(arg, XEN_KERNEL_SUBSTR)) {
4666 strstr(arg, UNIX_SPACE)) {
4669 strstr(ar
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c1284 if ((strstr(lun.lp_pathname, "st@") != NULL) ||
1285 (strstr(lun.lp_pathname, "tape@") != NULL)) {
1287 } else if ((strstr(lun.lp_pathname, "sd@") != NULL) ||
1288 (strstr(lun.lp_pathname, "ssd@") != NULL) ||
1289 (strstr(lun.lp_pathname, "disk@") != NULL)) {
1295 } else if ((strstr(lun.lp_pathname, "ses@") != NULL) ||
1296 (strstr(lun.lp_pathname, "enclosure@") != NULL)) {
1304 if (strstr(minor_path, "/devices") != NULL) {
1358 char *start = strstr(content, "/devices");
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c1860 if (strstr(oname, "tcp_") == oname)
1864 if (strstr(oname, "sctp_") == oname)
1868 if (strstr(oname, "udp_") == oname)
1872 if (strstr(oname, "icmp_") == oname)
1878 if (strstr(oname, "ip6_") == oname) {
1893 if (strstr(oname, "ip_") == oname) {
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1111 if (strstr(name, "dtrace_") == name &&
1112 strstr(name, "dtrace_safe_") != name) {
1122 if (strstr(name, "kdi_") == name ||
1123 strstr(name, "_kdi_") != NULL) {
1133 if (strstr(name, "__relocatable") != NULL) {
1145 if (strstr(name, "ip_ocsum") == name) {
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c879 if ((cp = strstr(cfga->ap_info, "size")) == NULL ||
1074 if ((cp = strstr(cfga->ap_info, "permanent")) != NULL &&
1079 if ((cp = strstr(cfga->ap_info, "target")) != NULL) {
1080 if ((cpval = strstr(cp, "=")) == NULL) {
1094 if ((cp = strstr(cfga->ap_info, "source")) != NULL) {
1095 if ((cpval = strstr(cp, "=")) == NULL) {
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c184 if (filter != 0 && strstr(buffer, filter) == 0) {
256 if (filter != 0 && strstr(instr, filter) == 0) {
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_local.c75 rest = strstr(name, "/dsk/");
77 if ((rest = strstr(name, "/rdsk/")) == NULL)
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c851 found_equalsign = strstr(opt, equalsign);
875 opt_found = strstr(opt_string, opt);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c163 if (strstr((char *)get_prop_val(
178 } else if (strstr((char *)get_prop_val(
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c533 if ((s = strstr(vc->v_impl, "chipid")) != NULL) {
548 if ((s = strstr(vc->v_impl, "cpuid")) != NULL) {
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c575 if (strstr(line, MDOC_COMMANDS) != NULL) {
699 descr = strstr(line, " - ");
/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c151 if (strstr(endpoint_id, EXS_SP_PREFIX) != NULL) {
156 if ((ptr = strstr(endpoint_id, EXS_DOMAIN_PREFIX)) == NULL) {
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpuerr.c116 if ((strstr(class, "ultraSPARC-IVplus.l3-thce") != 0) || \
117 (strstr(class, "ultraSPARC-IVplus.thce") != 0)) { \
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c657 if ((v = strstr(value, arch)) != NULL) {
716 if ((v = strstr(value, arch)) != NULL) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c687 if (strstr(value, ":/")) {
690 } else if (strstr(value, "//") == value) {

Completed in 137 milliseconds

1234567891011>>