Home
last modified time | relevance | path

Searched refs:strchr (Results 126 – 150 of 1435) sorted by relevance

12345678910>>...58

/illumos-gate/usr/src/cmd/saf/
H A Dlog.c110 *(strchr(timestamp, '\n')) = '\0'; in log()
175 *(strchr(timestamp, '\n')) = '\0'; in debug()
H A Dpmadm.c166 if (strchr(optarg, '\n')) { in main()
180 if (strchr(optarg, '\n')) { in main()
193 if (strchr(optarg, '\n')) { in main()
213 if (strchr(optarg, '\n')) { in main()
230 if (strchr(optarg, '\n')) { in main()
255 if (strchr(optarg, '\n')) { in main()
263 if (strchr(optarg, '\n')) { in main()
703 p = strchr(from, DELIMC);
711 p = strchr(from, DELIMC);
/illumos-gate/usr/src/cmd/dumpadm/
H A Dutils.c56 if (strchr(format, '\n') == NULL) in warn()
74 if (strchr(format, '\n') == NULL) in die()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c432 if ((keyword == ILB_KEY_SERVER) && (strchr(val, ':') != NULL) && in i_match_hostorip()
448 close1 = strchr(val, (int)']'); in i_match_hostorip()
485 close2 = strchr(val, (int)']'); in i_match_hostorip()
509 port_pref = strchr(val, (int)PORT_SEP); in i_match_hostorip()
515 dash = strchr(port1p, (int)'-'); in i_match_hostorip()
590 dash = strchr(val, (int)'-'); in i_match_hostorip()
915 if ((close = strchr(val, (int)']')) == NULL) { in i_store_val()
1106 nextkey = strchr(key, (int)','); in i_parse_optstring()
1118 equals = strchr(key, (int)'='); in i_parse_optstring()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dnetnamer.c149 while (p = strchr(p, ',')) in parse_gidlist()
177 p = strchr(s, ':'); in parse_netid_str()
265 domain = strchr(netname, '@'); in netname2user_nis()
484 domainname = strchr(p, '@'); /* get domain name */ in netname2host()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dsetenviron.c135 return (s = strchr(key, '=')) ? s + 1 : (char*)0; in setenviron()
141 if (!(s = strchr(key, '='))) in setenviron()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dconfig.c53 if ((tmp = strchr(str, '=')) == NULL || tmp == str)
116 p = strchr(env, '=');
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c516 cp = strchr(hname, ','); in i_ipadm_ip4_dbline2nvl()
549 cp = strchr(hname, ','); in i_ipadm_ip6_dbline2nvl()
582 cp = strchr(value, '/'); in i_ipadm_intfid_dbline2nvl()
590 cp = strchr(cp, ','); in i_ipadm_intfid_dbline2nvl()
600 stateful = strchr(stateless, ','); in i_ipadm_intfid_dbline2nvl()
624 cp = strchr(value, ','); in i_ipadm_dhcp_dbline2nvl()
807 if ((flags & IPADM_NORVAL) && strchr(inbuf, '=') != NULL) in ipadm_str2nvlist()
830 if ((val = strchr(nv, '=')) != NULL) in ipadm_str2nvlist()
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c159 if (strchr("dxslcbp", eptlist[i]->ftype)) in splpkgmap()
193 if (strchr("dxslcbp", ept->ftype)) in splpkgmap()
357 if (strchr("sl", f[j].ept->ftype)) in splpkgmap()
414 if (sf[i]->ept->volno || strchr("sldxcbp", sf[i]->ept->ftype)) in store()
475 while (pt = strchr(pt, '/')) { in allocnode()
520 while (pt = strchr(pt, '/')) { in nodecount()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.c103 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) in fmd_fmri_uriescape()
113 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) { in fmd_fmri_uriescape()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h453 extern const char *strchr(const char *, int);
457 inline char *strchr(char *__s, int __c) { in strchr() function
458 return (char *)strchr((const char *)__s, __c); in strchr()
481 char *strchr(const char *, int);
/illumos-gate/usr/src/cmd/stat/common/
H A Ddsr.c288 pidp = strchr(ks_name, '.'); /* start of ".<pid>" */ in lookup_ks_name()
293 part = strchr(ks_name, ','); /* start of ",<partition>" */ in lookup_ks_name()
294 p = strchr(ks_name, ':'); /* start of ":<partition>" */ in lookup_ks_name()
395 if (strchr(cp, ',') == NULL) { in lookup_nfs_name()
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc98 if (p= strchr(string, ':')) *p= 0; in parse_path_string()
229 if (strchr(filename, '/') != NULL) goto use_name; in translate_with_thunk()
284 if (strchr(filename, '/') == NULL) { in translate_with_thunk()
324 if (strchr(filename, '/') == NULL) { in translate_with_thunk()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tell.c311 (ptr2 = strchr(ptr1+1,':')) && in main()
312 (ptr3 = strchr(ptr2+1,':')) && in main()
313 (ptr4 = strchr(ptr3+1,':')) && in main()
314 (ptr5 = strchr(ptr4+1,'\n'))) { in main()
/illumos-gate/usr/src/cmd/bhyve/
H A Dconfig.c148 if (strchr(name, '.') != NULL) in set_config_value_node()
272 cp = strchr(vp + 2, ')'); in _expand_config_value()
336 if (strchr(value, '%') == NULL) in expand_config_value()
359 if (strchr(name, '.') != NULL) in get_config_value_node()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetent.c165 p = strchr(buf, '.'); in nettoa()
170 p = strchr(buf, '.'); in nettoa()
173 p = strchr(p + 1, '.'); in nettoa()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c169 else if (strchr(arg, '=')) { in main()
194 arg = strchr(arg, '=') + 1; in main()
290 char *val = strchr(arg, '=') + 1; in lookup()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c523 q = strchr(p, fieldsep); in irp_unmarshall_gr()
665 q = strchr(p, fieldsep); in irp_unmarshall_sv()
819 q = strchr(p, fieldsep); in irp_unmarshall_pr()
1019 q = strchr(p, fieldsep); in irp_unmarshall_ho()
1062 q = strchr(p, fieldsep); in irp_unmarshall_ho()
1402 q = strchr(p, fieldsep); in irp_unmarshall_nw()
1576 q = strchr(p, fieldsep); in irp_unmarshall_ne()
1803 q = strchr(*ptr, delim); in getfield()
1993 if (strchr(argv[1], ':') != NULL) { in main()
2041 if (strchr(argv[1], '(') != NULL) { in main()
[all …]
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dvacation.c239 at = strchr(sender, '@');
393 p = strchr(start, ' ');
413 if ((at = strchr(start, '@')) == NULL) /* leftmost '@' */
483 if (buf[0] != ' ' && buf[0] != '\t' && strchr(buf, ':') == NULL)
614 if (strchr(line, '@') != NULL) {
824 if (in_header && line[0] != '\0' && strchr(line, ':') == NULL) {
832 p = strchr(line, '$');
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dinet_matchaddr.c67 if ((mp = strchr(p, '/')) != NULL) in inet_matchaddr()
86 if ((pp = strchr(p, ']')) == NULL || in inet_matchaddr()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dabienv.c91 if (strchr(envstr, ',') == NULL) { in build_env_list1()
209 if ((p2 = strchr(basename2, '.')) != NULL) in check_list()
217 if ((p1 = strchr(basename1, '.')) != NULL) in check_list()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c78 if ( ldap_is_dns_dn( dn ) || ( p = strchr( dn, '=' )) == NULL ) in ldap_dn2ufn()
347 return( dn != NULL && dn[ 0 ] != '\0' && strchr( dn, '=' ) == NULL && in ldap_is_dns_dn()
348 strchr( dn, ',' ) == NULL ); in ldap_is_dns_dn()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dname.c221 node = strchr(user, '/'); in do_username_nametype()
230 domain = strchr(node, '@'); in do_username_nametype()
234 domain = strchr(user, '@'); in do_username_nametype()
255 dot = strchr(node, '.'); in do_username_nametype()
303 char *host = strchr(input, '@'); in do_hostbase_nametype()
/illumos-gate/usr/src/cmd/cron/
H A Dcrontab.c440 tnam_end = strchr(tnam, ' '); in copycron()
468 if ((x = strchr(buf, '\n')) != NULL) in copycron()
484 if ((x = strchr(buf, '\n')) != NULL) in copycron()
500 if ((x = strchr(buf, '\n')) != NULL) in copycron()
517 if ((x = strchr(buf, '\n')) != NULL) in copycron()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dexpand.c55 if (strchr(metachars, *sp) != NULL) in quote_for_shell()
67 if (strchr(metachars, *sp) != NULL) in quote_for_shell()
229 slash = strchr(spec, '/'); in get_prop_val_str()
501 close = strchr(str + 1, '}'); in expand_token()
585 esc = strchr(sp, ESCAPE); in expand_method_tokens()

12345678910>>...58