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

/freebsd-10-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-10-stable/usr.bin/vi/catalog/
H A DMakefile11 SCAN= ${V}/cl/*.c ${V}/common/*.c ${V}/ex/*.c ${V}/vi/*.c macro
95 english.base: dump ${SCAN} #Makefile
96 ./dump ${SCAN} |\

Completed in 53 milliseconds