Searched refs:patch (Results 76 - 83 of 83) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h496 static char *version(int *major, int *minor, int *patch);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c118 * berkdb version - Returns a list {major minor patch}
3254 int i, optindex, maj, min, patch, result, string, verobjc; local
3298 v = db_version(&maj, &min, &patch);
3305 verobjv[2] = Tcl_NewIntObj(patch);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c216 struct patch **start_patch,
8516 struct patch *cur_patch;
8623 * is in a patch that was removed.
8671 ahd_check_patch(struct ahd_softc *ahd, struct patch **start_patch,
8674 struct patch *cur_patch;
8675 struct patch *last_patch;
8690 /* Accepted this patch. Advance to the next
8709 struct patch *cur_patch;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dmaint.mk535 apply the above patch\n'
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/wl/config/
H A Dwl.mk1508 # wl patch code
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfigure31494 int major, minor, patch;
31496 version_str = db_version(&major, &minor, &patch);
31497 if ((major*100 + minor*10 + patch) < (DB_MAJOR_REQ*100 + DB_MINOR_REQ*10 + DB_PATCH_REQ)) {
31498 printf("linking wrong library version (%d.%d.%d), ",major, minor, patch);
31501 if ( major != DB_VERSION_MAJOR || minor != DB_VERSION_MINOR || patch != DB_VERSION_PATCH) {
31503 DB_VERSION_MAJOR, DB_VERSION_MINOR, DB_VERSION_PATCH, major, minor, patch);
31506 printf("%d.%d.%d ... ",major, minor, patch);
31615 int major, minor, patch;
31617 version_str = db_version(&major, &minor, &patch);
31618 if ((major*100 + minor*10 + patch) < (DB_MAJOR_RE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1986 * patch ALL busy ccbs of this target.
3019 * patch requested size into sense command
5415 np->fw_patch = fw->patch;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex2563 There is a patch to \verb|gated|, allowing classification of routes
2922 say is that ISC \verb|dhcp-2.0b1pl6| patched with the patch that

Completed in 377 milliseconds

1234