Searched refs:helpfile (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dpy_spoolss_drivers_conv.c48 { "help_file", PY_UNISTR, offsetof(DRIVER_INFO_3, helpfile) },
61 { "help_file", PY_UNISTR, offsetof(DRIVER_INFO_6, helpfile) },
/asus-wl-520gu-7.0.1.45/src/router/samba/source/printing/
H A Dnt_printing.c1232 if ((p = strrchr(driver->helpfile,'\\')) != NULL) {
1234 fstrcpy(driver->helpfile, new_name);
1296 if ((p = strrchr(driver->helpfile,'\\')) != NULL) {
1298 fstrcpy(driver->helpfile, new_name);
1365 fstrcpy( dst->helpfile, src->helpfile);
1537 if (driver->helpfile && strlen(driver->helpfile)) {
1538 if (!strequal(driver->helpfile, driver->driverpath) &&
1539 !strequal(driver->helpfile, drive
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dnt_printing.h145 fstring helpfile; member in struct:nt_printer_driver_info_level_3
159 fstring helpfile; member in struct:__anon12292
H A Drpc_spoolss.h1091 UNISTR helpfile; member in struct:driver_info_3
1106 UNISTR helpfile; member in struct:driver_info_6
1544 UNISTR2 helpfile; member in struct:spool_printer_driver_info_level_3
1579 UNISTR2 helpfile; member in struct:__anon12351
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_spoolss.c2803 if (!smb_io_relstr("helpfile", buffer, depth, &info->helpfile))
2842 if (!smb_io_relstr("helpfile", buffer, depth, &info->helpfile))
3521 size+=size_of_relative_string( &info->helpfile );
3544 size+=size_of_relative_string( &info->helpfile );
5079 if(!prs_uint32("helpfile", ps, depth, &il->helpfile_ptr))
5103 if(!smb_io_unistr2("helpfile", &il->helpfile, il->helpfile_ptr, ps, depth))
5168 if(!prs_uint32("helpfile ", p
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_spoolss.c871 fstring helpfile = ""; local
887 rpcstr_pull(helpfile, i1->helpfile.buffer, sizeof(helpfile), -1, STR_TERMINATE);
898 printf ("\tHelpfile: [%s]\n\n", helpfile);
1221 str = get_driver_3_param (NULL, ":", &info->helpfile);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/registry/
H A Dreg_printing.c302 filename = dos_basename( info3->helpfile );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_spoolss_nt.c5199 if (strlen(driver.info_3->helpfile)) {
5200 slprintf(temp, sizeof(temp)-1, "\\\\%s%s", servername, driver.info_3->helpfile);
5201 init_unistr( &info->helpfile, temp );
5203 init_unistr( &info->helpfile, "" );
5307 if (strlen(driver.info_3->helpfile)) {
5308 slprintf(temp, sizeof(temp)-1, "\\\\%s%s", servername, driver.info_3->helpfile);
5309 init_unistr( &info->helpfile, temp );
5311 init_unistr( &info->helpfile, "" );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dlanman.c543 trim_string(driver.info_3->helpfile, "\\print$\\WIN40\\0\\", 0);
557 PACKS(desc,"z", driver.info_3->helpfile); /* helpfile name */
566 DEBUG(3,("Help File: %s:\n",driver.info_3->helpfile));

Completed in 201 milliseconds