Home
last modified time | relevance | path

Searched refs:strchr (Results 101 – 125 of 1435) sorted by relevance

12345678910>>...58

/illumos-gate/usr/src/cmd/valtools/
H A Dckstr.c136 if ((*prog == 'v') && !strchr(vusage, c)) in main()
138 if ((*prog == 'e') && !strchr(eusage, c)) in main()
140 if ((*prog == 'h') && !strchr(husage, c)) in main()
/illumos-gate/usr/src/cmd/bnu/
H A Dgetopt.c40 extern char *strchr();
65 if(c == ':' || (cp=strchr(opts, c)) == NULL) {
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_ident.c79 sp = strchr(b, ','); in is_valid_component()
107 while ((p = strchr(name, '/')) != NULL) { in uu_check_name()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c113 if ((mapflag > 1) && strchr("fve", ept->ftype)) { in procassign()
145 if (strchr("sl", ept->ftype)) { in procassign()
373 if (!strchr("?dx", ept1->ftype)) in ckdup()
376 if (!strchr("?dx", ept2->ftype)) in ckdup()
H A Ddockdeps.c147 if (strchr(abbrev, '.')) { in dockdeps()
355 if (new = strchr(pt, ')')) in getaline()
366 if (pt = strchr(vlist[found], '\n')) in getaline()
417 if (strchr(abbrev, '.') == 0) { in ckpreq()
H A Disreloc.c140 if (*entry == '\0' || strchr(IGNORE_START, *entry) != NULL) in has_rel_path()
161 if (*entry == '\0' || strchr(IGNORE_TYPE, *entry)) in has_rel_path()
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_string.c107 if ((r = strchr(class, *p)) != 0) { in strcanon()
476 if ((p = strchr(unc->unc_server, '/')) == NULL) { in smb_unc_init()
489 unc->unc_path = strchr(unc->unc_share, '/'); in smb_unc_init()
497 if ((p = strchr(unc->unc_path, '\0')) != NULL) { in smb_unc_init()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_cfgfile.c44 qp = strchr(s, '"'); in strbreak()
266 if ((ce = strchr(buffer, '\n')) != NULL) in _nscd_cfg_read_nsswitch_file()
270 if ((ce1 = strchr(buffer, '#')) != NULL) { in _nscd_cfg_read_nsswitch_file()
274 if ((cc = strchr(buffer, ':')) == NULL) { in _nscd_cfg_read_nsswitch_file()
/illumos-gate/usr/src/cmd/lofiadm/
H A Dutils.c63 if (strchr(format, '\n') == NULL) in warn()
81 if (strchr(format, '\n') == NULL) in die()
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPGetRefreshInterval.c102 p = strchr(attrs, '='); in refresh_interval_cb()
111 next = strchr(p, ','); in refresh_interval_cb()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c159 if ((cp = strchr(ipaddress, '"')) == NULL) in _strip_quotes()
163 if ((cp = strchr(ipaddress, '"')) == NULL) in _strip_quotes()
235 checker = strchr(checker, '%'); in _merge_SSD_filter()
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgnmchk.c68 (!pkg[n] || strchr(NMBRK, pkg[n]))) in valname()
100 while (*pkg && !strchr(NMBRK, *pkg)) { in valname()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dsunddi.h72 extern const char *strchr(const char *, int);
74 extern char *strchr(const char *, int);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dnick.c57 if (strchr(nickbuf, '\n') == NULL) {
95 if (strchr(nickbuf, '\n') == NULL) {
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c167 while ((dash = strchr(cp, '-'))) { in putalert()
446 if (!(value = strchr(env, '='))) in envlist()
449 if (!strchr(value, '\'')) in envlist()
488 if (copy && (cp = strchr(copy, ' '))) in printalert()
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c316 for (ep = strchr(kp, (int) *septmp);
318 ep = strchr(kp, (int) *septmp));
335 for (sp = strchr(kp, (int) *septmp);
337 sp = strchr(kp, (int)*septmp)); /* Solaris Kerberos */
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h388 extern const char *strchr(const char *, int);
392 inline char *strchr(char *__s, int __c) { in strchr() function
393 return (char *)strchr((const char *)__s, __c); in strchr()
416 extern char *strchr(const char *, int);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.S30 ENTRY(strchr) /* (char *, char) */ function
70 SET_SIZE(strchr)
/illumos-gate/usr/src/lib/libnsl/key/
H A Dpublickey.c156 p = strchr(netname, '@'); in getkeys_nis()
188 p = strchr(keyval, ':'); in getkeys_nis()
267 p = strchr(mval, ':'); in getkeys_files()
368 p = strchr(buf, ':'); in extract_secret_g()
468 p = strchr(keyval, ':'); in getkeys_ldap_g()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c347 if (strchr(string, '=') == NULL) in putenv()
368 if (envname == NULL || *envname == 0 || strchr(envname, '=') != NULL) { in setenv()
423 if (name == NULL || *name == 0 || strchr(name, '=') != NULL) { in unsetenv()
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c95 if (strchr("!\"'),.:;?]}", *bp->text) != NULL) in eqn_box()
98 if ((cp = strchr(bp->text, '\0')) > bp->text && in eqn_box()
99 (strchr("\"'([{", cp[-1]) != NULL || in eqn_box()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c220 if ((ep = strchr(devp, '"')) == NULL) { in lufslist()
230 if ((ep = strchr(nmp, '"')) != NULL) { in lufslist()
279 if ((ep = strchr(sp, '"')) == NULL) { in lustatus()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c156 if ((cp = strchr(line, '\n')) == NULL) in zonecfg_get_scratch()
159 if ((cp = strchr(line, ' ')) == NULL) in zonecfg_get_scratch()
166 if ((cp2 = strchr(cp, ' ')) == NULL) in zonecfg_get_scratch()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dfriendly.c74 if ( (s = strchr( buf, '\n' )) != NULL ) in ldap_friendly_name()
77 if ( (s = strchr( buf, '\t' )) == NULL ) in ldap_friendly_name()
/illumos-gate/usr/src/common/util/
H A Dgetoptstr.c45 char *strchr(const char *s, int c);
114 if (c == ':' || (cp = strchr(params->gos_opts, c)) == NULL) { in getoptstr()

12345678910>>...58