driverpath        141 source3/include/nt_printing.h 	fstring driverpath;
driverpath        155 source3/include/nt_printing.h 	fstring	driverpath;
driverpath       1441 source3/printing/nt_printing.c  	char *driverpath = NULL;
driverpath       1488 source3/printing/nt_printing.c 	driverpath = talloc_asprintf(talloc_tos(),
driverpath       1492 source3/printing/nt_printing.c 	if (!driverpath) {
driverpath       1497 source3/printing/nt_printing.c 	driverpath = driver_unix_convert(conn,driverpath,&st);
driverpath       1498 source3/printing/nt_printing.c 	if (!driverpath) {
driverpath       1503 source3/printing/nt_printing.c 	if (!vfs_file_exist(conn, driverpath, &st)) {
driverpath       1512 source3/printing/nt_printing.c 		driverpath,				/* fname */
driverpath       1529 source3/printing/nt_printing.c 				driverpath, errno));
driverpath       1535 source3/printing/nt_printing.c 		int    ret = get_file_version(fsp, driverpath, &major, &minor);
driverpath       1539 source3/printing/nt_printing.c 			DEBUG(6,("get_correct_cversion: Version info not found [%s]\n", driverpath));
driverpath       1558 source3/printing/nt_printing.c 					driverpath, cversion));
driverpath       1563 source3/printing/nt_printing.c 				  driverpath, major, minor));
driverpath       1567 source3/printing/nt_printing.c 		driverpath, cversion));
driverpath       1603 source3/printing/nt_printing.c 	if ((p = strrchr(driver->driverpath,'\\')) != NULL) {
driverpath       1605 source3/printing/nt_printing.c 		fstrcpy(driver->driverpath, new_name);
driverpath       1649 source3/printing/nt_printing.c 						     driver->driverpath,
driverpath       1672 source3/printing/nt_printing.c 	if ((p = strrchr(driver->driverpath,'\\')) != NULL) {
driverpath       1674 source3/printing/nt_printing.c 		fstrcpy(driver->driverpath, new_name);
driverpath       1719 source3/printing/nt_printing.c 						    driver->driverpath,
driverpath       1762 source3/printing/nt_printing.c     fstrcpy( dst->driverpath, src->driverpath);
driverpath       1928 source3/printing/nt_printing.c 	if (driver->driverpath && strlen(driver->driverpath)) {
driverpath       1932 source3/printing/nt_printing.c 							  driver->driverpath,
driverpath       1945 source3/printing/nt_printing.c 		if (!strequal(driver->datafile, driver->driverpath)) {
driverpath       1963 source3/printing/nt_printing.c 		if (!strequal(driver->configfile, driver->driverpath) &&
driverpath       1982 source3/printing/nt_printing.c 		if (!strequal(driver->helpfile, driver->driverpath) &&
driverpath       2003 source3/printing/nt_printing.c 			if (!strequal(driver->dependentfiles[i], driver->driverpath) &&
driverpath       2084 source3/printing/nt_printing.c 	if (strlen(driver->driverpath)) {
driverpath       2085 source3/printing/nt_printing.c 		fstrcpy(temp_name, driver->driverpath);
driverpath       2086 source3/printing/nt_printing.c 		slprintf(driver->driverpath, sizeof(driver->driverpath)-1, "%s%s", directory, temp_name);
driverpath       2128 source3/printing/nt_printing.c 			driver->driverpath,
driverpath       2176 source3/printing/nt_printing.c 	fstrcpy(info3.driverpath,driver->driverpath);
driverpath       2199 source3/printing/nt_printing.c 	fstrcpy(info.driverpath, "");
driverpath       2261 source3/printing/nt_printing.c 			  driver.driverpath,
driverpath       2326 source3/printing/nt_printing.c 				DEBUGADD(20,("driverpath:[%s]\n",      info3->driverpath));
driverpath       4923 source3/printing/nt_printing.c 	if ( strequal(file, info->driverpath) )
driverpath       4985 source3/printing/nt_printing.c 	if ( drv_file_in_use(src->driverpath, drv) ) {
driverpath       4987 source3/printing/nt_printing.c 		DEBUG(10,("Removing driverfile [%s] from list\n", src->driverpath));
driverpath       4988 source3/printing/nt_printing.c 		fstrcpy( src->driverpath, "" );
driverpath       5157 source3/printing/nt_printing.c 	if ( *info_3->driverpath ) {
driverpath       5158 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->driverpath[1], '\\' )) != NULL ) {
driverpath        899 source3/registry/reg_backend_printing.c 	filename = dos_basename( info3->driverpath );
driverpath       1882 source3/rpc_server/srv_spoolss_nt.c 	fstrcpy(d->driverpath,		r->driver_path);
driverpath       1892 source3/rpc_server/srv_spoolss_nt.c 	DEBUGADD(8,( "driverpath:      %s\n", d->driverpath));
driverpath       1934 source3/rpc_server/srv_spoolss_nt.c 	fstrcpy(d->driverpath,		r->driver_path);
driverpath       1944 source3/rpc_server/srv_spoolss_nt.c 	DEBUGADD(8,( "driverpath:      %s\n", d->driverpath));
driverpath       4756 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->driverpath)) {
driverpath       4758 source3/rpc_server/srv_spoolss_nt.c 				cservername, driver->info_3->driverpath);
driverpath       4801 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->driverpath)) {
driverpath       4803 source3/rpc_server/srv_spoolss_nt.c 				cservername, driver->info_3->driverpath);
driverpath       4862 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->driverpath)) {
driverpath       4864 source3/rpc_server/srv_spoolss_nt.c 				cservername, driver->info_3->driverpath);
driverpath       4929 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->driverpath)) {
driverpath       4931 source3/rpc_server/srv_spoolss_nt.c 				cservername, driver->info_3->driverpath);
driverpath       4977 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->driverpath)) {
driverpath       4979 source3/rpc_server/srv_spoolss_nt.c 				cservername, driver->info_3->driverpath);
driverpath       5072 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->driverpath)) {
driverpath       5080 source3/rpc_server/srv_spoolss_nt.c 						     driver->info_3->driverpath,
driverpath        667 source3/smbd/lanman.c 	trim_string(driver.info_3->driverpath, "\\print$\\WIN40\\0\\", 0);
driverpath        673 source3/smbd/lanman.c 	PACKS(desc, "z", driver.info_3->driverpath);  /* Driverfile Name */
driverpath        683 source3/smbd/lanman.c 	PACKS(desc,"z", driver.info_3->driverpath);               /* driver name */
driverpath        686 source3/smbd/lanman.c 	DEBUG(3,("Driver: %s:\n",driver.info_3->driverpath));