Home
last modified time | relevance | path

Searched refs:FCN (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/binutils-2.34/gas/
HDas.h449 #define PRINTF_LIKE(FCN) \ argument
450 void FCN (const char *format, ...) \
452 #define PRINTF_WHERE_LIKE(FCN) \ argument
453 void FCN (const char *file, unsigned int line, const char *format, ...) \
458 #define PRINTF_LIKE(FCN) void FCN (const char *format, ...) argument
459 #define PRINTF_WHERE_LIKE(FCN) void FCN (const char *file, \ argument
/dragonfly/contrib/binutils-2.27/gas/
HDas.h439 #define PRINTF_LIKE(FCN) \ argument
440 void FCN (const char *format, ...) \
442 #define PRINTF_WHERE_LIKE(FCN) \ argument
443 void FCN (const char *file, unsigned int line, const char *format, ...) \
448 #define PRINTF_LIKE(FCN) void FCN (const char *format, ...) argument
449 #define PRINTF_WHERE_LIKE(FCN) void FCN (const char *file, \ argument
/dragonfly/contrib/awk/
HDawk.h135 #define FCN 040 /* this is a function name */ macro
223 #define isfcn(n) ((n)->tval & FCN)
HDtran.c335 if (vp->tval & FCN) in funnyvar()
627 { "FCN", FCN }, in flags2str()
HDparse.c247 v->tval = FCN; in defn()
/dragonfly/contrib/binutils-2.27/binutils/
HDod-xcoff.c223 SC_ENTRY(FCN),
/dragonfly/games/fortune/datfiles/
HDfortunes5659 (DEFUN MAPCAR (&FUNCTIONAL FCN &EVAL &REST LISTS)
5663 (%START-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)
5670 L2 (%FINISH-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)