Searched refs:versionp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_logc.cpp66 int DbLogc::version(u_int32_t *versionp, u_int32_t _flags) argument
71 ret = logc->version(logc, versionp, _flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c1121 char *versionp; local
1144 versionp = endp;
1153 versionp = strrchr( n, '.');
1154 if (versionp != NULL) /* Can't miss. */
1156 *versionp = '\0';
1161 versionp = strrchr( n, ';');
1163 if ((versionp == NULL) || (versionp < last_slash))
1167 versionp = endp;
1182 if ((vmsver > 1) && (versionp !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_get.c162 __logc_version_pp(logc, versionp, flags)
164 u_int32_t *versionp;
177 REPLICATION_WRAP(env, (__logc_version(logc, versionp)), 0, ret);
189 __logc_version(logc, versionp)
191 u_int32_t *versionp;
236 *versionp = logc->p_version;
H A Dlog.c576 __log_valid(dblp, number, set_persist, fhpp, flags, statusp, versionp)
583 u_int32_t *versionp;
770 if (versionp != NULL)
771 *versionp = persist->version;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c4324 char *versionp;
4329 versionp = endp;
4330 while ((--versionp >= src) && isdigit(*versionp));
4333 if ((*versionp != ';') && ((uO.Y_flag == 0) || (*versionp != '.')))
4336 versionp = endp;
4342 *versionp = '\0';
4344 else if (*versionp == '.')
4346 *versionp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h750 int version(u_int32_t *versionp, u_int32_t _flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h751 int version(u_int32_t *versionp, u_int32_t _flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h751 int version(u_int32_t *versionp, u_int32_t _flags);

Completed in 288 milliseconds