Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/lvm2/dist/test/
H A Dtest-utils.sh23 while FUNC=${FUNCNAME[$i]}; test "$FUNC" != "main"; do
24 echo "$i ${FUNC}() called from ${BASH_SOURCE[$i]}:${BASH_LINENO[$i]}"
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig.c2223 { FUNC(bssid) },
2231 { FUNC(proto) },
2232 { FUNC(key_mgmt) },
2234 { FUNC(pairwise) },
2235 { FUNC(group) },
2237 { FUNC(auth_alg) },
2248 { FUNC(eap) },
2321 { FUNC(ocv) },
2344 { FUNC(psk_list) },
2427 #undef FUNC
[all …]
/dragonfly/contrib/awk/
H A Dlex.c62 { "func", FUNC, FUNC },
63 { "function", FUNC, FUNC },
522 case FUNC: in word()
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
83 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
185 | FUNC funcname '(' varlist rparen {infunc = true;} lbrace stmtlist '}'
/dragonfly/sys/sys/
H A Dkobj.h112 #define KOBJMETHOD(NAME, FUNC) { &NAME##_desc, (kobjop_t) FUNC } argument
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dcrtstuff.c73 # define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
75 call_ ## FUNC (void) \
78 FUNC (); \
H A Dlibgcc2.c1461 #define FUNC __floatdisf macro
1465 #define FUNC __floatdidf macro
1471 FUNC (DWtype u) in FUNC() function
1577 #define FUNC __floatundisf macro
1581 #define FUNC __floatundidf macro
1587 FUNC (UDWtype u) in FUNC() function
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dcrtstuff.c72 # define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
74 call_ ## FUNC (void) \
77 FUNC (); \
H A Dlibgcc2.c1601 #define FUNC __floatdisf macro
1605 #define FUNC __floatdidf macro
1611 FUNC (DWtype u) in FUNC() function
1722 #define FUNC __floatundisf macro
1726 #define FUNC __floatundidf macro
1732 FUNC (UDWtype u) in FUNC() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-icf.c233 : sem_item (FUNC, stack), m_checker (NULL), m_compared_func (NULL) in sem_function()
240 : sem_item (FUNC, node, stack), m_checker (NULL), m_compared_func (NULL) in sem_function()
461 if ((type != FUNC || address || !opt_for_fn (decl, optimize_size)) in hash_referenced_symbol_properties()
579 gcc_assert (item->type == FUNC); in equals_wpa()
842 if (type == FUNC) in update_hash_by_local_refs()
862 gcc_assert (item->type == FUNC); in equals()
886 if (item->type != FUNC) in equals_private()
1067 gcc_assert (alias_item->type == FUNC); in merge()
2557 if (item->type == FUNC) in filter_removed_items()
2708 if (m_items[i]->type == FUNC) in update_hash_by_addr_refs()
[all …]
H A Dipa-icf.h62 FUNC, enumerator
H A Dcollect2.c128 #define COLLECT_SHARED_INIT_FUNC(STREAM, FUNC) \ argument
129 fprintf ((STREAM), "void _GLOBAL__DI() {\n\t%s();\n}\n", (FUNC))
132 #define COLLECT_SHARED_FINI_FUNC(STREAM, FUNC) \ argument
133 fprintf ((STREAM), "void _GLOBAL__DD() {\n\t%s();\n}\n", (FUNC))
H A Dtarget.def3526 the @code{__builtin_} prefix is not enabled. The argument @code{FUNC} is the\n\
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus_cis.c117 #define MAKETUPLE(NAME,FUNC) { CISTPL_ ## NAME, #NAME, decode_tuple_ ## FUNC } argument
/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.h1521 #define target_find_memory_regions(FUNC, DATA) \ argument
1522 (current_target.to_find_memory_regions) (FUNC, DATA)
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcollect2.c128 #define COLLECT_SHARED_INIT_FUNC(STREAM, FUNC) \ argument
129 fprintf ((STREAM), "void _GLOBAL__DI() {\n\t%s();\n}\n", (FUNC))
132 #define COLLECT_SHARED_FINI_FUNC(STREAM, FUNC) \ argument
133 fprintf ((STREAM), "void _GLOBAL__DD() {\n\t%s();\n}\n", (FUNC))
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h2043 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
2045 "call " CRT_MKSTR(__USER_LABEL_PREFIX__) #FUNC "\n" \
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h2244 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
2246 "call " CRT_MKSTR(__USER_LABEL_PREFIX__) #FUNC "\n" \
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi6364 extern func () asm ("FUNC");