Gabriel F. T. Gomes 93486ba583 Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions
When the commit

commit 03992356e6fedc5a5e9d32df96c1a2c79ea28a8f
Author: Zack Weinberg <zackw@panix.com>
Date:   Sat Feb 10 11:58:35 2018 -0500

    Use C99-compliant scanf under _GNU_SOURCE with modern compilers.

added the DEPRECATED_SCANF macro to select when redirections of *scanf
functions to their ISO C99 compliant versions should happen, it
accidentally missed doing it for vfwscanf, vwscanf, and vswscanf.

Tested for powerpc64le and with build-many-glibcs (i686-linux-gnu and
nios2-linux-gnu are failing with current master, and with this patch,
but I didn't see a regression).

Change-Id: I706b344a3fb50be017cdab9251d9da18a3ba8c60
2019-11-22 15:29:21 -03:00
..
2018-03-25 00:48:01 +01:00
2019-10-31 17:02:49 -03:00
2017-11-22 22:21:10 +00:00
2018-12-07 12:47:41 -08:00
2019-05-02 11:42:51 +02:00
2019-10-09 17:48:41 -03:00
2018-12-07 20:21:45 +01:00
2019-11-06 09:20:52 -03:00