| /netbsd-src/sys/sys/ |
| H A D | cdefs_elf.h | 139 # define __SECTIONSTRING(_sec, _str) \ argument 141 ".asciz \"" _str "\"\n" \ 144 # define __SECTIONSTRING(_sec, _str) \ argument 146 ".asciz \"" _str "\"\n" \ 151 # define __SECTIONSTRING(_sec, _str) \ argument 153 ".asciz \"" _str "\"\n" \ 156 # define __SECTIONSTRING(_sec, _str) \ argument 158 ".asciz \"" _str "\"\n" \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | utf.d | 3160 @property bool empty() { return _str.empty; } in version() 3161 @property C front() { return _str[0]; } in version() 3162 void popFront() { _str = _str[1 .. $]; } in version() 3166 _str = to!(C[])(str); in version() 3169 C[] _str; in version() 3175 @property bool empty() { return _str.empty; } in version() 3176 @property C front() { return _str[0]; } in version() 3177 void popFront() { _str = _str[1 .. $]; } in version() 3178 @property C back() { return _str[$ - 1]; } in version() 3179 void popBack() { _str = _str[0 .. $ - 1]; } in version() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | utf.d | 3450 @property bool empty() { return _str.empty; } 3451 @property C front() { return _str[0]; } 3452 void popFront() { _str = _str[1 .. $]; } 3456 _str = to!(C[])(str); 3459 C[] _str; 3465 @property bool empty() { return _str.empty; } 3466 @property C front() { return _str[0]; } 3467 void popFront() { _str = _str[1 .. $]; } 3468 @property C back() { return _str[$ - 1]; } 3469 void popBack() { _str = _str[0 .. $ - 1]; } [all …]
|
| /netbsd-src/external/bsd/openpam/dist/t/ |
| H A D | t_openpam_straddch.c | 86 char *str, *_str; in t_straddch_realloc_fail() local 101 _str = str; in t_straddch_realloc_fail() 114 ret &= t_compare_ptr(_str, str); in t_straddch_realloc_fail()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
| H A D | string.c | 240 __heim_string_constant(const char *_str) in __heim_string_constant() argument 248 s = heim_string_create(_str); in __heim_string_constant()
|
| H A D | heimbase.h | 213 #define HSTR(_str) (__heim_string_constant("" _str "")) argument
|
| /netbsd-src/sys/arch/ia64/include/ |
| H A D | asm.h | 228 #define __KERNEL_SECTIONSTRING(_sec, _str) \ 229 .pushsection _sec ; .asciz _str ; .popsection 219 __KERNEL_SECTIONSTRING(_sec,_str) global() argument
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | iostream.cpp | 14 #define _str(s) #s macro 15 #define str(s) _str(s)
|
| /netbsd-src/sys/arch/alpha/include/ |
| H A D | asm.h | 645 #define __SECTIONSTRING(_sec, _str) \ argument 647 .asciz _str; \
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | ddeml.d | 263 TCHAR[1] _str = 0; 265 TCHAR* str() return { return _str.ptr; }
|
| /netbsd-src/sys/arch/i386/include/xen/ |
| H A D | hypercalls.h | 64 #define _str(x) __str(x) macro 67 "call hypercall_page + ("_str(name)" * 32)" \
|
| /netbsd-src/external/bsd/openpam/dist/include/security/ |
| H A D | openpam.h | 175 openpam_straddch(char **_str,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | cmp_ctx_test.c | 592 static int OSSL_CMP_CTX_##SETN##_##FIELD##_str(CMP_CTX *ctx, char *val)\ 598 static char *OSSL_CMP_CTX_get1_##FIELD##_str(const CMP_CTX *ctx) \
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Builtins.def | 1080 // In some systems str[n]casejmp is a macro that expands to _str[n]icmp.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-arm.c | 11554 X(_str, 6000, f8400000), \ 24495 tCE("str", 4000000, _str, _2, (MIX_ARM_THUMB_OPERANDS (OP_RR,
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-arm.c | 11584 X(_str, 6000, f8400000), \ 24528 tCE("str", 4000000, _str, _2, (MIX_ARM_THUMB_OPERANDS (OP_RR,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2021 | 31663 * dwarf2out.c (output_macinfo_op): Use DW_MACRO_*_str* even with 31667 (save_macinfo_strings): Use DW_MACRO_*_str* even with
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | ChangeLog | 904 * doc/gmp.texi (mpq_*_str): Document the full base allowed range.
|