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

/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c70 static const char *y_str = ""; /* 4 digit year */ variable
796 if (*y_str)
872 printf(" Length %sDate Time Name\n", y_str);
873 printf(" -------- %s---- ---- ----\n", y_str);
875 printf(" Length Method Size Ratio %sDate Time CRC-32 Name\n", y_str);
876 printf("-------- ------ ------- ----- %s---- ---- ------ ----\n", y_str);
908 printf(" -------- %s-------\n", y_str);
910 total_size, y_str, file_count, file_count != 1 ? "s" : "");
912 printf("-------- ------- --- %s-------\n", y_str);
914 total_size, total_size, y_str, file_coun
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c363 char *x_str = NULL, *y_str = NULL; local
376 y_str = BN_bn2hex(y);
377 if (!x_str || !y_str)
380 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str);
384 OPENSSL_free(y_str);

Completed in 124 milliseconds