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.c75 static const char *y_str = ""; /* 4 digit year */ variable
881 if (*y_str) in list()
997 printf(" Length %sDate Time Name\n", y_str); in unzip()
998 printf(" -------- %s---- ---- ----\n", y_str); in unzip()
1000 printf(" Length Method Size Ratio %sDate Time CRC-32 Name\n", y_str); in unzip()
1001 printf("-------- ------ ------- ----- %s---- ---- ------ ----\n", y_str); in unzip()
1033 printf(" -------- %s-------\n", y_str); in unzip()
1035 total_size, y_str, file_count, file_count != 1 ? "s" : ""); in unzip()
1037 printf("-------- ------- --- %s-------\n", y_str); in unzip()
1039 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()