mapfile            38 source3/modules/vfs_expand_msdfs.c static char *read_target_host(TALLOC_CTX *ctx, const char *mapfile)
mapfile            45 source3/modules/vfs_expand_msdfs.c 	f = x_fopen(mapfile, O_RDONLY, 0);
mapfile            49 source3/modules/vfs_expand_msdfs.c 			 mapfile, strerror(errno) ));
mapfile            53 source3/modules/vfs_expand_msdfs.c 	DEBUG(10, ("Scanning mapfile [%s]\n", mapfile));
mapfile          3817 source3/printing/nt_printing.c 	char *mapfile = lp_os2_driver_map();
mapfile          3825 source3/printing/nt_printing.c 	if (!*mapfile)
mapfile          3835 source3/printing/nt_printing.c 	lines = file_lines_load(mapfile, &numlines,0,NULL);
mapfile          3837 source3/printing/nt_printing.c 		DEBUG(0,("No entries in OS/2 driver map %s\n",mapfile));
mapfile          3842 source3/printing/nt_printing.c 	DEBUG(4,("Scanning OS/2 driver map %s\n",mapfile));
mapfile            74 source3/smbd/map_username.c 	char *mapfile = lp_username_map();
mapfile           135 source3/smbd/map_username.c 	if (!*mapfile)
mapfile           138 source3/smbd/map_username.c 	f = x_fopen(mapfile,O_RDONLY, 0);
mapfile           140 source3/smbd/map_username.c 		DEBUG(0,("can't open username map %s. Error %s\n",mapfile, strerror(errno) ));
mapfile           144 source3/smbd/map_username.c 	DEBUG(4,("Scanning username map %s\n",mapfile));