Home
last modified time | relevance | path

Searched refs:strchr (Results 176 – 200 of 1435) sorted by relevance

12345678910>>...58

/illumos-gate/usr/src/lib/libpkg/common/
H A Dtputcfent.c129 if (!strchr("lsin", ept->ftype)) { in tputcfent()
142 if (strchr("?infv", ept->ftype)) { in tputcfent()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtesc.c157 else if (qe && strchr(qe, c)) in fmtquote()
202 …else if (!spaced && !escaped && (isspace(c) || ((flags & FMT_SHELL) || shell) && (strchr("\";~&|()… in fmtquote()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dtsol_getrhent.c94 if (strchr(addr[0], ':') != NULL) { in _nss_ldap_tnrhdb2str()
138 if (strchr(argp->key.hostaddr.addr, ':') != NULL) { in getbyaddr()
H A Dgetkeyent.c177 domain = strchr(netname, '@'); in getkeys()
182 if ((p = strchr(netname, '.')) == NULL) in getkeys()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_tree.c169 if ((pp = strchr(thp->th_product, ',')) == NULL) in topo_tree_enum()
175 if ((pp = strchr(thp->th_platform, ',')) == NULL) in topo_tree_enum()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c653 if (strchr(value, '=') != NULL) { in getversion()
712 if (strchr(value, '=') != NULL) { in getfilter()
762 if (strchr(value, '=')) { in version_sanity()
827 p = strchr(av, '='); in arch_version_sanity()
975 p = strchr(a, '='); in set_version_arch()
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c249 while (sbuf->end > sbuf->content && strchr(set, sbuf->end[-1]) != NULL) in sbuf_strip()
554 next = strchr(next, '"'); in process_mdoc_line()
581 if (arg > 0 && strchr(",.:;?!)]", *line) == 0) { in process_mdoc_line()
609 text = strchr(text, ','); in collect_names()
706 descr = strchr(line, ' '); in process_page()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c381 p1 = strchr(p1, ','); in portcmp()
391 p2 = strchr(p2, ','); in portcmp()
823 if ((ptr = strchr(cmdbuf, PMTAB_SEPR)) == NULL) { in load_ttymondb()
1098 bufp = strchr(buffer, PMTAB_SEPR); in pmtab_parse_portname()
1102 bufp = strchr(++bufp, PMTAB_SEPR); in pmtab_parse_portname()
1107 if ((bufp = strchr(bufp, PMTAB_SEPR)) == NULL) in pmtab_parse_portname()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathtemp.c193 while (s = strchr(s, ':')) in pathtemp()
203 while (x = strchr(x, ':')) in pathtemp()
257 else if (strchr(pfx, '.')) in pathtemp()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmailstats.c140 b = strchr(buf, '#');
142 b = strchr(buf, '\n');
160 b = strchr(b, '=');
H A Dpraliases.c129 b = strchr(buf, '\n');
141 b = strchr(b, '=');
248 colon = strchr(filename, PATH_SEPARATOR);
/illumos-gate/usr/src/cmd/dispadmin/
H A Drtdispadmin.c262 strchr(buf, '#') == buf + wslength);
333 strchr(buf, '#') == buf + wslength);
371 strchr(buf, '#') != buf + wslength)
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c216 if ((endp = strchr(beginp, ' ')) != NULL) { in do_key2code()
359 if ((endp = strchr(linebuf, '\n')) != NULL) in testdict()
365 if ((endp = strchr(beginp, ':')) != NULL) { in testdict()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c670 cp_nm = strchr(volname, '@'); in tlm_get_chkpnt_time()
795 if ((cp = strchr(&name[++i], '/')) != NULL) { in tlm_remove_checkpoint()
1036 if ((p = strchr(dp->d_name, 'd')) != NULL) { in probe_scsi()
1038 p = strchr(dp->d_name, 't'); in probe_scsi()
1075 if (strchr(dp->d_name, 'n') == NULL) in probe_scsi()
1079 if (strchr(dp->d_name, 'b') != NULL) in probe_scsi()
1082 if (strchr(dp->d_name, 'b') == NULL) in probe_scsi()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c727 if (strchr(namep, '/') != NULL) in smb_pathname_catia_v5tov4()
859 sname = strchr(fname, ':'); in smb_pathname_init()
912 pn->pn_stype = strchr(pn->pn_sname + 1, ':'); in smb_pathname_init()
1124 if (strchr(name, ':') != 0) { in smb_validate_dirname()
1198 sname = strchr(fname, ':'); in smb_stream_parse_name()
1216 stype = strchr(stream + 1, ':'); in smb_stream_parse_name()
1245 colonp = strchr(path, ':'); in smb_is_stream_name()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_iter.c175 p = strchr(snapname, '\0'); in zcp_snapshots_iter()
242 if (strchr(name, '$') != NULL) in dataset_name_hidden()
244 if (strchr(name, '%') != NULL) in dataset_name_hidden()
272 p = strchr(childname, '\0'); in zcp_children_iter()
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevtab.c230 if (!strchr(delims, *q)) q++; /* Skip non-delim */ in getfld()
639 if (isalnum((unsigned char)*p) || strchr("@$_.", *p)) { in _validalias()
643 strchr("@#$_-+.", *p)); p++) in _validalias()
704 if (strchr("#\n", *record) || isspace((unsigned char)*record)) { in _getdevtabent()
/illumos-gate/usr/src/cmd/svc/startd/
H A Ddeathrow.c153 manifest = strchr(line, ' '); in deathrow_init()
158 pkgname = strchr(manifest, ' '); in deathrow_init()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dwordexp.c94 if(c=='\\' && (!quoted || strchr("\\\"`\n$",c))) in wordexp()
115 else if(!quoted && strchr("|&\n;<>"+ac,c)) in wordexp()
/illumos-gate/usr/src/ucbcmd/chown/
H A Dchown.c72 extern char *strchr(); in main()
100 group = strchr(argv[0], '.'); in main()
/illumos-gate/usr/src/cmd/saf/
H A Dutil.c257 tp = strchr(p, COMMENT);
262 tp = strchr(Comment, '\n');
/illumos-gate/usr/src/cmd/idmap/nltest/
H A Dnltest.c275 if ((p = strchr(optname, ':')) != NULL) { in main()
286 if ((p = strchr(optname, '=')) != NULL) { in main()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c224 endp = strchr(startp, ')'); in aname_do_match()
432 if (((ep = strchr(&cp[2], sep)) != NULL) && in aname_replacer()
433 ((tp = strchr(&ep[1], sep)) != NULL)) { in aname_replacer()
530 current = strchr(current, ':'); in rule_an_to_ln()
841 argp = strchr(typep, ':'); in krb5_aname_to_localname()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dindex.c53 return (strchr(sp, c)); in index()
H A Dstrchr.c41 strchr(const char *sp, int c) in strchr() function

12345678910>>...58