helpfile          144 source3/include/nt_printing.h 	fstring helpfile;
helpfile          158 source3/include/nt_printing.h 	fstring	helpfile;
helpfile         1618 source3/printing/nt_printing.c 	if ((p = strrchr(driver->helpfile,'\\')) != NULL) {
helpfile         1620 source3/printing/nt_printing.c 		fstrcpy(driver->helpfile, new_name);
helpfile         1687 source3/printing/nt_printing.c 	if ((p = strrchr(driver->helpfile,'\\')) != NULL) {
helpfile         1689 source3/printing/nt_printing.c 		fstrcpy(driver->helpfile, new_name);
helpfile         1765 source3/printing/nt_printing.c     fstrcpy( dst->helpfile, src->helpfile);
helpfile         1981 source3/printing/nt_printing.c 	if (driver->helpfile && strlen(driver->helpfile)) {
helpfile         1982 source3/printing/nt_printing.c 		if (!strequal(driver->helpfile, driver->driverpath) &&
helpfile         1983 source3/printing/nt_printing.c 		    !strequal(driver->helpfile, driver->datafile) &&
helpfile         1984 source3/printing/nt_printing.c 		    !strequal(driver->helpfile, driver->configfile)) {
helpfile         1988 source3/printing/nt_printing.c 								  driver->helpfile,
helpfile         2006 source3/printing/nt_printing.c 			    !strequal(driver->dependentfiles[i], driver->helpfile)) {
helpfile         2099 source3/printing/nt_printing.c 	if (strlen(driver->helpfile)) {
helpfile         2100 source3/printing/nt_printing.c 		fstrcpy(temp_name, driver->helpfile);
helpfile         2101 source3/printing/nt_printing.c 		slprintf(driver->helpfile, sizeof(driver->helpfile)-1, "%s%s", directory, temp_name);
helpfile         2131 source3/printing/nt_printing.c 			driver->helpfile,
helpfile         2179 source3/printing/nt_printing.c 	fstrcpy(info3.helpfile,driver->helpfile);
helpfile         2202 source3/printing/nt_printing.c 	fstrcpy(info.helpfile, "");
helpfile         2264 source3/printing/nt_printing.c 			  driver.helpfile,
helpfile         2329 source3/printing/nt_printing.c 				DEBUGADD(20,("helpfile:[%s]\n",        info3->helpfile));
helpfile         4932 source3/printing/nt_printing.c 	if ( strequal(file, info->helpfile) )
helpfile         5003 source3/printing/nt_printing.c 	if ( drv_file_in_use(src->helpfile, drv) ) {
helpfile         5005 source3/printing/nt_printing.c 		DEBUG(10,("Removing helpfile [%s] from list\n", src->helpfile));
helpfile         5006 source3/printing/nt_printing.c 		fstrcpy( src->helpfile, "" );
helpfile         5184 source3/printing/nt_printing.c 	if ( *info_3->helpfile ) {
helpfile         5185 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->helpfile[1], '\\' )) != NULL ) {
helpfile          914 source3/registry/reg_backend_printing.c 	filename = dos_basename( info3->helpfile );
helpfile         1885 source3/rpc_server/srv_spoolss_nt.c 	fstrcpy(d->helpfile,		r->help_file);
helpfile         1895 source3/rpc_server/srv_spoolss_nt.c 	DEBUGADD(8,( "helpfile:        %s\n", d->helpfile));
helpfile         1937 source3/rpc_server/srv_spoolss_nt.c 	fstrcpy(d->helpfile,		r->help_file);
helpfile         1947 source3/rpc_server/srv_spoolss_nt.c 	DEBUGADD(8,( "helpfile:        %s\n", d->helpfile));
helpfile         4825 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->helpfile)) {
helpfile         4827 source3/rpc_server/srv_spoolss_nt.c 				cservername, driver->info_3->helpfile);
helpfile         4886 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->helpfile)) {
helpfile         4888 source3/rpc_server/srv_spoolss_nt.c 				cservername, driver->info_3->helpfile);
helpfile         5001 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->helpfile)) {
helpfile         5003 source3/rpc_server/srv_spoolss_nt.c 				cservername, driver->info_3->helpfile);
helpfile         5117 source3/rpc_server/srv_spoolss_nt.c 	if (strlen(driver->info_3->helpfile)) {
helpfile         5125 source3/rpc_server/srv_spoolss_nt.c 						     driver->info_3->helpfile,
helpfile          669 source3/smbd/lanman.c 	trim_string(driver.info_3->helpfile, "\\print$\\WIN40\\0\\", 0);
helpfile          682 source3/smbd/lanman.c 	PACKS(desc,"z", driver.info_3->helpfile);           /* helpfile name */
helpfile          691 source3/smbd/lanman.c 	DEBUG(3,("Help File: %s:\n",driver.info_3->helpfile));