Searched refs:__ (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-12-stable/contrib/binutils/gas/
H A Dexpr.c1397 #undef __
1398 #define __ O_illegal
1405 __, __, __, __, __, __, __, __, _
1391 #undef __ macro
1392 #define __ macro
[all...]
/freebsd-12-stable/targets/
H A DMakefile.inc3 .if !target(__${_this}__)
4 __${_this}__:
/freebsd-12-stable/lib/libc/tests/nss/
H A Dtestutil.h43 void __##ent##_test_data_init(struct ent##_test_data *, \
46 void __##ent##_test_data_destroy(struct ent##_test_data *); \
48 void __##ent##_test_data_append(struct ent##_test_data *, struct ent *data);\
49 int __##ent##_test_data_foreach(struct ent##_test_data *, \
51 int __##ent##_test_data_compare(struct ent##_test_data *, \
54 struct ent *__##ent##_test_data_find(struct ent##_test_data *, struct ent *,\
56 void __##ent##_test_data_clear(struct ent##_test_data *);
59 __##ent##_test_data_init(td, clonef, freef)
60 #define TEST_DATA_DESTROY(ent, td) __##ent##_test_data_destroy(td)
61 #define TEST_DATA_APPEND(ent, td, d) __##en
[all...]
/freebsd-12-stable/share/mk/
H A Dbsd.symver.mk3 .if !target(__<bsd.symver.mk>__)
4 __<bsd.symver.mk>__:
47 .endif # !target(__<bsd.symver.mk>__)
H A Dbsd.links.mk3 .if !target(__<bsd.init.mk>__)
H A Dlocal.init.mk3 .if !target(__${_this}__)
4 __${_this}__:
H A Dsrc.lua.mk8 .if !target(__<src.lua.mk>__)
9 __<src.lua.mk>__:
45 .endif # !target(__<src.lua.mk>__)
H A Dbsd.confs.mk3 .if !target(__<bsd.init.mk>__)
7 .if !target(__<bsd.confs.mk>__)
8 . if target(__<bsd.dirs.mk>__)
12 __<bsd.confs.mk>__:
144 .endif # !target(__<bsd.confs.mk>__)
[all...]
H A Dbsd.clang-analyze.mk28 .if !target(__<bsd.clang-analyze.mk>__)
29 __<bsd.clang-analyze.mk>__:
100 .endif # !target(__<bsd.clang-analyze.mk>__)
H A Dbsd.dirs.mk5 .if !target(__<bsd.dirs.mk>__)
6 __<bsd.dirs.mk>__:
H A Dbsd.files.mk3 .if !target(__<bsd.init.mk>__)
7 .if !target(__<bsd.files.mk>__)
8 .if target(__<bsd.dirs.mk>__)
12 __<bsd.files.mk>__:
142 .endif # !target(__<bsd.files.mk>__)
[all...]
H A Dbsd.init.mk9 .if !target(__<bsd.init.mk>__)
10 __<bsd.init.mk>__:
93 .endif # !target(__<bsd.init.mk>__)
H A Dbsd.linker.mk26 .if !target(__<bsd.linker.mk>__)
27 __<bsd.linker.mk>__:
115 .endif # !target(__<bsd.linker.mk>__)
/freebsd-12-stable/contrib/bmake/mk/
H A Dcompiler.mk16 .if !target(__${.PARSEFILE}__)
17 __${.PARSEFILE}__:
H A Ddoc.mk3 .if !target(__${.PARSEFILE}__)
4 __${.PARSEFILE}__:
H A Dinit.mk16 .if !target(__${.PARSEFILE}__)
17 __${.PARSEFILE}__:
H A Dauto.dep.mk32 .if !target(__${.PARSEFILE}__)
33 __${.PARSEFILE}__:
H A Djava.mk18 .if !target(__${.PARSEFILE}__)
19 __${.PARSEFILE}__:
H A Dobj.mk16 .if !target(__${.PARSEFILE:S,bsd.,,}__)
17 __${.PARSEFILE:S,bsd.,,}__:
H A Dsys.vars.mk21 # .if !target(__${_this}__)
22 # __${_this}__:
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dencrypt.h64 typedef struct { Block __; } Schedule[16];
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh138 ${TEST_SH} -c 'echo __$( echo foo$(echo bar)bletch )__'
151 ${TEST_SH} -c 'echo __` echo foo\`echo bar\`bletch `__'
167 ${TEST_SH} -c 'echo __$( echo foo`echo bar`bletch )__'
169 ${TEST_SH} -c 'echo __` echo foo$(echo bar)bletch `__'
227 ${TEST_SH} -c 'X=abc; echo __$( echo ${X} )__'
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_dcmp.S12 // int result = __{eq,lt,le,ge,gt}df2(a, b);
34 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
H A Daeabi_fcmp.S12 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
34 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
/freebsd-12-stable/contrib/cortex-strings/src/thumb/
H A Daeabi_idiv.S89 SIZE (__\name)
93 cfi_start __\name, LSYM(Lend_div0)
109 .globl SYM (__\name)
110 TYPE (__\name)
115 SYM (__\name):
119 .globl SYM (__\new)
120 .thumb_set SYM (__\new), SYM (__\old)

Completed in 113 milliseconds

12345