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

/freebsd-10-stable/contrib/apr-util/test/
H A Dtestutil.h25 #define EXTENSION ".exe" macro
27 #define EXTENSION ".nlm" macro
29 #define EXTENSION macro
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c60 1989 C standard. EXTENSION directives are extensions. */
63 #define EXTENSION 2 macro
149 D(warning, T_WARNING, EXTENSION, 0) /* 22 */ \
150 D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) /* 19 */ \
151 D(ident, T_IDENT, EXTENSION, IN_I) /* 11 */ \
152 D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* 0 ObjC */ \
153 D(assert, T_ASSERT, EXTENSION, 0) /* 0 SVR4 */ \
154 D(unassert, T_UNASSERT, EXTENSION, 0) /* 0 SVR4 */ \
155 D(sccs, T_SCCS, EXTENSION, IN_I) /* 0 SVR4? */
342 && dir->origin == EXTENSION)
[all...]
/freebsd-10-stable/sbin/setkey/
H A Dparse.y100 %token F_EXT EXTENSION NOCYCLICSEQ
117 %type <num> EXTENSION MODE
480 : F_EXT EXTENSION { p_ext |= $2; }

Completed in 64 milliseconds