• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/

Lines Matching defs:driverpath

1403  	pstring           driverpath;
1456 slprintf(driverpath, sizeof(driverpath)-1, "%s/%s", architecture, driverpath_in);
1458 driver_unix_convert(driverpath,conn,NULL,&st);
1460 if ( !vfs_file_exist( conn, driverpath, &st ) ) {
1465 status = open_file_ntcreate(conn, driverpath, &st,
1476 driverpath, errno));
1482 int ret = get_file_version(fsp, driverpath, &major, &minor);
1486 DEBUG(6,("get_correct_cversion: Version info not found [%s]\n", driverpath));
1505 driverpath, cversion));
1510 driverpath, major, minor));
1514 driverpath, cversion));
1549 if ((p = strrchr(driver->driverpath,'\\')) != NULL) {
1551 fstrcpy(driver->driverpath, new_name);
1585 * the PE header of driver->driverpath.
1594 if ((driver->cversion = get_correct_cversion( architecture, driver->driverpath, user, &err)) == -1)
1615 if ((p = strrchr(driver->driverpath,'\\')) != NULL) {
1617 fstrcpy(driver->driverpath, new_name);
1651 * the PE header of driver->driverpath.
1661 if ((driver->version = get_correct_cversion(architecture, driver->driverpath, user, &err)) == -1)
1700 fstrcpy( dst->driverpath, src->driverpath);
1821 if (driver->driverpath && strlen(driver->driverpath)) {
1822 slprintf(new_name, sizeof(new_name)-1, "%s/%s", architecture, driver->driverpath);
1823 slprintf(old_name, sizeof(old_name)-1, "%s/%s", new_dir, driver->driverpath);
1837 if (!strequal(driver->datafile, driver->driverpath)) {
1854 if (!strequal(driver->configfile, driver->driverpath) &&
1872 if (!strequal(driver->helpfile, driver->driverpath) &&
1892 if (!strequal(driver->dependentfiles[i], driver->driverpath) &&
1958 if (strlen(driver->driverpath)) {
1959 fstrcpy(temp_name, driver->driverpath);
1960 slprintf(driver->driverpath, sizeof(driver->driverpath)-1, "%s%s", directory, temp_name);
1998 driver->driverpath,
2049 fstrcpy(info3.driverpath,driver->driverpath);
2072 fstrcpy(info.driverpath, "");
2130 driver.driverpath,
2194 DEBUGADD(20,("driverpath:[%s]\n", info3->driverpath));
4726 if ( strequal(file, info->driverpath) )
4788 if ( drv_file_in_use(src->driverpath, drv) ) {
4790 DEBUG(10,("Removing driverfile [%s] from list\n", src->driverpath));
4791 fstrcpy( src->driverpath, "" );
4957 if ( *info_3->driverpath ) {
4958 if ( (s = strchr( &info_3->driverpath[1], '\\' )) != NULL ) {