Home
last modified time | relevance | path

Searched refs:__ (Results 1 – 25 of 168) sorted by relevance

1234567

/freebsd/lib/libc/tests/nss/
H A Dtestutil.h41 void __##ent##_test_data_init(struct ent##_test_data *, \
44 void __##ent##_test_data_destroy(struct ent##_test_data *); \
46 void __##ent##_test_data_append(struct ent##_test_data *, struct ent *data);\
47 int __##ent##_test_data_foreach(struct ent##_test_data *, \
49 int __##ent##_test_data_compare(struct ent##_test_data *, \
52 struct ent *__##ent##_test_data_find(struct ent##_test_data *, struct ent *,\
54 void __##ent##_test_data_clear(struct ent##_test_data *);
57 __##ent##_test_data_init(td, clonef, freef)
58 #define TEST_DATA_DESTROY(ent, td) __##ent##_test_data_destroy(td)
59 #define TEST_DATA_APPEND(ent, td, d) __##ent##_test_data_append(td, d)
[all …]
/freebsd/share/mk/
H A Dbsd.linker.mk27 .if !target(__<bsd.linker.mk>__)
28 __<bsd.linker.mk>__:
48 .if defined(${var}) && (!defined(${var}__${${X_}_ld_hash}) || ${${var}__${${X_}_ld_hash}} != ${${va…
49 .if defined(${var}__${${X_}_ld_hash})
50 .info Cannot import ${X_}LINKER variables since cached ${var} is different: ${${var}__${${X_}_ld_ha…
57 .if defined(${var}__${${X_}_ld_hash})
58 ${var}= ${${var}__${${X_}_ld_hash}}
132 ${var}__${${X_}_ld_hash}:= ${${var}}
133 .export-env ${var}__${${X_}_ld_hash}
134 .undef ${var}__${${X_}_ld_hash}
H A Dbsd.mkopt.mk109 .if !defined(__${opt}_OPTIONS) || empty(__${opt}_OPTIONS)
110 .error __${opt}_OPTIONS undefined or empty
112 .if !defined(__${opt}_DEFAULT) || empty(__${opt}_DEFAULT)
113 .error __${opt}_DEFAULT undefined or empty
118 OPT_${opt}:= ${__${opt}_DEFAULT}
120 .if empty(OPT_${opt}) || ${__${opt}_OPTIONS:M${OPT_${opt}}} != ${OPT_${opt}}
121 .error Invalid option OPT_${opt} (${OPT_${opt}}), must be one of: ${__${opt}_OPTIONS}
H A Dbsd.compiler.mk40 .if !target(__<bsd.compiler.mk>__)
41 __<bsd.compiler.mk>__:
160 .if defined(${var}) && (!defined(${var}__${${X_}_cc_hash}) || ${${var}__${${X_}_cc_hash}} != ${${va…
161 .if defined(${var}__${${X_}_ld_hash})
162 .info Cannot import ${X_}COMPILER variables since cached ${var} is different: ${${var}__${${X_}_cc_…
169 .if defined(${var}__${${X_}_cc_hash})
170 ${var}= ${${var}__${${X_}_cc_hash}}
285 ${var}__${${X_}_cc_hash}:= ${${var}}
286 .export-env ${var}__${${X_}_cc_hash}
287 .undef ${var}__${${X_}_cc_hash}
H A Dbsd.compat.pre.mk1 .if !targets(__<${_this:T}>__)
2 __<${_this:T}>__:
H A Dsrc.tools.mk15 .if !target(__<src.tools.mk>__)
24 __<src.tools.mk>__:
H A Dsrc.lua.mk7 .if !target(__<src.lua.mk>__)
8 __<src.lua.mk>__:
H A Dbsd.confs.mk2 .if !target(__<bsd.init.mk>__)
6 .if !target(__<bsd.confs.mk>__)
7 . if target(__<bsd.dirs.mk>__)
11 __<bsd.confs.mk>__:
H A Dbsd.files.mk2 .if !target(__<bsd.init.mk>__)
6 .if !target(__<bsd.files.mk>__)
7 .if target(__<bsd.dirs.mk>__)
11 __<bsd.files.mk>__:
H A Dsrc.init.mk2 .if !target(__<src.init.mk>__)
3 __<src.init.mk>__:
H A Dlocal.init.mk2 .if !target(__${_this}__)
3 __${_this}__:
H A Dbsd.symver.mk2 .if !target(__<bsd.symver.mk>__)
3 __<bsd.symver.mk>__:
/freebsd/sys/contrib/zstd/doc/
H A DREADME.md7 __`zstd_manual.html`__ : Documentation of `zstd.h` API, in html format.
11 __`zstd_compression_format.md`__ : This document defines the Zstandard compression format.
18 __`educational_decoder`__ : This directory contains an implementation of a Zstandard decoder,
23 [__`decode_corpus`__](https://github.com/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-genera…
/freebsd/contrib/expat/doc/
H A Dstyle.css2 __ __ _
3 ___\ \/ /_ __ __ _| |_
4 / _ \\ /| '_ \ / _` | __|
5 | __// \| |_) | (_| | |_
6 \___/_/\_\ .__/ \__,_|\__|
/freebsd/sys/conf/
H A Dkern.opts.mk155 .if !defined(__${opt}_OPTIONS) || empty(__${opt}_OPTIONS)
156 .error __${opt}_OPTIONS not defined or empty
158 .if !defined(__${opt}_DEFAULT) || empty(__${opt}_DEFAULT)
159 .error __${opt}_DEFAULT undefined or empty
164 OPT_${opt}:= ${__${opt}_DEFAULT}
166 .if empty(OPT_${opt}) || ${__${opt}_OPTIONS:M${OPT_${opt}}} != ${OPT_${opt}}
167 .error Invalid option OPT_${opt} (${OPT_${opt}}), must be one of: ${__${opt}_OPTIONS}
H A Dkmod.opts.mk5 .if !target(__<kmod.opts.mk>__)
6 __<kmod.opts.mk>__:
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.cpp21 #define ompd_declare_access(t, m) uint64_t ompd_access__##t##__##m;
25 #define ompd_declare_sizeof_member(t, m) uint64_t ompd_sizeof__##t##__##m;
29 #define ompd_declare_bitfield(t, m) uint64_t ompd_bitfield__##t##__##m;
55 ompd_access__##t##__##m = (uint64_t) & (((t *)0)->m); in ompd_init()
64 ompd_bitfield__##t##__##m = 0; \ in ompd_init()
65 ((t *)(&ompd_bitfield__##t##__##m))->m = 1; in ompd_init()
74 ompd_sizeof__##t##__##m = sizeof(((t *)0)->m); in ompd_init()
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh231 ${TEST_SH} -c 'X=abc; echo "__$( echo ${X} )__"'
233 ${TEST_SH} -c 'X=abc; echo "__$( echo "${X}" )__"'
239 ${TEST_SH} -c 'X=; unset Y; echo "__$( echo a${X-b}${Y-c}d)__"'
241 ${TEST_SH} -c 'X=; unset Y; echo "__$( echo a${X:-b}${Y:-c}d)__"'
243 ${TEST_SH} -c 'X=X; echo "__${X}$( X=Y; echo ${X} )${X}__"'
245 ${TEST_SH} -c 'X=abc; echo "__$(X=def; echo "${X}" )__"'
260 ${TEST_SH} -c 'X=abc; echo "__` echo ${X} `__"'
262 ${TEST_SH} -c 'X=abc; echo "__` echo \"${X}\" `__"'
/freebsd/stand/forth/
H A Dlogo-fbsdbw.4th38 s" | ____| __ ___ ___ " logo+
39 s" | |__ | '__/ _ \/ _ \" logo+
40 s" | __|| | | __/ __/" logo+
44 s" | _ \ / ____| __ \" logo+
47 s" | |_) |____) | |__| |" logo+
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dxattr_compat.h47 return (!!__ ## fn(dentry->d_inode, NULL, 0, NULL, 0)); \
61 return (__ ## fn(inode, name, buffer, size)); \
69 return (__ ## fn(inode, name, buffer, size)); \
86 return (__ ## fn(user_ns, inode, name, buffer, size, flags)); \
101 return (__ ## fn(user_ns, inode, name, buffer, size, flags)); \
115 return (__ ## fn(kcred->user_ns, inode, name, buffer, size, flags));\
/freebsd/contrib/bmake/mk/
H A Dfinal.mk3 .if !target(__${.PARSEFILE}__)
4 __${.PARSEFILE}__: .NOTMAIN
H A Dprlist.mk18 .if !target(__${.PARSEFILE}__)
19 __${.PARSEFILE}__: .NOTMAIN
H A Dcompiler.mk18 .if !target(__${.PARSEFILE}__)
19 __${.PARSEFILE}__: .NOTMAIN
/freebsd/include/ssp/
H A Dstring.h63 __ ## fun ## _ichk(dstvar, srcvar, lenvar)); \
80 __ ## fun ## _ichk(dstvar, srcvar)); \
87 static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \
89 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
94 static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \
96 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \
101 static __inline type1 __ ## fun ## _ichk(type1, type2); \
103 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src) { \
/freebsd/targets/
H A DMakefile.inc1 .if !target(__${_this}__)
2 __${_this}__:

1234567