Home
last modified time | relevance | path

Searched refs:strchr (Results 26 – 50 of 1435) sorted by relevance

12345678910>>...58

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Drules.c141 if (strchr("aeiou", string[length - 2])) { in Pluralise()
221 if (strchr("aeiou", c)) { in MatchClass()
229 if (strchr("bcdfghjklmnpqrstvwxyz", c)) { in MatchClass()
236 if (strchr("\t ", input)) { in MatchClass()
243 if (strchr(".`,:;'!?\"", input)) { in MatchClass()
250 if (strchr("$%%^&*()-_+=|\\[]{}#@/~", input)) { in MatchClass()
540 if (!strchr(area, *(++ptr))) { in Mangle()
555 if (strchr(area, *(++ptr))) { in Mangle()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c104 p = strchr(cp, ']'); in parse_std_line()
152 cp = strchr(cp, '='); in parse_std_line()
188 p = strchr(tag, '*'); in parse_std_line()
200 p = strchr(tag, '*'); in parse_std_line()
292 newline = strchr (p, '\n'); in profile_parse_file()
326 if (strchr(str, '\n') || strchr(str, '\t') || strchr(str, '\b')) in need_double_quotes()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinfotocap.c62 #if !defined(SYSV) && !defined(USG) && !defined(strchr)
64 #define strchr index macro
66 extern char *strchr();
155 if (strchr(value, '%') == NULLPTR) in infotocap()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_tx.c156 if ((s = strchr(line, '\n')))
158 if ((s = strchr(line, '\r')))
160 if ((s = strchr(line, '#')))
252 last = strchr(*cpp, ',');
272 last = strchr(*cpp, ',');
287 if ((t = strchr(myflagset, *s)))
304 if ((t = strchr(*cpp, ',')))
/illumos-gate/usr/src/cmd/bnu/
H A Duucpname.c72 char NameBuf[MAXBASENAME + 1], *strchr();
84 if ((s = strchr(NameBuf, '\n')) != NULL)
96 if ((s = strchr(name, '.')) != NULL)
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c76 if (strchr("sl", ept->ftype)) { in ckentry()
89 if (!strchr("isl", ept->ftype)) { in ckentry()
103 if (strchr("dxslcbp", ept->ftype)) in ckentry()
123 if (!strchr("in", ept->ftype)) { in ckentry()
148 if (aflag && !strchr("in", ept->ftype)) { in ckentry()
165 if (cflag && strchr("fev", ept->ftype) && in ckentry()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c225 if (( ludp->lud_dn = strchr( urlcopy, '/' )) == NULL ) { in nsldapi_url_parse()
256 if ( *p == '[' && ( q = strchr( p, ']' )) != NULL ) { in nsldapi_url_parse()
260 if (( p = strchr( p, ':' )) != NULL ) { in nsldapi_url_parse()
277 ( attrs = strchr( ludp->lud_dn, '?' )) != NULL ) { in nsldapi_url_parse()
282 if (( p = strchr( attrs, '?' )) != NULL ) { in nsldapi_url_parse()
290 if (( p = strchr( scope, '?' )) != NULL ) { in nsldapi_url_parse()
300 if (( p = strchr( ludp->lud_filter, '?' )) in nsldapi_url_parse()
350 if (( p = strchr( p, ',' )) != NULL ) { in nsldapi_url_parse()
839 if (next_dn = strchr(dn, ',')) { in ldap_dn_to_url()
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dgetname.c29 #define iseol(c) (c == 0 || c == '\n' || strchr(com, c) != NULL)
30 #define issep(c) (strchr(sep, c) != NULL)
31 #define isignore(c) (strchr(ignore, c) != NULL)
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dget_krbhst.c92 cp = strchr(*cpp, ' '); in krb5_get_krbhst()
95 cp = strchr(*cpp, '\t'); in krb5_get_krbhst()
98 cp = strchr(*cpp, ':'); in krb5_get_krbhst()
H A Dhst_realm.c246 cp = strchr(cp, '.'); in krb5_get_host_realm()
374 cp = strchr(cp,'.'); in krb5_get_fallback_host_realm()
449 if (strchr(host, ':')) in krb5int_clean_hostname()
507 while (strchr(cp, '.') != NULL) { in krb5int_domain_get_realm()
525 cp = strchr(cp, '.'); in krb5int_domain_get_realm()
540 char *domain = strchr(fqdn, '.'); in krb5int_fqdn_get_realm()
/illumos-gate/usr/src/lib/libresolv/
H A Dres_init.c174 cp = strchr(buf, (int)'.'); in res_init()
203 if ((cp = strchr(_res.defdname, (int)'\n')) != NULL) in res_init()
222 if ((cp = strchr(_res.defdname, (int)'\n')) != NULL) in res_init()
277 (cp = strchr(buf, (int)'.'))) in res_init()
294 cp = strchr(cp, (int)'.'); in res_init()
/illumos-gate/usr/src/boot/common/
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()
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdgrp.c109 #define isacriterion(p) (strchr(*arglist,'=')||strchr(*arglist,':'))
342 while (*pp && (strchr(*pp, '=') || strchr(*pp, ':'))) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmem.c157 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) in mem_fmri_uriescape()
167 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) { in mem_fmri_uriescape()
225 unum = strchr(unum, '/'); in mem_nvl2str()
288 tstr = strchr(unum, '/'); in mem_fmri()
H A Dlegacy_hc.c132 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) in mem_fmri_uriescape()
142 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) { in mem_fmri_uriescape()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dppkgmap.c67 if (strchr("cb", ept->ftype)) { in ppkgmap()
84 if (strchr("dxcbpfve", ept->ftype)) { in ppkgmap()
98 if (strchr("ifve", ept->ftype)) { in ppkgmap()
/illumos-gate/usr/src/lib/libinetutil/common/
H A Difspec.c49 char *sp = strchr(bp, ':'), *tp; in getlun()
53 strchr(sp + 1, ':') != NULL) { in getlun()
131 lp = strchr(ifnamecp, ':'); in ifparse_ifspec()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacgccex.h162 #ifdef strchr
163 #undef strchr
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.c155 if (pt = strchr(argv[n], '=')) { in validate()
200 if (!strchr("sl", ept->ftype)) { in validate()
217 if (strchr("sl", ept->ftype)) { in validate()
220 } else if (!strchr("?fvedxcbp", ept->ftype)) { in validate()
259 if (strchr("dxbcp", ept->ftype) && !allspec) { in validate()
/illumos-gate/usr/src/cmd/cron/
H A Datq.c44 extern char *strchr();
293 curqueue = *(strchr(queue[i]->d_name, '.') + 1); in printqueue()
467 if ((p1 = strchr((*d1)->d_name, '.')) == NULL) in creation()
469 if ((p2 = strchr((*d2)->d_name, '.')) == NULL) in creation()
507 if ((p1 = strchr(name1, '.')) == NULL) in execution()
509 if ((p2 = strchr(name2, '.')) == NULL) in execution()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetent.c117 p = strchr(buf, '.'); in nettoa()
123 p = strchr(buf, '.'); in nettoa()
126 p = strchr(p+1, '.'); in nettoa()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c238 if (strchr("yY", *ans) == NULL) { in ckpartial()
272 if (strchr("yY", *ans) == NULL) { in ckpartial()
384 if (strchr("yY", *ans) != NULL) { in ckrunlevel()
451 if (strchr("yY", *ans) == NULL) { in ckdepend()
531 if (strchr("yY", *ans) == NULL) { in ckspace()
794 if (strchr("yY", *ans) == NULL) { in ckconflct()
804 if (strchr("yY", *ans) == NULL) { in ckconflct()
954 if (strchr("yY", *ans) == NULL) { in cksetuid()
962 if (strchr("yY", *ans) == NULL) { in cksetuid()
1040 if (strchr("yY", *ans) == NULL) { in ckpriv()
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrchr.c40 strchr(const char *p, int ch) in strchr() function
54 __weak_reference(strchr, index);
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_cidr_pton.c94 n = strchr(digits, ch) - digits; in inet_cidr_pton_ipv4()
175 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_cidr_pton_ipv6()
176 pch = strchr((xdigits = xdigits_u), ch); in inet_cidr_pton_ipv6()
263 cp = strchr(digits, ch); in getbits()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strchr.d.out1 strchr("fooeyfooeyfoo", 'f') = "fooeyfooeyfoo"
3 strchr("fooeyfooeyfoo", 'y') = "yfooeyfoo"

12345678910>>...58