strchr             22 examples/libsmbclient/smbwrapper/opendir_smbsh.c         if ((p = strchr(buf, '\n')) != NULL)
strchr             96 examples/libsmbclient/smbwrapper/smbsh.c 			p = strchr(optarg,'%');
strchr            115 examples/libsmbclient/smbwrapper/smbw_dir.c         simulate = (strchr(p, '/') == NULL);
strchr             75 examples/libsmbclient/smbwrapper/smbw_stat.c         simulate = (strchr(p, '/') == NULL);
strchr            251 examples/libsmbclient/testacl.c         if ((p = strchr(the_acl, ':')) == NULL)
strchr            162 examples/libsmbclient/testbrowse.c             if ((p = strchr(buf, '\n')) != NULL)
strchr             59 examples/nss/nss_winbind.c 	p = strchr(nss->nss_name, '.');
strchr            266 lib/nss_wrapper/nss_wrapper.c 		e = strchr(line, '\n');
strchr            398 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            412 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            426 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            456 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            486 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            500 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            605 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            619 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            633 lib/nss_wrapper/nss_wrapper.c 	p = strchr(c, ':');
strchr            674 lib/nss_wrapper/nss_wrapper.c 		p = strchr(c, ',');
strchr             20 lib/popt/findme.c     if (strchr(argv0, '/'))
strchr             33 lib/popt/findme.c 	if ((chptr = strchr(start, ':')))
strchr            378 lib/popt/popt.c 	(!con->execAbsolute && strchr(item->argv[0], '/')))
strchr            385 lib/popt/popt.c     if (!strchr(item->argv[0], '/') && con->execPath) {
strchr            495 lib/popt/popthelp.c 	if (strchr(fn, '/')) fn = strrchr(fn, '/') + 1;
strchr            414 lib/replace/getaddrinfo.c 				p = strchr(node,'.');
strchr             90 lib/replace/inet_pton.c 		if ((pch = strchr(digits, ch)) != NULL) {
strchr            154 lib/replace/inet_pton.c 		if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
strchr            155 lib/replace/inet_pton.c 			pch = strchr((xdigits = xdigits_u), ch);
strchr             32 lib/tdb/tools/tdbdump.c 		if (isprint(*p) && !strchr("\"\\", *p)) {
strchr            423 lib/tdb/tools/tdbtool.c 	if (p) p = strchr(p, '\n');
strchr            614 lib/tdb/tools/tdbtool.c 	    if (*inp && strchr("0123456789abcdefABCDEF",(int)*inp)) {
strchr            617 lib/tdb/tools/tdbtool.c 		if (*inp && strchr("0123456789abcdefABCDEF",(int)*inp)) {
strchr            656 lib/tdb/tools/tdbtool.c 		if ((arg1 = strchr((const char *)cmdname,' ')) != NULL) {
strchr            331 lib/util/charset/util_unistr.c 		return strchr(s, c);
strchr             54 lib/util/system.c 	if (strchr(name, '.'))
strchr             64 lib/util/system.c 	if ((domain = strchr(hostname, '.')) == NULL)
strchr            622 lib/util/util.c 		if (!(p1 = strchr(hexchars, toupper((unsigned char)strhex[i]))))
strchr            627 lib/util/util.c 		if (!(p2 = strchr(hexchars, toupper((unsigned char)strhex[i]))))
strchr            705 lib/util/util.c 	while ((p=strchr(p,'+')))
strchr            710 lib/util/util.c 	while (p && *p && (p=strchr(p,'%'))) {
strchr            147 lib/util/util_str.c 			char *p = strchr(ret+i+1, '.');
strchr            172 lib/util/util_strlist.c 	if (strchr(list[0], ' ') || strlen(list[0]) == 0) 
strchr            178 lib/util/util_strlist.c 		if (strchr(list[i], ' ') || strlen(list[i]) == 0) 
strchr            297 libcli/nbt/nbtname.c 	scope = (uint8_t *)strchr(s, '.');
strchr            429 libcli/nbt/nbtname.c 		const char *p = strchr(name, '.');
strchr            453 libcli/nbt/nbtname.c #define NBT_CHAR_ALLOW(c) (isalnum((unsigned char)c) || strchr(valid_chars, c))
strchr            207 libcli/nbt/tools/nmblookup.c 	p = strchr(name, '#');
strchr            246 librpc/rpc/binding.c 	p = strchr(s, '@');
strchr            265 librpc/rpc/binding.c 	p = strchr(s, ':');
strchr            292 librpc/rpc/binding.c 	p = strchr(s, '[');
strchr            327 librpc/rpc/binding.c 	for (i=0; (p = strchr(options, ',')); i++) {
strchr            144 nsswitch/libwbclient/wbc_pam.c 		char *e = strchr(p, '\n');
strchr            168 nsswitch/libwbclient/wbc_pam.c 		char *e = strchr(p, '\n');
strchr            176 nsswitch/libwbclient/wbc_pam.c 		e = strchr(s, ':');
strchr            103 nsswitch/libwbclient/wbc_pwd.c 		if ((mem_q = strchr(mem_p, ',')) != NULL) {
strchr            377 nsswitch/libwbclient/wbc_sid.c 		if ((q = strchr(p, '\n')) == NULL) {
strchr            473 nsswitch/libwbclient/wbc_sid.c 		char *n = strchr(s, '\n');
strchr            603 nsswitch/libwbclient/wbc_sid.c 		char *n = strchr(s, '\n');
strchr            670 nsswitch/libwbclient/wbc_sid.c 		char *k = strchr(next, ',');
strchr            738 nsswitch/libwbclient/wbc_sid.c 		char *k = strchr(next, ',');
strchr            270 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
strchr            283 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
strchr            295 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
strchr            307 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
strchr            329 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
strchr            342 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
strchr            355 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
strchr            425 nsswitch/libwbclient/wbc_util.c 		if ((q = strchr(p, '\n')) != NULL)
strchr            441 nsswitch/libwbclient/wbc_util.c 		char *next = strchr(p, '\n');
strchr           2269 nsswitch/pam_winbind.c 			if ((p = strchr(ctx->argv[i], '=')) == NULL) {
strchr           2315 nsswitch/pam_winbind.c 			if ((p = strchr(ctx->argv[i], '=')) == NULL) {
strchr           2439 nsswitch/pam_winbind.c 	if ((p = strchr(name, '@')) != NULL) {
strchr           2652 nsswitch/pam_winbind.c 	if (strchr(real_username, '@') != NULL) {
strchr            110 nsswitch/wbinfo.c 	char *p = strchr(domuser,winbind_separator());
strchr            114 nsswitch/wbinfo.c 		if ((p = strchr(domuser, '@')) != NULL) {
strchr           1191 nsswitch/wbinfo.c 	p = strchr(username, '%');
strchr           1256 nsswitch/wbinfo.c 	if ((p = strchr(s, '%')) != NULL) {
strchr           1300 nsswitch/wbinfo.c 	p = strchr(username, '%');
strchr           1401 nsswitch/wbinfo.c 	p = strchr(username, '%');
strchr           1517 nsswitch/wbinfo.c 	p = strchr(user, '%');
strchr            111 nsswitch/wbinfo4.c 	char *p = strchr(domuser,winbind_separator());
strchr            409 nsswitch/wbinfo4.c 			p = strchr(name, '\\');
strchr            732 nsswitch/wbinfo4.c 	p = strchr(username, '%');
strchr            793 nsswitch/wbinfo4.c         p = strchr(username, '%');
strchr            836 nsswitch/wbinfo4.c         p = strchr(username, '%');
strchr            135 nsswitch/winbind_nss_aix.c 	for (p=strchr(s, ','); p; p = strchr(p+1, ',')) {
strchr            127 nsswitch/winbind_nss_linux.c 	while (*s && strchr(sep,*s)) {
strchr            141 nsswitch/winbind_nss_linux.c 			(quoted || !strchr(sep,*s)); s++) {
strchr            159 nsswitch/winbind_nss_linux.c 			(quoted || !strchr(sep,*s)); s++) {
strchr            376 nsswitch/winbind_nss_solaris.c 	p = strchr(response->data.winsresp, '\n');
strchr            421 nsswitch/winbind_nss_solaris.c 		p = strchr(data, '\t');
strchr            435 nsswitch/winbind_nss_solaris.c 		  if (strchr(data, ':') != 0) {
strchr            391 source3/auth/auth.c 	p = strchr(module_name, ':');
strchr            420 source3/client/cifs.upcall.c 	if ((strlen(ipaddr) > INET_ADDRSTRLEN) && !strchr(ipaddr, ':')) {
strchr           4289 source3/client/client.c 		sp = strchr(buf, ' ');
strchr            225 source3/client/mount.cifs.c 			temp_val = strchr(line_buf + i,'=');
strchr            249 source3/client/mount.cifs.c 			temp_val = strchr(line_buf+i,'=');
strchr            276 source3/client/mount.cifs.c                         temp_val = strchr(line_buf+i,'=');
strchr            412 source3/client/mount.cifs.c 		next_keyword = strchr(data,','); /* BB handle sep= */
strchr            419 source3/client/mount.cifs.c 		if ((value = strchr(data, '=')) != NULL) {
strchr            447 source3/client/mount.cifs.c 					percent_char = strchr(value,'%');
strchr            835 source3/client/mount.cifs.c 	usernm = strchr(*ppuser,'/');
strchr            837 source3/client/mount.cifs.c 		usernm = strchr(*ppuser,'\\');
strchr            891 source3/client/mount.cifs.c 		string = strchr(string, from);
strchr            927 source3/client/mount.cifs.c 			share = strchr(unc_name,':');
strchr           1057 source3/client/mount.cifs.c         if (strchr(name, *s)) {
strchr            572 source3/groupdb/mapping_tdb.c 		member_string = strchr((const char *)rec->key.dptr, '/');
strchr             84 source3/iniparser/src/iniparser.c         if (strchr(d->key[i], ':')==NULL) {
strchr            117 source3/iniparser/src/iniparser.c         if (strchr(d->key[i], ':')==NULL) {
strchr             38 source3/lib/adt_tree.c 	p = strchr( path, '/' );
strchr            236 source3/lib/adt_tree.c 		str = strchr( str, '/' );
strchr            256 source3/lib/afs.c 	cell = strchr(afs_username, '@');
strchr            469 source3/lib/eventlog/eventlog.c 	if ( !( stop = strchr( line, ':' ) ) ) {
strchr             86 source3/lib/ldb/common/attrib_handlers.c 	while ((t = strchr(s, ' ')) != NULL) {
strchr            119 source3/lib/ldb/common/ldb.c 	if (strchr(url, ':') != NULL) {
strchr            120 source3/lib/ldb/common/ldb.c 		backend = talloc_strndup(ldb, url, strchr(url, ':')-url);
strchr            136 source3/lib/ldb/common/ldb_dn.c 			if (strchr(",=\n+<>#;\\\"", p[1])) {
strchr            191 source3/lib/ldb/common/ldb_dn.c 			p = strchr(p, '\"');
strchr            215 source3/lib/ldb/common/ldb_dn.c 	p = strchr(string, '=');
strchr            267 source3/lib/ldb/common/ldb_dn.c 	while (p > s && strchr(edge, *p)) {
strchr            289 source3/lib/ldb/common/ldb_dn.c 	p = strchr(raw_component, '=');
strchr            117 source3/lib/ldb/common/ldb_ldif.c 	while (*s && (p=strchr(b64,*s))) {
strchr            451 source3/lib/ldb/common/ldb_ldif.c 	p = strchr(*s, ':');
strchr            476 source3/lib/ldb/common/ldb_ldif.c 	p = strchr(p, '\n');
strchr            108 source3/lib/ldb/common/ldb_parse.c 		if (!isprint(buf[i]) || strchr(" *()\\&|!\"", buf[i])) {
strchr            117 source3/lib/ldb/common/ldb_parse.c 		if (!isprint(buf[i]) || strchr(" *()\\&|!\"", buf[i])) {
strchr            230 source3/lib/ldb/common/ldb_parse.c 	p1 = strchr(attr, ':');
strchr            232 source3/lib/ldb/common/ldb_parse.c 	p2 = strchr(p1+1, ':');
strchr            284 source3/lib/ldb/common/ldb_parse.c 	if (!strchr("=<>~:", *p)) {
strchr            133 source3/lib/ldb/ldb_sqlite3/base160.c             pTab = strchr(base160tab, *pBase160);
strchr            246 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                         pTab = strchr(base160tab, *pBase160);
strchr           1014 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (strchr(url, ':')) {
strchr            268 source3/lib/ldb/tools/ad2oLschema.c 			char *p = strchr(line, ':');
strchr            154 source3/lib/ldb/tools/cmdline.c 			for (p = cs, cc = 1; (q = strchr(p, ',')); cc++, p = q + 1) ;
strchr            164 source3/lib/ldb/tools/cmdline.c 				t = strchr(p, ',');
strchr            291 source3/lib/ldb/tools/ldbedit.c 	    strchr(options->argv[0], '=')) {
strchr            289 source3/lib/ldb/tools/ldbsearch.c 	    strchr(options->argv[0], '=')) {
strchr             73 source3/lib/ldb/tools/oLschema2ldif.c 	if ((c = strchr(string, '(')) == NULL) {
strchr            156 source3/lib/ldb/tools/oLschema2ldif.c 			char *s = strchr(c, ')');
strchr            320 source3/lib/ldb/tools/oLschema2ldif.c 		c = strchr(++c, '\'');
strchr            368 source3/lib/ldb/tools/oLschema2ldif.c 	c = strchr(c, '(');
strchr             32 source3/lib/netapi/examples/common.c 			if ((p = strchr(puser,'%'))) {
strchr             38 source3/lib/netapi/examples/common.c 				memset(strchr(arg,'%')+1,'X',len);
strchr            479 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			p = strchr(newname, '.');
strchr           1754 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		if ((p = strchr(puser,'%'))) {
strchr           1760 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			memset(strchr(target_username,'%')+1,'X',len);
strchr           1776 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		p = strchr(my_hostname, '.');
strchr           1797 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		p = strchr(state->my_fqdn, '.');
strchr             53 source3/lib/netapi/tests/common.c 			if ((p = strchr(puser,'%'))) {
strchr             59 source3/lib/netapi/tests/common.c 				memset(strchr(arg,'%')+1,'X',len);
strchr             61 source3/lib/smbconf/smbconf_init.c 	sep = strchr(backend, ':');
strchr           1266 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1317 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1370 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1663 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1700 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1739 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1798 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1862 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1927 source3/lib/system.c 	char *attrname = strchr(name,'.') + 1;
strchr           1159 source3/lib/util_str.c 		return strchr(src, c);
strchr           1182 source3/lib/util_str.c 		return strchr(src, c);
strchr           1193 source3/lib/util_str.c 		return strchr(src, c);
strchr           1823 source3/lib/util_str.c 			p = strchr(token_str, ']');
strchr           2222 source3/lib/util_str.c 	temp1 = strchr(src, front);
strchr           2224 source3/lib/util_str.c 	temp2 = strchr(src, back);
strchr           2359 source3/lib/util_str.c 				if (nextchar && strchr(INSIDE_DQUOTE_LIST,
strchr           2380 source3/lib/util_str.c 	       		if (strchr(INSIDE_DQUOTE_LIST, (int)*src)) {
strchr           2415 source3/lib/util_str.c 	       	if (!strchr(INCLUDE_LIST, (int)*src)) {
strchr            208 source3/lib/util_unistr.c 		valid_table[i] = isalnum(i) || strchr(allowed,i);
strchr            183 source3/lib/wins_srv.c 	char *s = strchr(str, ':');
strchr            192 source3/lib/wins_srv.c 	s = strchr(ip->tag, ':');
strchr             41 source3/libads/ads_struct.c 		if (strchr(sep, *p)) {
strchr           1319 source3/libads/ldap.c 	p = strchr(dn, ',');
strchr           3201 source3/libads/ldap.c 	p = strchr(dn, ';');
strchr           3213 source3/libads/ldap.c 	q = strchr(p, '>');
strchr            201 source3/libgpo/gpo_ldap.c 		p = strchr(q, ';');
strchr            355 source3/libnet/libnet_join.c 	    || (strchr(my_fqdn, '.') == NULL)) {
strchr           1921 source3/libsmb/cliconnect.c 	if ((p = strchr(cli->desthost, '#'))) {
strchr           2050 source3/libsmb/cliconnect.c 		if ((p=strchr(called.name, '.')) && !is_ipaddress(called.name)) {
strchr           1640 source3/libsmb/libsmb_dir.c                 if ((p = strchr(atimebuf, '\n')) != NULL) {
strchr           1646 source3/libsmb/libsmb_dir.c                 if ((p = strchr(mtimebuf, '\n')) != NULL) {
strchr            633 source3/libsmb/libsmb_xattr.c                 if ((p = strchr(str, ':')) != NULL) {
strchr            800 source3/libsmb/libsmb_xattr.c         if ((pExclude = strchr(name, '!')) != NULL)
strchr            822 source3/libsmb/libsmb_xattr.c                         if ((p = strchr(pExclude, '!')) != NULL)
strchr           1526 source3/libsmb/libsmb_xattr.c                 numeric = ((p = strchr(the_acl, ':')) != NULL &&
strchr           2063 source3/libsmb/namequery.c 		if ((port_str=strchr(name, ':')) != NULL) {
strchr            245 source3/modules/vfs_afsacl.c 	if ((p = strchr(p, '\n')) == NULL)
strchr            254 source3/modules/vfs_afsacl.c 	if ((p = strchr(p, '\n')) == NULL)
strchr            268 source3/modules/vfs_afsacl.c 		if ((p = strchr(p, '\t')) == NULL)
strchr            276 source3/modules/vfs_afsacl.c 		if ((p = strchr(p, '\n')) == NULL)
strchr            339 source3/modules/vfs_recycle.c 		endp = strchr(startp, '/');
strchr            462 source3/nmbd/nmbd_winsserver.c 	if ((p = strchr(namestr, '<'))) {
strchr            672 source3/nmbd/nmbd_winsserver.c 			if(got_token && strchr(ip_str, '.')) {
strchr            727 source3/nmbd/nmbd_winsserver.c 		if((p = strchr(name,'#')) != NULL) {
strchr           5142 source3/param/loadparm.c 		if (strchr(ret,'\"') != NULL) {
strchr           5269 source3/param/loadparm.c 	delim = strchr( Globals.szPassdbBackend, ' ');
strchr           5275 source3/param/loadparm.c 	quote = strchr(Globals.szPassdbBackend, '"');
strchr           5282 source3/param/loadparm.c 	quote = strchr(quote+1, '"');
strchr           6235 source3/param/loadparm.c 		(strchr(pszParmName, ':') != NULL));
strchr           6362 source3/param/loadparm.c 	if (strchr(pszParmName, ':') == NULL)
strchr           7455 source3/param/loadparm.c 		if (strchr(pszParmName, ':') == NULL) {
strchr           7887 source3/param/loadparm.c 	parm_opt = strchr( local_parm_name, ':');
strchr             30 source3/param/util.c 	p = strchr( param, '=' );
strchr             45 source3/param/util.c 	p = strchr( param, '=' );
strchr            374 source3/passdb/passdb.c 		p1 = strchr(hexchars, hinybble);
strchr            375 source3/passdb/passdb.c 		p2 = strchr(hexchars, lonybble);
strchr            424 source3/passdb/passdb.c 		p1 = strchr(hexchars, hinybble);
strchr            425 source3/passdb/passdb.c 		p2 = strchr(hexchars, lonybble);
strchr            122 source3/passdb/pdb_interface.c 	p = strchr(module_name, ':');
strchr           2942 source3/printing/nt_printing.c 			if ( (p = strchr( subkeyname, '\\' )) )
strchr           3846 source3/printing/nt_printing.c 		char *os2_name = strchr(nt_name,'=');
strchr           3856 source3/printing/nt_printing.c 		if (!*nt_name || strchr("#;",*nt_name))
strchr           5158 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->driverpath[1], '\\' )) != NULL ) {
strchr           5167 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->configfile[1], '\\' )) != NULL ) {
strchr           5176 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->datafile[1], '\\' )) != NULL ) {
strchr           5185 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->helpfile[1], '\\' )) != NULL ) {
strchr           5201 source3/printing/nt_printing.c 			if ( (p = strchr( info_3->dependentfiles[i]+1, '\\' )) != NULL ) {
strchr           5488 source3/printing/nt_printing.c 	if (strlen(sharename) > 2 && (temp = strchr(sharename + 2, '\\'))) {
strchr             78 source3/printing/print_cups.c 	p = strchr(server, ':');
strchr            140 source3/printing/print_iprint.c 			if ((temp = strchr(os,'<')) != NULL)
strchr            209 source3/printing/print_iprint.c 			(httpPath = strchr(httpPath+3,'/')) == NULL)
strchr            135 source3/registry/reg_api.c 	SMB_ASSERT(strchr(name, '\\') == NULL);
strchr            233 source3/registry/reg_api.c 	SMB_ASSERT(strchr(hive, '\\') == NULL);
strchr            264 source3/registry/reg_api.c 	while ((p = strchr(path, '\\')) != NULL) {
strchr            468 source3/registry/reg_api.c 	if (strchr(subkeypath, '/') != NULL) {
strchr            479 source3/registry/reg_api.c 	while ((end = strchr(path, '\\')) != NULL) {
strchr           1021 source3/registry/reg_api.c 	p = strchr(path, '\\');
strchr           1189 source3/registry/reg_api.c 	p = strchr(path, '\\');
strchr           1211 source3/registry/reg_api.c 			   (strchr(p+1, '\\') != NULL) ?
strchr           1241 source3/registry/reg_api.c 	p = strchr(path, '\\');
strchr           1251 source3/registry/reg_api.c 			   (strchr(p+1, '\\') != NULL) ?
strchr             46 source3/registry/reg_util.c 	p = strchr(path, '\\');
strchr            149 source3/registry/reg_util.c 	if (!(p = strchr(new_path, '\\')) ) {
strchr            150 source3/registry/reg_util.c 		if (!(p = strchr( new_path, '/'))) {
strchr           9156 source3/rpc_server/srv_spoolss_nt.c 	oid_string = strchr(r->in.value_name, ',');
strchr             75 source3/smbd/filename.c 	p = strchr(name, '/');
strchr            340 source3/smbd/filename.c 		end = strchr(start, '/');
strchr            241 source3/smbd/mangle_hash2.c 	for (s=name; (p=strchr(s, '/')); s=p+1) {
strchr            287 source3/smbd/mangle_hash2.c 	dot_p = strchr(name, '.');
strchr            308 source3/smbd/mangle_hash2.c 		if (strchr(dot_p+1, '.')) {
strchr            325 source3/smbd/mangle_hash2.c 		if (strchr(force_shortname_chars, name[i])) {
strchr            642 source3/smbd/mangle_hash2.c 		if (strchr("_-$~", i)) {
strchr            646 source3/smbd/mangle_hash2.c 		if (strchr("*\\/?<>|\":", i)) {
strchr            650 source3/smbd/mangle_hash2.c 		if (strchr("*?\"<>", i)) {
strchr            613 source3/smbd/notify_internal.c 		next_p = strchr(p+1, '/');
strchr            283 source3/smbd/service.c 		const char *p = strchr(service,*lp_winbind_separator());
strchr           5324 source3/torture/torture.c 	if (strchr(force_shortname_chars, i)) {
strchr           5376 source3/torture/torture.c 		if (strchr(illegal_chars, i)) {
strchr            146 source3/utils/dbwrap_tool.c 		if (isprint(*p) && !strchr("\"\\", *p)) {
strchr            706 source3/utils/net.c 			p = strchr(c->opt_user_name,'%');
strchr            147 source3/utils/net_lookup.c 	domain = strchr(h_name, '.');
strchr            240 source3/utils/net_rap.c 	p = strchr(sharename, '=');
strchr            128 source3/utils/net_registry_util.c 	p = strchr(*hivename, '\\');
strchr           2812 source3/utils/net_rpc.c 	if ((argc < 1) || !strchr(argv[0], '=') || c->display_usage) {
strchr           2820 source3/utils/net_rpc.c 	path = strchr(sharename, '=');
strchr           4161 source3/utils/net_rpc.c 		p = strchr(users[i], *lp_winbind_separator());
strchr           1447 source3/utils/net_sam.c 	p = strchr(ldap_bk, ':');
strchr            228 source3/utils/ntlm_auth.c 	char *p = strchr(domuser,winbind_separator());
strchr           2183 source3/utils/ntlm_auth.c 		c = strchr(buf, '\n');
strchr            252 source3/winbindd/idmap.c 	args = strchr(modulename, ':');
strchr             72 source3/winbindd/idmap_tdb.c 	p = strchr((const char *)rec->key.dptr, '/');
strchr             98 source3/winbindd/nss_info.c 	p = strchr( config, ':' );
strchr            646 source3/winbindd/winbindd_async.c 		q = strchr(p, '\n');
strchr           1144 source3/winbindd/winbindd_cache.c 	if (strchr(alias, '\\') || strchr(alias, '@')) {
strchr           1666 source3/winbindd/winbindd_cache.c 		if (!strchr(name, '@')) {
strchr           1600 source3/winbindd/winbindd_group.c 		char *p = strchr(s->username, '@');
strchr            228 source3/winbindd/winbindd_pam.c 	cell = strchr(afsname, '@');
strchr             96 source3/winbindd/winbindd_sid.c 	} else if ((p = strchr(state->request.data.name.name, '@')) != NULL) {
strchr            316 source3/winbindd/winbindd_util.c 		alt_name = strchr(p, '\\');
strchr            325 source3/winbindd/winbindd_util.c 		sidstr = strchr(alt_name, '\\');
strchr            334 source3/winbindd/winbindd_util.c 		q = strchr(sidstr, '\n');
strchr           1139 source3/winbindd/winbindd_util.c 	char *p = strchr(domuser,*lp_winbind_separator());
strchr           1146 source3/winbindd/winbindd_util.c 		} else if ((p = strchr(domuser, '@')) != NULL) {
strchr           1182 source3/winbindd/winbindd_util.c 	p = strchr(domuser, *lp_winbind_separator());
strchr            133 source4/client/cifsdd.c 	if ((val = strchr(name, '=')) == NULL) {
strchr           2893 source4/client/client.c 		sp = strchr(buf, ' ');
strchr             71 source4/client/mount.cifs.c 		if ((value = strchr(data, '=')) != NULL) {
strchr            228 source4/client/mount.cifs.c 			if ((share = strchr(unc_name, '/')) || 
strchr            229 source4/client/mount.cifs.c 				(share = strchr(unc_name,'\\'))) {
strchr            643 source4/client/smbmount.c 		if (!(ptr = strchr (buf, '=')))
strchr            144 source4/dsdb/samdb/cracknames.c 		p = strchr(mapping, '=');
strchr            155 source4/dsdb/samdb/cracknames.c 			p = strchr(p, ',');
strchr            422 source4/dsdb/samdb/cracknames.c 		s = strchr(str, '/');
strchr            461 source4/dsdb/samdb/cracknames.c 		p = strchr(domain, '\\');
strchr            940 source4/dsdb/samdb/cracknames.c 	p = strchr(info1->dns_domain_name, '/');
strchr           1280 source4/dsdb/samdb/cracknames.c 	p = strchr(*nt4_domain, '\\');
strchr            303 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 			p = strchr(wkguid_dup, ',');
strchr           1131 source4/dsdb/samdb/ldb_modules/partition.c 		char *p = strchr(base, ':');
strchr           1252 source4/dsdb/samdb/ldb_modules/partition.c 			char *p = strchr(base, ':');
strchr            281 source4/dsdb/samdb/ldb_modules/password_hash.c 		p = strchr(user_principal_name, '@');
strchr           1537 source4/dsdb/samdb/ldb_modules/password_hash.c 		p = strchr(tmp, '/');
strchr           1555 source4/dsdb/samdb/ldb_modules/password_hash.c 		p = strchr(tmp, '.');
strchr             93 source4/dsdb/samdb/ldb_modules/ranged_results.c 		p = strchr(ac->req->op.search.attrs[i], ';');
strchr            193 source4/dsdb/samdb/ldb_modules/ranged_results.c 		p = strchr(new_attrs[i], ';');
strchr            183 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	p = strchr(entryCSN, '#');
strchr            191 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	p = strchr(p, '#');
strchr             93 source4/heimdal/kdc/digest.c     p = strchr(targetname, '.');
strchr            811 source4/heimdal/kdc/digest.c 	    username = strchr(ireq.u.digestRequest.username, '\\');
strchr           1549 source4/heimdal/kdc/pkinit.c 	subject_name = strchr(p, ':');
strchr           1698 source4/heimdal/lib/com_err/parse.c 	char *q = strchr(x, *p);
strchr            156 source4/heimdal/lib/com_err/parse.y 	char *q = strchr(x, *p);
strchr            147 source4/heimdal/lib/gssapi/krb5/import_name.c     p = strchr (tmp, '@');
strchr             62 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 		q = strchr(p, '.');
strchr             88 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 			q = strchr(p, '.');
strchr            156 source4/heimdal/lib/hdb/dbinfo.c 	    if(p == NULL || strchr(p, '/') != NULL)
strchr            259 source4/heimdal/lib/hdb/hdb.c     p = strchr(filename, ':');
strchr            659 source4/heimdal/lib/hx509/ca.c 	    q = strchr(q, '/');
strchr           1682 source4/heimdal/lib/hx509/cert.c 	s = strchr(c->u.rfc822Name, '@');
strchr           1687 source4/heimdal/lib/hx509/cert.c 	    s = strchr(n->u.rfc822Name, '@');
strchr            222 source4/heimdal/lib/hx509/file.c 		p = strchr(type, '-');
strchr            229 source4/heimdal/lib/hx509/file.c 	    p = strchr(buf, ':');
strchr            240 source4/heimdal/lib/hx509/file.c 	    p = strchr(buf, ':');
strchr            125 source4/heimdal/lib/hx509/keyset.c     residue = strchr(name, ':');
strchr            182 source4/heimdal/lib/hx509/ks_file.c 	iv = strchr(type, ',');
strchr            382 source4/heimdal/lib/hx509/ks_file.c 	pnext = strchr(p, ',');
strchr            815 source4/heimdal/lib/hx509/ks_p11.c     str = strchr(list, ',');
strchr            820 source4/heimdal/lib/hx509/ks_p11.c 	strnext = strchr(str, ',');
strchr            563 source4/heimdal/lib/hx509/name.c 	q = strchr(p, ',');
strchr            572 source4/heimdal/lib/hx509/name.c 	q = strchr(p, '=');
strchr            745 source4/heimdal/lib/hx509/name.c 		p2 = strchr(p, '}');
strchr            170 source4/heimdal/lib/krb5/addr_families.c     p = strchr(address, ':');
strchr            369 source4/heimdal/lib/krb5/addr_families.c     p = strchr(address, ':');
strchr            169 source4/heimdal/lib/krb5/cache.c     if (strchr (name, ':') == NULL)
strchr            330 source4/heimdal/lib/krb5/cache.c 	    tmp2 = strchr(tmp, '}');
strchr            944 source4/heimdal/lib/krb5/cache.c     p1 = strchr(p, ':');
strchr            127 source4/heimdal/lib/krb5/config_file.c     p1 = strchr (p + 1, ']');
strchr            174 source4/heimdal/lib/krb5/get_host_realm.c     for (p = host; p != NULL; p = strchr (p + 1, '.')) {
strchr            178 source4/heimdal/lib/krb5/get_host_realm.c 		    for (q = host; q != NULL; q = strchr(q + 1, '.'))
strchr            190 source4/heimdal/lib/krb5/get_host_realm.c     p = strchr(host, '.');
strchr            242 source4/heimdal/lib/krb5/get_host_realm.c     use_dns = (strchr(host, '.') != NULL);
strchr             85 source4/heimdal/lib/krb5/keytab.c     residual = strchr(name, ':');
strchr            788 source4/heimdal/lib/krb5/krbhst.c     if (!strchr(realm, '.'))
strchr            283 source4/heimdal/lib/krb5/log.c 	p = strchr(p, '/');
strchr            349 source4/heimdal/lib/krb5/principal.c 	q = strchr(quotable_chars, *p);
strchr           1252 source4/heimdal/lib/krb5/principal.c 	p = strchr(tmpinst, '.');
strchr            277 source4/heimdal/lib/krb5/send_to_kdc.c     colon = strchr(proxy, ':');
strchr             81 source4/heimdal/lib/krb5/transited.c 	    p = strchr(p, '.');
strchr            124 source4/heimdal/lib/roken/base64.c     for (p = str; *p && (*p == '=' || strchr(base64_chars, *p)); p += 4) {
strchr            240 source4/heimdal/lib/roken/getaddrinfo.c 	if (strchr (tmp_canon, '.') == NULL) {
strchr            248 source4/heimdal/lib/roken/getaddrinfo.c 		if (strchr (tmp, '.') != NULL)
strchr            370 source4/heimdal/lib/roken/getarg.c     p = strchr (argv, '=');
strchr             61 source4/heimdal/lib/roken/getnameinfo.c 		    char *dot = strchr (host, '.');
strchr             51 source4/heimdal/lib/roken/hostent_find_fqdn.c     if (strchr (ret, '.') == NULL)
strchr             53 source4/heimdal/lib/roken/hostent_find_fqdn.c 	    if (strchr (*h, '.') != NULL) {
strchr             92 source4/heimdal/lib/roken/roken_gethostby.c     p = strchr(*host, ':');
strchr             99 source4/heimdal/lib/roken/roken_gethostby.c     p = strchr(p ? p : *host, '/');
strchr            158 source4/heimdal/lib/roken/vis.c 	if (!isascii(c) || !isalnum(c) || strchr("$-_.+!*'(),", c) != NULL) {
strchr            181 source4/heimdal/lib/roken/vis.c 	isextra = strchr(extra, c) != NULL;
strchr             56 source4/lib/com/dcom/main.c 	endpoint = strchr(host, '[');
strchr            179 source4/lib/com/dcom/main.c 	if (strchr(server, ':') && 
strchr            351 source4/lib/com/dcom/main.c 		c = strchr(server, '['); 
strchr            473 source4/lib/ldb-samba/ldif_handlers.c 		p=strchr(line, ';');
strchr            477 source4/lib/ldb-samba/ldif_handlers.c 			p=strchr(line, '\n');
strchr             87 source4/lib/ldb/common/attrib_handlers.c 	while ((t = strchr(s, ' ')) != NULL) {
strchr            116 source4/lib/ldb/common/ldb_ldif.c 	while (*s && (p=strchr(b64,*s))) {
strchr            454 source4/lib/ldb/common/ldb_ldif.c 	p = strchr(*s, ':');
strchr            479 source4/lib/ldb/common/ldb_ldif.c 	p = strchr(p, '\n');
strchr            216 source4/lib/ldb/common/ldb_modules.c 	if (strchr(url, ':') != NULL) {
strchr            217 source4/lib/ldb/common/ldb_modules.c 		backend = talloc_strndup(ldb, url, strchr(url, ':')-url);
strchr            105 source4/lib/ldb/common/ldb_parse.c 		if (!isprint(buf[i]) || strchr(" *()\\&|!\"", buf[i])) {
strchr            114 source4/lib/ldb/common/ldb_parse.c 		if (!isprint(buf[i]) || strchr(" *()\\&|!\"", buf[i])) {
strchr            227 source4/lib/ldb/common/ldb_parse.c 	p1 = strchr(attr, ':');
strchr            229 source4/lib/ldb/common/ldb_parse.c 	p2 = strchr(p1+1, ':');
strchr            285 source4/lib/ldb/common/ldb_parse.c 	if (!strchr("=<>~:", *p)) {
strchr            133 source4/lib/ldb/ldb_sqlite3/base160.c             pTab = strchr(base160tab, *pBase160);
strchr            212 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                         pTab = strchr(base160tab, *pBase160);
strchr           1228 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (strchr(url, ':')) {
strchr            156 source4/lib/ldb/tools/cmdline.c 			for (p = cs, cc = 1; (q = strchr(p, ',')); cc++, p = q + 1) ;
strchr            166 source4/lib/ldb/tools/cmdline.c 				t = strchr(p, ',');
strchr            298 source4/lib/ldb/tools/ldbedit.c 	    strchr(options->argv[0], '=')) {
strchr            298 source4/lib/ldb/tools/ldbsearch.c 	    strchr(options->argv[0], '=')) {
strchr             88 source4/lib/registry/hive.c 	SMB_ASSERT(strchr(name, '\\') == NULL);
strchr             75 source4/lib/registry/local.c 		 *curend = strchr(orig, '\\');
strchr            114 source4/lib/registry/local.c 		curend = strchr(curbegin, '\\');
strchr             72 source4/lib/registry/tools/regshell.c 	printf("Name: %s\n", strchr(ctx->path, '\\')?strrchr(ctx->path, '\\')+1:
strchr            161 source4/lib/registry/util.c 	if (strchr(name, '\\') != NULL)
strchr            162 source4/lib/registry/util.c 		predeflength = strchr(name, '\\')-name;
strchr            174 source4/lib/registry/util.c 	if (strchr(name, '\\')) {
strchr            175 source4/lib/registry/util.c 		return reg_open_key(mem_ctx, predef, strchr(name, '\\')+1,
strchr            190 source4/lib/registry/util.c 	if (strchr(path, '\\') == NULL) {
strchr            213 source4/lib/registry/util.c 	if (!strchr(path, '\\')) {
strchr            236 source4/lib/registry/util.c 	if (!strchr(path, '\\')) {
strchr            109 source4/lib/socket/access.c 		if (strchr(s, '.') == 0 && strcasecmp(s, "unknown") != 0) {
strchr            117 source4/lib/socket/access.c 	} else if ((cut = strchr(tok, '/')) != 0) {	/* netnumber/netmask */
strchr            120 source4/lib/socket/access.c 	} else if (strchr(tok, '*') != 0) {
strchr            122 source4/lib/socket/access.c 	} else if (strchr(tok, '?') != 0) {
strchr            295 source4/lib/socket/access.c 			if ((strchr(*list, '/')) == NULL) {
strchr            549 source4/lib/socket/socket.c 		if ((p = strchr(tok,'='))) {
strchr            279 source4/lib/tls/tls.c 		if (strchr(tls->plain_chars, tls->first_byte)) {
strchr            170 source4/libcli/clifile.c 	if (strchr(fname, '*')) {
strchr            222 source4/libcli/raw/clisocket.c 	if ((p = strchr(name, '#'))) {
strchr            196 source4/libcli/security/sddl.c 		char *ptr = strchr(str, ';');
strchr            248 source4/nbt_server/wins/winsdb.c 	p = strchr(address, ';');
strchr            274 source4/nbt_server/wins/winsdb.c 	p = strchr(wins_owner, ';');
strchr            296 source4/nbt_server/wins/winsdb.c 	p = strchr(expire_time, ';');
strchr            100 source4/ntvfs/cifs_posix_cli/svfs_util.c 		if (strchr(dent->d_name, ':') && !strchr(unix_path, ':')) {
strchr            242 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 		s = strchr(dir->files[i].name, ':');
strchr            607 source4/ntvfs/common/notify.c 		next_p = strchr(p+1, '/');
strchr            368 source4/ntvfs/posix/pvfs_rename.c 	    strchr(name2->full_name + strlen(dir_path) + 1, '/')) {
strchr             88 source4/ntvfs/posix/pvfs_resolve.c 		p = strchr(p, '/');
strchr            232 source4/ntvfs/posix/pvfs_shortname.c 	for (s=name; (p=strchr(s, '/')); s=p+1) {
strchr            274 source4/ntvfs/posix/pvfs_shortname.c 	dot_p = strchr(name, '.');
strchr            295 source4/ntvfs/posix/pvfs_shortname.c 		if (strchr(dot_p+1, '.')) {
strchr            560 source4/ntvfs/posix/pvfs_shortname.c 		if (strchr("_-$~", i)) {
strchr            564 source4/ntvfs/posix/pvfs_shortname.c 		if (strchr("*\\/?<>|\":", i)) {
strchr            568 source4/ntvfs/posix/pvfs_shortname.c 		if (strchr("*?\"<>", i)) {
strchr            120 source4/ntvfs/posix/pvfs_streams.c 		if (strchr(streams->streams[i].name, ':') == NULL) {
strchr             97 source4/ntvfs/simple/svfs_util.c 		if (strchr(dent->d_name, ':') && !strchr(unix_path, ':')) {
strchr            239 source4/ntvfs/simple/vfs_simple.c 		s = strchr(dir->files[i].name, ':');
strchr            571 source4/param/loadparm.c 		if (strchr(ret,'"') != NULL)
strchr           1198 source4/param/loadparm.c 	if (strchr(pszParmName, ':') == NULL)
strchr           1705 source4/param/loadparm.c 		if (strchr(pszParmName, ':')) {
strchr           1733 source4/param/loadparm.c 		if (strchr(pszParmName, ':')) {
strchr           1819 source4/param/loadparm.c 	if (parmnum < 0 && strchr(pszParmName, ':')) {
strchr           1863 source4/param/loadparm.c 	p = strchr(s, '=');
strchr             62 source4/param/pyparam.c 	if (strchr(param_name, ':')) {
strchr             67 source4/param/pyparam.c 	    const char *option = strchr(param_name, ':') + 1;
strchr             84 source4/param/pyparam.c     } else if (strchr(param_name, ':')) {
strchr             88 source4/param/pyparam.c 	const char *option = strchr(param_name, ':') + 1;
strchr             55 source4/param/share_classic.c 	if (strchr(opt_name, ':')) {
strchr             60 source4/param/share_classic.c 		val = strchr(parm, ':');
strchr            117 source4/param/share_classic.c 	if (strchr(opt_name, ':')) {
strchr            122 source4/param/share_classic.c 		val = strchr(parm, ':');
strchr            175 source4/param/share_classic.c 	if (strchr(opt_name, ':')) {
strchr            180 source4/param/share_classic.c 		val = strchr(parm, ':');
strchr            248 source4/param/share_classic.c 	if (strchr(opt_name, ':')) {
strchr            253 source4/param/share_classic.c 		val = strchr(parm, ':');
strchr             68 source4/param/share_ldb.c 	if (strchr(opt_name, ':')) {
strchr             75 source4/param/share_ldb.c 		p = strchr(name, ':');
strchr            128 source4/param/share_ldb.c 	if (strchr(opt_name, ':')) {
strchr            135 source4/param/share_ldb.c 		p = strchr(name, ':');
strchr            134 source4/smb_server/smb/service.c 		char *p = strchr(service+2, '\\');
strchr            251 source4/smb_server/smb2/tcon.c 		const char *p = strchr(service+2, '\\');
strchr           3113 source4/torture/gentest.c 	p = strchr(*server, '/');
strchr            447 source4/torture/nbench/nbio.c 	if (strchr(fname, '*') == 0) {
strchr           1884 source4/torture/rpc/spoolss.c 				slash = strchr(unc, '\\');
strchr             87 source4/torture/smb2/util.c 	if (strchr(fname, ':') == NULL) {
strchr            113 source4/torture/util_smb.c 	if (strchr(fname, ':') == NULL) {
strchr            190 source4/torture/util_smb.c 	if (strchr(dname, ':') == NULL) {
strchr            301 source4/torture/winbind/struct_based.c 		p = strchr(lp, '\\');
strchr            309 source4/torture/winbind/struct_based.c 		p = strchr(lp, '\\');
strchr            711 source4/torture/winbind/struct_based.c 		p = strchr(lp, ' ');
strchr            863 source4/torture/winbind/struct_based.c 	char *p = strchr(domuser, winbind_separator(torture));
strchr            868 source4/torture/winbind/struct_based.c 		if ((p = strchr(domuser, '@')) != NULL) {
strchr            158 source4/utils/ad2oLschema.c 			char *p = strchr(line, ':');
strchr            173 source4/utils/ad2oLschema.c 			char *p = strchr(line, ':');
strchr            133 source4/utils/ntlm_auth.c 	char *p = strchr(domuser, winbind_separator);
strchr            977 source4/utils/ntlm_auth.c 		c = strchr(buf, '\n');
strchr           1005 source4/utils/ntlm_auth.c 		c=strchr(buf,' ');
strchr             73 source4/utils/oLschema2ldif.c 	if ((c = strchr(string, '(')) == NULL) {
strchr            156 source4/utils/oLschema2ldif.c 			char *s = strchr(c, ')');
strchr            320 source4/utils/oLschema2ldif.c 		c = strchr(++c, '\'');
strchr            368 source4/utils/oLschema2ldif.c 	c = strchr(c, '(');
strchr            120 source4/web_server/web_server.c 	} else if (strchr(line, ':') == NULL) {
strchr            127 source4/web_server/web_server.c 		char *colon = strchr(line, ':');
strchr            291 source4/web_server/wsgi.c 	questionmark = strchr(request_string, '?');
strchr             34 source4/winbind/wb_utils.c 	char *p = strchr(domuser, *lp_winbind_separator(lp_ctx));