Home | History | Annotate | Download | only in nvmectl

Lines Matching defs:p1

111 	char *p1, *p2;
239 p1 = BN_bn2dec(t1);
241 if (p1 == NULL || p2 == NULL) {
243 free(p1);
247 p1, localeconv()->decimal_point, p2,
250 free(p1);
260 p1 = BN_bn2dec(nbytes);
261 if (p1 == NULL)
264 p1, sep, SCALE2PREFIX(i), suffix);
265 free(p1);