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

/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfwscanf.c89 #define HAVESIGN 0x10000 /* sign detected */ macro
649 flags |= HAVESIGN;
660 buf + 1 + !!(flags & HAVESIGN)) {
H A Dvfscanf.c88 #define HAVESIGN 0x10000 /* sign detected */ macro
723 flags |= HAVESIGN;
734 buf + 1 + !!(flags & HAVESIGN)) {

Completed in 178 milliseconds