strrchr_m         124 lib/util/charset/charset.h char *strrchr_m(const char *s, char c);
strrchr_m         752 source3/client/client.c 			p = strrchr_m(mask2,CLI_DIRSEP_CHAR);
strrchr_m        2057 source3/client/client.c 	p = strrchr_m(rname,'/');
strrchr_m         544 source3/client/clitar.c 	if ((basehack=strrchr_m(ffname, '\\')) == NULL) {
strrchr_m        1514 source3/client/clitar.c 					if (strrchr_m(cliplist[i], '\\')) {
strrchr_m        1540 source3/client/clitar.c 						p = strrchr_m(tarmac, '\\');
strrchr_m         174 source3/client/smbspool.c 	if ((sep = strrchr_m(uri, '@')) != NULL) {
strrchr_m         231 source3/client/smbspool.c 	if ((sep = strrchr_m(server, ':')) != NULL) {
strrchr_m        1506 source3/include/proto.h char *strrchr_m(const char *s, char c);
strrchr_m         595 source3/lib/debug.c 		const char *p = strrchr_m( pname,'/' );
strrchr_m         181 source3/lib/fault.c 	if ((end = strrchr_m(tmp_corepath, '/'))) {
strrchr_m         232 source3/lib/fault.c 		if ((end = strrchr_m(logbase, '/'))) {
strrchr_m          46 source3/lib/popt_common.c 	pname = strrchr_m(poptGetInvocationName(con),'/');
strrchr_m         185 source3/lib/smbconf/smbconf_reg.c 	subkeyname = strrchr_m(key->key->name, '\\');
strrchr_m         761 source3/lib/util.c 		if ((p=strrchr_m(str,'\\')) != NULL) {
strrchr_m         813 source3/lib/util.c 		if ((p=strrchr_m(str,'/')) != NULL) {
strrchr_m        1686 source3/lib/util.c 	last_component = strrchr_m(name, '/');
strrchr_m        2332 source3/lib/util.c 	p = strrchr_m(dir, '/'); /* Find final '/', if any */
strrchr_m        1913 source3/lib/util_sock.c 	servername = strrchr_m(name, '\\' );
strrchr_m         407 source3/lib/util_tdb.c 		const char *base = strrchr_m(name, '/');
strrchr_m         573 source3/lib/util_tdb.c 		const char *base = strrchr_m(name, '/');
strrchr_m         542 source3/libsmb/clidfs.c 		p1 = strrchr_m(path_out, '/');
strrchr_m         543 source3/libsmb/clidfs.c 		p2 = strrchr_m(path_out, '\\');
strrchr_m          50 source3/modules/onefs_streams.c 	stream = strrchr_m(*pstream, ':');
strrchr_m         133 source3/modules/vfs_gpfs.c 	name = strrchr_m(real_pathname, '/');
strrchr_m         185 source3/modules/vfs_notify_fam.c 	if ((ne.path = strrchr_m(fam_event.filename, '\\')) == NULL) {
strrchr_m         344 source3/modules/vfs_preopen.c 	p = strrchr_m(fname, '/');
strrchr_m         380 source3/printing/lpq_parse.c 				char *p = strrchr_m(tok[2],'/');
strrchr_m         416 source3/printing/lpq_parse.c 			char *p = strrchr_m(tok[4],'/');
strrchr_m         722 source3/printing/lpq_parse.c 		char *p = strrchr_m(tok[6],'/');
strrchr_m         801 source3/printing/lpq_parse.c 		char *p = strrchr_m(tok[6],'/');
strrchr_m         173 source3/printing/print_generic.c 	p = strrchr_m(print_directory,'/');
strrchr_m         249 source3/rpc_server/srv_dfs_nt.c 		p = strrchr_m(path,'\\');
strrchr_m         135 source3/rpc_server/srv_ntsvcs_nt.c 		if ( !(ptr = strrchr_m( r->in.devicepath, '\\' )) )
strrchr_m         139 source3/rpc_server/srv_ntsvcs_nt.c 		if ( !(ptr = strrchr_m( r->in.devicepath, '_' )) )
strrchr_m          46 source3/smbd/close.c 	if (!(p = strrchr_m(fsp->fsp_name,'/'))) {
strrchr_m         322 source3/smbd/dosmode.c 		const char *p = strrchr_m(path,'/');
strrchr_m         483 source3/smbd/dosmode.c 		const char *p = strrchr_m(path,'/');
strrchr_m         221 source3/smbd/filename.c 		end = strrchr_m(name, '/');
strrchr_m         593 source3/smbd/msdfs.c 	p = strrchr_m(localpath, '/');
strrchr_m         595 source3/smbd/msdfs.c 		q = strrchr_m(canon_dfspath, '/');
strrchr_m         621 source3/smbd/msdfs.c 		p = strrchr_m(localpath, '/');
strrchr_m         625 source3/smbd/msdfs.c 			q = strrchr_m(canon_dfspath, '/');
strrchr_m         283 source3/smbd/nttrans.c 	if ((lastcomp = strrchr_m(fname, '/')) != NULL)
strrchr_m         592 source3/smbd/open.c 	if ((fname = strrchr_m(fname,'.'))) {
strrchr_m         135 source3/smbd/perfcount.c 		module_name = smb_xstrdup(strrchr_m(module_path, '/')+1);
strrchr_m         543 source3/smbd/reply.c 	p = strrchr_m(service_buf,'\\');
strrchr_m        1345 source3/smbd/reply.c 		p = strrchr_m(directory,'/');
strrchr_m        2192 source3/smbd/reply.c 	s = strrchr_m(fsp->fsp_name, '/');
strrchr_m        2432 source3/smbd/reply.c 	p = strrchr_m(name,'/');
strrchr_m        5434 source3/smbd/reply.c 	pname1 = strrchr_m(name1,'/');
strrchr_m        5435 source3/smbd/reply.c 	pname2 = strrchr_m(name2_copy,'/');
strrchr_m        5455 source3/smbd/reply.c 	p = strrchr_m(root1,'.');
strrchr_m        5462 source3/smbd/reply.c 	p = strrchr_m(root2,'.');
strrchr_m        5674 source3/smbd/reply.c 	if(strrchr_m(newname,'/') == 0) {
strrchr_m        5701 source3/smbd/reply.c 		p = strrchr_m(newname,'/');
strrchr_m        5909 source3/smbd/reply.c 	p = strrchr_m(name,'/');
strrchr_m        5961 source3/smbd/reply.c 		if(strrchr_m(newname,'/') == 0) {
strrchr_m        6308 source3/smbd/reply.c 		const char *p = strrchr_m(src,'/');
strrchr_m        6567 source3/smbd/reply.c 	p = strrchr_m(name,'/');
strrchr_m         239 source3/smbd/statcache.c 		if (!(sp = strrchr_m(chk_name, '/'))) {
strrchr_m        1273 source3/smbd/trans2.c 	p = strrchr_m(path_mask,'/');
strrchr_m        1994 source3/smbd/trans2.c 	p = strrchr_m(directory,'/');
strrchr_m        4071 source3/smbd/trans2.c 	p = strrchr_m(fname,'/');
strrchr_m        5427 source3/smbd/trans2.c 		p = strrchr_m(base_name, '/');
strrchr_m         154 source3/smbd/vfs.c 		module_name = smb_xstrdup(strrchr_m(module_path, '/')+1);
strrchr_m         889 source3/smbd/vfs.c 				p = strrchr_m(tmp_fname, '/');
strrchr_m         150 source3/torture/masktest.c 	const char *new_pattern = 1+strrchr_m(pattern,'\\');
strrchr_m         476 source3/web/cgi.c 	if ((p=strrchr_m(buf, '.'))) {
strrchr_m         527 source4/client/client.c 			p = strrchr_m(mask2,'\\');
strrchr_m        1497 source4/client/client.c 	p = strrchr_m(rname,'/');
strrchr_m          73 source4/lib/cmdline/popt_common.c 	pname = strrchr_m(poptGetInvocationName(con),'/');
strrchr_m          56 source4/ntvfs/posix/pvfs_rename.c 	r1 = strrchr_m(name1->full_name, '/');
strrchr_m          57 source4/ntvfs/posix/pvfs_rename.c 	r2 = strrchr_m(name2, '/');
strrchr_m         154 source4/ntvfs/posix/pvfs_rename.c 	p = strrchr_m(fname, '.');
strrchr_m         166 source4/ntvfs/posix/pvfs_rename.c 	p = strrchr_m(pattern, '.');
strrchr_m         778 source4/ntvfs/posix/pvfs_resolve.c 	p = strrchr_m((*name)->full_name, '/');
strrchr_m         156 source4/ntvfs/posix/pvfs_setfileinfo.c 		p = strrchr_m(new_name, '\\');
strrchr_m          62 source4/torture/masktest.c 	pattern = 1+strrchr_m(pattern,'\\');