Searched refs:SCAN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c71 #define SCAN(fmt, var) \ macro
165 SCAN(SCNd8, i8);
166 SCAN(SCNd16, i16);
167 SCAN(SCNd32, i32);
168 SCAN(SCNd64, i64);
169 SCAN(SCNdLEAST8, il8);
170 SCAN(SCNdLEAST16, il16);
171 SCAN(SCNdLEAST32, il32);
172 SCAN(SCNdLEAST64, il64);
173 SCAN(SCNdFAST
240 #undef SCAN macro
[all...]
/freebsd-11-stable/usr.bin/vi/catalog/
H A DMakefile16 SCAN= ${V}/cl/*.c ${V}/common/*.c ${V}/ex/*.c ${V}/vi/*.c macro
100 english.base: dump ${SCAN} #Makefile
101 ${BTOOLSPATH:U.}/dump ${SCAN} |\
/freebsd-11-stable/usr.bin/whois/
H A Dwhois.c89 #define SCAN(p, end, check) \ macro
482 SCAN(p, buf+len, *p == ' ');
487 SCAN(p, buf+len, *p == ' ');
489 SCAN(p, buf+len, ishost(*p));

Completed in 69 milliseconds