Home
last modified time | relevance | path

Searched refs:y_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c79 static const char *y_str = ""; /* 4 digit year */ variable
886 if (*y_str) in list()
1005 printf(" Length %sDate Time Name\n", y_str); in unzip()
1006 printf(" -------- %s---- ---- ----\n", y_str); in unzip()
1008 printf(" Length Method Size Ratio %sDate Time CRC-32 Name\n", y_str); in unzip()
1009 printf("-------- ------ ------- ----- %s---- ---- ------ ----\n", y_str); in unzip()
1041 printf(" -------- %s-------\n", y_str); in unzip()
1043 total_size, y_str, file_count, file_count != 1 ? "s" : ""); in unzip()
1045 printf("-------- ------- --- %s-------\n", y_str); in unzip()
1047 total_size, total_size, y_str, file_count, in unzip()
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2605 char *x_str = NULL, *y_str = NULL; in crypto_ec_point_debug_print() local
2615 y_str = BN_bn2hex(y); in crypto_ec_point_debug_print()
2616 if (!x_str || !y_str) in crypto_ec_point_debug_print()
2619 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str); in crypto_ec_point_debug_print()
2623 OPENSSL_free(y_str); in crypto_ec_point_debug_print()