| /src/tests/lib/libc/locale/ |
| t_wctype.c | 177 void testall(int idx, int c, wchar_t wc, wctype_t wct, int inout) 180 idx, typenames[idx], c, c, wc, (long int)wct, inout); 181 ATF_REQUIRE(!!iswctype(wc, wct) == inout); 186 ATF_REQUIRE_EQ(!!isalnum(c), inout); 187 ATF_REQUIRE_EQ(!!iswalnum(wc), inout); 190 ATF_REQUIRE_EQ(!!isalpha(c), inout); 191 ATF_REQUIRE_EQ(!!iswalpha(wc), inout); 194 ATF_REQUIRE_EQ(!!isblank(c), inout); 195 ATF_REQUIRE_EQ(!!iswblank(wc), inout); 198 ATF_REQUIRE_EQ(!!iscntrl(c), inout); [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdcpp/ |
| array.d | 72 ref inout(T) front() inout @safe { static if (N > 0) { return this[0]; } else { return as_array()[][0]; /* HACK: force OOB */ } } 74 ref inout(T) back() inout @safe { static if (N > 0) { return this[N-1]; } else { return as_array()[][0]; /* HACK: force OOB */ } } 79 inout(T)* data() inout @safe { return &_Elems[0]; } 81 ref inout(T)[N] as_array() inout @safe { return _Elems[0 .. N]; } 83 ref inout(T) at(size_type i) inout @safe { return _Elems[0 .. N][i]; [all...] |
| memory.d | 89 inout(pointer) get() inout nothrow 116 ref inout(deleter_type) get_deleter() inout nothrow { return _Mypair._Myval1; } 122 inout(pointer) __ptr() inout nothrow { return _Mypair._Myval2; } 129 ref inout(deleter_type) get_deleter() inout nothrow { return _M_t.get!1; } 135 inout(pointer) __ptr() inout nothrow { return _M_t.get!0; [all...] |
| utility.d | 39 this(T1 t1, T2 t2) inout 44 this(ref return scope inout pair!(T1, T2) src) inout
|
| xutility.d | 196 inout(_Iterator_base12*)*_Getpfirst()() inout nothrow @nogc @safe 274 inout(_Iterator_base12*)*_Getpnext()() inout nothrow @nogc @safe 318 ref inout(_Ty1) first() inout @safe { return _Myval1; } 319 ref inout(_Ty2) second() inout @safe { return _Myval2; } 325 @property ref inout(_Ty1) _Myval1() inout @trusted { return *_GetBase(); [all...] |
| vector.d | 66 ref inout(T) opIndex(size_t index) inout pure nothrow @safe @nogc { return as_array[index]; } 68 inout(T)[] opIndex(size_t[2] slice) inout pure nothrow @safe @nogc { return as_array[slice[0] .. slice[1]]; } 70 inout(T)[] opIndex() inout pure nothrow @safe @nogc { return as_array(); } 106 ref inout(T) front() inout pure nothrow @safe @nogc { return as_array[0]; } 108 ref inout(T) back() inout pure nothrow @safe @nogc { return as_array[$-1]; [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| stdlib.d | 45 inout(void)* bsearch(const void* key, inout(void)* base, size_t nmemb, size_t size, _compare_fp_t compar); 114 double strtod(scope inout(char)* nptr, scope inout(char)** endptr); 116 float strtof(scope inout(char)* nptr, scope inout(char)** endptr); 118 c_long strtol(scope inout(char)* nptr, scope inout(char)** endptr, int base); 120 long strtoll(scope inout(char)* nptr, scope inout(char)** endptr, int base) [all...] |
| string.d | 38 inout(void)* memchr(return scope inout void* s, int c, size_t n) pure; 56 inout(char)* strchr(return scope inout(char)* s, int c) pure; 89 inout(char)* strpbrk(return scope inout(char)* s1, scope const char* s2) pure; 91 inout(char)* strrchr(return scope inout(char)* s, int c) pure; 95 inout(char)* strstr(return scope inout(char)* s1, scope const char* s2) pure [all...] |
| wchar_.d | 232 pure inout(wchar_t)* wcschr(return scope inout(wchar_t)* s, wchar_t c); 236 pure inout(wchar_t)* wcspbrk(return scope inout(wchar_t)* s1, scope const wchar_t* s2); 238 pure inout(wchar_t)* wcsrchr(return scope inout(wchar_t)* s, wchar_t c); 242 pure inout(wchar_t)* wcsstr(return scope inout(wchar_t)* s1, scope const wchar_t* s2); 249 pure inout(wchar_t)* wmemchr(return scope inout wchar_t* s, wchar_t c, size_t n) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 25-test_pkcs8.t | 23 my $inout = 'inout.pem'; 24 copy($pc5_key, $inout); 25 ok(run(app(['openssl', 'pkcs8', '-topk8', '-in', $inout, 26 '-out', $inout, '-passout', 'pass:password'])), 28 ok(run(app(['openssl', 'pkcs8', '-in', $inout, 29 '-out', $inout, '-passin', 'pass:password'])), 31 is(compare_text($pc5_key, $inout), 0,
|
| 15-test_pkey.t | 51 my $inout = 'inout.pem'; 53 copy($in_key, $inout); 54 ok(run(app([@app, '-des3', '-traditional', '-in', $inout, '-out', $inout, 59 ok(file_line_contains("DEK-Info: DES-EDE3-CBC,", $inout), 62 ok(run(app([@app, '-in', $inout, '-out', $inout, '-passin', $pass])), 64 is(compare_text($in_key, $inout), 0,
|
| 15-test_ecparam.t | 71 my $inout = "$_.tst"; 74 copy($inout, $backup); 75 ok(run(app(['openssl', $_, '-in', $inout, '-out', $inout]))); 76 ok(!compare($inout, $backup), "converted file $inout did not change");
|
| 20-test_dhparam.t | 220 my $inout = "inout.pem"; 221 copy($input, $inout); 222 ok(run(app(['openssl', 'dhparam', '-in', $inout, '-out', $inout])), 224 ok(!compare_text($input, $inout), "converted file $inout did not change");
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dsymbol.d | 509 final inout(Dsymbol) pastMixin() inout 559 final inout(Dsymbol) toParent() inout 565 final inout(Dsymbol) toParent2() inout 573 final inout(Dsymbol) toParentDecl() inout 579 final inout(Dsymbol) toParentLocal() inout [all...] |
| init.d | 67 final inout(ErrorInitializer) isErrorInitializer() inout @nogc nothrow pure 70 return kind == InitKind.error ? cast(inout ErrorInitializer)cast(void*)this : null; 73 final inout(VoidInitializer) isVoidInitializer() inout @nogc nothrow pure 75 return kind == InitKind.void_ ? cast(inout VoidInitializer)cast(void*)this : null; 78 final inout(StructInitializer) isStructInitializer() inout @nogc nothrow pure 80 return kind == InitKind.struct_ ? cast(inout StructInitializer)cast(void*)this : null; 83 final inout(ArrayInitializer) isArrayInitializer() inout @nogc nothrow pur [all...] |
| staticassert.d | 62 override inout(StaticAssert) isStaticAssert() inout
|
| dversion.d | 111 override inout(DebugSymbol) isDebugSymbol() inout 206 override inout(VersionSymbol) isVersionSymbol() inout
|
| /src/usr.bin/dc/ |
| Makefile | 6 SRCS= main.c dc.c bcode.c inout.c mem.c stack.c
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/ |
| array.d | 59 @property ref inout(T) front() inout 66 @property ref inout(T) back() inout 73 ref inout(T) opIndex(size_t idx) inout 80 inout(T)[] opSlice() inout 85 inout(T)[] opSlice(size_t a, size_t b) inout [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| optional.d | 79 inout(T) get() inout
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| class-allocatable-array.f90 | 27 class(test_type), intent (inout) :: this
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| class-allocatable-array.f90 | 27 class(test_type), intent (inout) :: this
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| stat.d | 97 extern(D) @safe @property inout pure nothrow 99 ref inout(time_t) st_atime() return { return st_atim.tv_sec; } 100 ref inout(time_t) st_mtime() return { return st_mtim.tv_sec; } 101 ref inout(time_t) st_ctime() return { return st_ctim.tv_sec; } 144 extern(D) @safe @property inout pure nothrow 146 ref inout(time_t) st_atime() return { return st_atim.tv_sec; } 147 ref inout(time_t) st_mtime() return { return st_mtim.tv_sec; } 148 ref inout(time_t) st_ctime() return { return st_ctim.tv_sec; } 226 extern(D) @safe @property inout pure nothrow 228 ref inout(time_t) st_atime() return { return st_atim.tv_sec; [all...] |
| /src/sys/sys/ |
| ioccom.h | 66 #define _IOC(inout, group, num, len) \ 67 ((inout) | (((len) & IOCPARM_MASK) << IOCPARM_SHIFT) | \
|
| /src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
| startfile.py | 48 inout = file(os.devnull, 'r+') 51 inout = None 60 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout, 61 stderr=inout, close_fds=closefds,
|