Searched refs:verstr (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dpkgwrap.c38 char buffer[FILENAME_MAX], *cp, *verstr; local
55 verstr = cp;
60 for (cp = verstr; *cp != '\0'; cp++)
63 if (atoi(verstr) < PKG_INSTALL_VERSION)
/freebsd-10-stable/sys/dev/hyperv/utilities/
H A Dvmbus_ic.c254 char verstr[16]; local
256 snprintf(verstr, sizeof(verstr), "%u.%u",
258 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req);
265 char verstr[16]; local
267 snprintf(verstr, sizeof(verstr), "%u.%u",
269 return sysctl_handle_string(oidp, verstr, sizeof(verstr), re
[all...]
/freebsd-10-stable/contrib/amd/amd/
H A Damd.c386 char *domdot, *verstr, *vertmp; local
508 verstr = strtok(vertmp, "\n");
510 while (verstr) {
511 plog(XLOG_INFO, "%s", verstr);
512 verstr = strtok(NULL, "\n");
/freebsd-10-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1125 char verstr[16]; local
1127 snprintf(verstr, sizeof(verstr), "%u.%u",
1130 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req);
/freebsd-10-stable/contrib/binutils/bfd/
H A Delflink.c3936 const char *verstr;
3943 verstr = NULL;
3945 verstr =
3948 verstr = "";
3950 if (verstr == NULL)
3968 verstr = NULL;
3979 verstr = a->vna_nodename;
3986 if (verstr == NULL)
3997 verlen = strlen (verstr);
4015 memcpy (p, verstr, verle
3927 const char *verstr; local
5549 const char *verstr, *name; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2071 char verstr[16]; local
2072 (void) snprintf(verstr, sizeof (verstr),
2084 if (zfs_prop_set(zhp, "version", verstr) == 0)
/freebsd-10-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c4467 char verstr[16]; local
4469 snprintf(verstr, sizeof(verstr), "%u.%u",
4472 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req);

Completed in 215 milliseconds