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

/freebsd-10.3-release/lib/libc/stdio/
H A Dvfscanf.c91 #define HAVESIGN 0x10000 /* sign detected */ macro
386 flags |= HAVESIGN;
397 buf + 1 + !!(flags & HAVESIGN)) {
H A Dvfwscanf.c89 #define HAVESIGN 0x10000 /* sign detected */ macro
371 flags |= HAVESIGN;
382 buf + 1 + !!(flags & HAVESIGN)) {

Completed in 101 milliseconds