Home
last modified time | relevance | path

Searched refs:_str (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/sys/
H A Dcdefs_elf.h139 # 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 Dutf.d3160 @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 Dutf.d3450 @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 Dt_openpam_straddch.c86 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 Dstring.c240 __heim_string_constant(const char *_str) in __heim_string_constant() argument
248 s = heim_string_create(_str); in __heim_string_constant()
H A Dheimbase.h213 #define HSTR(_str) (__heim_string_constant("" _str "")) argument
/netbsd-src/sys/arch/ia64/include/
H A Dasm.h228 #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 Diostream.cpp14 #define _str(s) #s macro
15 #define str(s) _str(s)
/netbsd-src/sys/arch/alpha/include/
H A Dasm.h645 #define __SECTIONSTRING(_sec, _str) \ argument
647 .asciz _str; \
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dddeml.d263 TCHAR[1] _str = 0;
265 TCHAR* str() return { return _str.ptr; }
/netbsd-src/sys/arch/i386/include/xen/
H A Dhypercalls.h64 #define _str(x) __str(x) macro
67 "call hypercall_page + ("_str(name)" * 32)" \
/netbsd-src/external/bsd/openpam/dist/include/security/
H A Dopenpam.h175 openpam_straddch(char **_str,
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_ctx_test.c592 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 DBuiltins.def1080 // 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 Dtc-arm.c11554 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 Dtc-arm.c11584 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 DChangeLog-202131663 * 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 DChangeLog904 * doc/gmp.texi (mpq_*_str): Document the full base allowed range.