| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| H A D | getsect.d | 66 const scope char* segname, in version() 67 const scope char* sectname, in version() 97 const scope char* FrameworkName, in version() 98 const scope char* segname, in version() 99 const scope char* sectname, in version() 133 const scope char* segname, in version() 134 const scope char* sectname in version() 166 const scope MachHeader* mhp, in version() 167 const scope char* segname, in version() 168 const scope char* sectname, in version() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | time.d | 229 int clock_settime(clockid_t, const scope timespec*); in version() 230 int nanosleep(const scope timespec*, timespec*); in version() 235 int timer_settime(timer_t, int, const scope itimerspec*, itimerspec*); in version() 239 int nanosleep(const scope timespec*, timespec*); in version() 268 int clock_settime(clockid_t, const scope timespec*); in version() 269 int nanosleep(const scope timespec*, timespec*); in version() 274 int timer_settime(timer_t, int, const scope itimerspec*, itimerspec*); in version() 294 int clock_settime(clockid_t, const scope timespec*); in version() 295 int nanosleep(const scope timespec*, timespec*); in version() 300 int timer_settime(timer_t, int, const scope itimerspec*, itimerspec*); in version() [all …]
|
| H A D | pthread.d | 447 int pthread_attr_getdetachstate(const scope pthread_attr_t*, int*); 448 int pthread_attr_getschedparam(const scope pthread_attr_t*, sched_param*); 451 int pthread_attr_setschedparam(const scope pthread_attr_t*, sched_param*); 719 int pthread_cond_init(const scope pthread_cond_t*, pthread_condattr_t*) @trusted; 721 int pthread_cond_timedwait(pthread_cond_t*, pthread_mutex_t*, const scope timespec*); 725 int pthread_create(pthread_t*, const scope pthread_attr_t*, void* function(void*), void*); 745 int pthread_rwlock_init(pthread_rwlock_t*, const scope pthread_rwlockattr_t*); 756 int pthread_setspecific(pthread_key_t, const scope void*); 779 int pthread_barrier_init(pthread_barrier_t*, const scope pthread_barrierattr_t*, uint); 782 int pthread_barrierattr_getpshared(const scope pthread_barrierattr_t*, int*); [all …]
|
| H A D | stdlib.d | 148 int setenv(const scope char*, const scope char*, int); in version() 149 int unsetenv(const scope char*); in version() 155 int setenv(const scope char*, const scope char*, int); in version() 156 int unsetenv(const scope char*); in version() 162 int setenv(const scope char*, const scope char*, int); in version() 163 int unsetenv(const scope char*); in version() 169 int setenv(const scope char*, const scope char*, int); in version() 170 int __unsetenv13(const scope char*); in version() 176 int setenv(const scope char*, const scope char*, int); in version() 177 int unsetenv(const scope char*); in version() [all …]
|
| H A D | stdio.d | 121 FILE* fopen64(const scope char*, const scope char*); in version() 124 FILE* freopen64(const scope char*, const scope char*, FILE*); in version() 129 int fsetpos64(FILE*, const scope fpos_t*); in version() 138 FILE* fopen(const scope char*, const scope char*); in version() 139 FILE* freopen(const scope char*, const scope char*, FILE*); in version() 141 int fsetpos(FILE*, const scope fpos_t*); in version() 148 FILE* fopen(const scope char*, const scope char*); in version() 149 FILE* freopen(const scope char*, const scope char*, FILE*); in version() 151 int fsetpos(FILE*, const scope fpos_t*); in version() 160 FILE* fopen64(const scope char*, const scope char*); in version() [all …]
|
| H A D | utime.d | 56 int utime(const scope char*, const scope utimbuf*); in version() 66 int utime(const scope char*, const scope utimbuf*); in version() 76 int utime(const scope char*, const scope utimbuf*); in version() 86 int utime(const scope char*, const scope utimbuf*); in version() 96 int utime(const scope char*, const scope utimbuf*); in version() 106 int utime(const scope char*, const scope utimbuf*); in version() 116 int utime(const scope char*, const scope utimbuf*); in version() 126 int utime(const scope char*, const scope utimbuf*); in version() 136 int utime(const scope char*, const scope utimbuf*); in version() 146 int utime(const scope char*, const scope utimbuf*); in version()
|
| H A D | dlfcn.d | 169 void* dlopen(const scope char*, int); in version() 170 void* dlsym(void*, const scope char*); in version() 171 int dladdr(const scope void*, Dl_info*); in version() 193 void* dlopen(const scope char*, int); 194 void* dlsym(void*, const scope char*); 195 int dladdr(scope const void* addr, Dl_info* info); 218 void* dlopen(const scope char*, int); 219 void* dlsym(void*, const scope char*); 241 void* dlopen(const scope char*, int); 242 void* dlsym(void*, const scope char*); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
| H A D | wchar_.d | 131 int fwprintf(FILE* stream, const scope wchar_t* format, scope const ...); 133 int fwscanf(FILE* stream, const scope wchar_t* format, scope ...); 135 int swprintf(wchar_t* s, size_t n, const scope wchar_t* format, scope const ...); 137 int swscanf(const scope wchar_t* s, const scope wchar_t* format, scope ...); 139 int vfwprintf(FILE* stream, const scope wchar_t* format, va_list arg); 141 int vfwscanf(FILE* stream, const scope wchar_t* format, va_list arg); 143 int vswprintf(wchar_t* s, size_t n, const scope wchar_t* format, va_list arg); 145 int vswscanf(const scope wchar_t* s, const scope wchar_t* format, va_list arg); 147 int vwprintf(const scope wchar_t* format, va_list arg); 149 int vwscanf(const scope wchar_t* format, va_list arg); [all …]
|
| H A D | string.d | 38 inout(void)* memchr(return scope inout void* s, int c, size_t n) pure; 40 int memcmp(scope const void* s1, scope const void* s2, size_t n) pure; 42 void* memcpy(return scope void* s1, scope const void* s2, size_t n) pure; 46 int memicmp(scope const char* s1, scope const char* s2, size_t n); in version() 49 void* memmove(return scope void* s1, scope const void* s2, size_t n) pure; 51 void* memset(return scope void* s, int c, size_t n) pure; 54 char* strcat(return scope char* s1, scope const char* s2) pure; 56 inout(char)* strchr(return scope inout(char)* s, int c) pure; 58 int strcmp(scope const char* s1, scope const char* s2) pure; 60 int strcoll(scope const char* s1, scope const char* s2); [all …]
|
| H A D | stdlib.d | 105 double atof(scope const char* nptr); 107 int atoi(scope const char* nptr); 109 c_long atol(scope const char* nptr); 111 long atoll(scope const char* nptr); 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); 122 c_ulong strtoul(scope inout(char)* nptr, scope inout(char)** endptr, int base); 124 ulong strtoull(scope inout(char)* nptr, scope inout(char)** endptr, int base); [all …]
|
| H A D | stdio.d | 529 int function(void*, const scope char*, int) _write; 575 ssize_t function(void*, const scope char*, size_t) _write; 617 int function(void*, scope char*, int) _read; 619 int function(void*, scope const char*, int) _write; 719 int function(void*, scope char*, int) _read; 721 int function(void*, scope const char*, int) _write; 1134 int remove(scope const char* filename); 1136 int rename(scope const char* from, scope const char* to); 1154 FILE* fopen(scope const char* filename, scope const char* mode); 1156 FILE* freopen(scope const char* filename, scope const char* mode, FILE* stream); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| H A D | qsort.d | 50 alias extern (C) int function(scope const void *, scope const void *, scope void *) Cmp; 51 extern (C) void qsort_r(scope void *base, size_t nmemb, size_t size, Cmp cmp, scope void *arg); 53 extern (C) void[] _adSort(return scope void[] a, TypeInfo ti) in _adSort() 55 extern (C) int cmp(scope const void* p1, scope const void* p2, scope void* ti) in _adSort() 65 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version() 66 … extern (C) void qsort_r(scope void *base, size_t nmemb, size_t size, scope void *thunk, Cmp cmp); in version() 68 extern (C) void[] _adSort(return scope void[] a, TypeInfo ti) in version() 70 extern (C) int cmp(scope void* ti, scope const void* p1, scope const void* p2) in version() 80 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version() 81 … extern (C) void qsort_r(scope void *base, size_t nmemb, size_t size, scope void *thunk, Cmp cmp); in version() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | socket.d | 189 …extern (D) inout(ubyte)* CMSG_DATA( return scope inout(cmsghdr)* cmsg ) pure nothrow @nogc { ret… in version() 1554 int accept(int, scope sockaddr*, scope socklen_t*); 1555 int bind(int, const scope sockaddr*, socklen_t); 1556 int connect(int, const scope sockaddr*, socklen_t); 1557 int getpeername(int, scope sockaddr*, scope socklen_t*); 1558 int getsockname(int, scope sockaddr*, scope socklen_t*); 1559 int getsockopt(int, int, int, scope void*, scope socklen_t*); 1561 ssize_t recv(int, scope void*, size_t, int); 1562 ssize_t recvfrom(int, scope void*, size_t, int, scope sockaddr*, scope socklen_t*); 1563 ssize_t recvmsg(int, scope msghdr*, int); [all …]
|
| H A D | uio.d | 58 ssize_t readv(int, const scope iovec*, int); in version() 59 ssize_t writev(int, const scope iovec*, int); in version() 69 ssize_t readv(int, const scope iovec*, int); in version() 70 ssize_t writev(int, const scope iovec*, int); in version() 80 ssize_t readv(int, const scope iovec*, int); in version() 81 ssize_t writev(int, const scope iovec*, int); in version() 91 ssize_t readv(int, const scope iovec*, int); in version() 92 ssize_t writev(int, const scope iovec*, int); in version() 102 ssize_t readv(int, const scope iovec*, int); in version() 103 ssize_t writev(int, const scope iovec*, int); in version() [all …]
|
| H A D | mman.d | 516 int msync(const scope void*, size_t, int); 667 int mlock(const scope void*, size_t); 668 int munlock(const scope void*, size_t); 672 int mlock(const scope void*, size_t); 673 int munlock(const scope void*, size_t); 677 int mlock(const scope void*, size_t); 678 int munlock(const scope void*, size_t); 682 int mlock(const scope void*, size_t); 683 int munlock(const scope void*, size_t); 687 int mlock(const scope void*, size_t); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | qsort.d | 44 alias extern (C) int function(scope const void *, scope const void *, scope void *) Cmp; 45 extern (C) void qsort_r(scope void *base, size_t nmemb, size_t size, Cmp cmp, scope void *arg); 47 extern (C) void[] _adSort(return scope void[] a, TypeInfo ti) in _adSort() 49 extern (C) int cmp(scope const void* p1, scope const void* p2, scope void* ti) in _adSort() 59 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version() 60 … extern (C) void qsort_r(scope void *base, size_t nmemb, size_t size, scope void *thunk, Cmp cmp); in version() 62 extern (C) void[] _adSort(return scope void[] a, TypeInfo ti) in version() 64 extern (C) int cmp(scope void* ti, scope const void* p1, scope const void* p2) in version() 74 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp; in version() 75 … extern (C) void qsort_r(scope void *base, size_t nmemb, size_t size, scope void *thunk, Cmp cmp); in version() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | winreg.d | 101 LONG RegCloseKey(const scope HKEY); 104 LONG RegCreateKeyExA(const scope HKEY, LPCSTR, DWORD, LPSTR, DWORD, REGSAM, 106 LONG RegCreateKeyExW(const scope HKEY, LPCWSTR, DWORD, LPWSTR, DWORD, REGSAM, 108 LONG RegDeleteKeyA(const scope HKEY, LPCSTR); 109 LONG RegDeleteKeyW(const scope HKEY, LPCWSTR); 110 LONG RegDeleteValueA(const scope HKEY, LPCSTR); 111 LONG RegDeleteValueW(const scope HKEY, LPCWSTR); 112 LONG RegEnumKeyExA(const scope HKEY, DWORD, LPSTR, PDWORD, PDWORD, LPSTR, PDWORD, 114 LONG RegEnumKeyExW(const scope HKEY, DWORD, LPWSTR, PDWORD, PDWORD, LPWSTR, PDWORD, 116 LONG RegEnumValueA(const scope HKEY, DWORD, LPSTR, PDWORD, PDWORD, PDWORD, LPBYTE, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/ |
| H A D | xattr.d | 56 int setxattr(const scope char* path, const scope char* name, const scope void* value, size_t size, … 58 int lsetxattr(const scope char* path, const scope char* name, const scope void* value, size_t size,… 59 int fsetxattr(int fd, const scope char* name, const scope void* value, size_t size, int flags); 60 ssize_t getxattr(const scope char* path, const scope char* name, void* value, size_t size); 61 ssize_t lgetxattr(const scope char* path, const scope char* name, void* value, size_t size); 62 ssize_t fgetxattr(int fd, const scope char* name, void* value, size_t size); 63 ssize_t listxattr(const scope char* path, char* list, size_t size); 64 ssize_t llistxattr(const scope char* path, char* list, size_t size); 66 int removexattr (const scope char *path, const scope char *name); 67 int lremovexattr (const scope char *path, const scope char *name); [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | var-scope-local.mk | 165 var-scope-local.c: 180 all: var-scope-local.o 189 all: var-scope-local-assign.o 190 all: var-scope-local-append.o 191 all: var-scope-local-append-global.o 192 all: var-scope-local-default.o 193 all: var-scope-local-subst.o 194 all: var-scope-local-shell.o 196 var-scope-local-assign.o \ 197 var-scope-local-append.o \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/arpa/ |
| H A D | inet.d | 79 in_addr_t inet_addr(const scope char*); in version() 81 const(char)* inet_ntop(int, const scope void*, char*, socklen_t); in version() 82 int inet_pton(int, const scope char*, void*); in version() 102 in_addr_t inet_addr(const scope char*); in version() 104 const(char)* inet_ntop(int, const scope void*, char*, socklen_t); in version() 105 int inet_pton(int, const scope char*, void*); in version() 125 in_addr_t inet_addr(const scope char*); in version() 127 const(char)* inet_ntop(int, const scope void*, char*, socklen_t); in version() 128 int inet_pton(int, const scope char*, void*); in version() 148 in_addr_t inet_addr(const scope char*); in version() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 97 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local 98 clearRefsIn(*scope.Begin, info.Refs); in ~AutoreleasePoolRewriter() 99 clearRefsIn(*scope.End, info.Refs); in ~AutoreleasePoolRewriter() 100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter() 121 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local 122 clearUnavailableDiags(*scope.Begin); in ~AutoreleasePoolRewriter() 123 clearUnavailableDiags(*scope.End); in ~AutoreleasePoolRewriter() 124 if (scope.IsFollowedBySimpleReturnStmt) { in ~AutoreleasePoolRewriter() 126 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {"); in ~AutoreleasePoolRewriter() 127 Pass.TA.removeStmt(*scope.End); in ~AutoreleasePoolRewriter() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/ |
| H A D | link.d | 21 void ld_start(const scope char*, const Elf32_Half, const scope char*); 23 void ld_open(const scope char**, const scope char**, int*, int, Elf**, Elf*, size_t, const Elf_Kind… 24 void ld_file(const scope char*, const Elf_Kind, int, Elf*); 25 void ld_input_section(const scope char*, Elf32_Shdr**, Elf32_Word, Elf_Data*, Elf*, uint*); 26 void ld_section(const scope char*, Elf32_Shdr*, Elf32_Word, Elf_Data*, Elf*); 30 void ld_start64(const scope char*, const Elf64_Half, const scope char*); in version() 32 …void ld_open64(const scope char**, const scope char**, int*, int, Elf**, Elf*, size_t, const Elf_K… in version() 33 void ld_file64(const scope char*, const Elf_Kind, int, Elf*); in version() 34 void ld_input_section64(const scope char*, Elf64_Shdr**, Elf64_Word, Elf_Data*, Elf*, uint*); in version() 35 void ld_section64(const scope char*, Elf64_Shdr*, Elf64_Word, Elf_Data*, Elf*); in version() [all …]
|
| /netbsd-src/external/bsd/byacc/dist/test/ |
| H A D | btyacc_demo.y | 28 Scope *scope; member 39 Scope *scope; member 58 %type <expr> expr(<scope>) 59 %type decl(<scope>) declarator_list(<scope>, <type>) 60 decl_list(<scope>) 61 %type <code> statement(<scope>) statement_list(<scope>) 62 block_statement(<scope>) 63 %type <decl> declarator(<scope>, <type>) formal_arg(<scope>) 64 %type <type> decl_specs(<scope>) decl_spec(<scope>) typename(<scope>) 66 %type <scope> opt_scope(<scope>) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/ |
| H A D | err.d | 16 void err(int eval, scope const char* fmt, ...); 17 void errc(int eval, int code, scope const char* fmt, ...); 18 void errx(int eval, scope const char* fmt, ...); 19 void warn(scope const char* fmt, ...); 20 void warnc(int code, scope const char* fmt, ...); 21 void warnx(scope const char* fmt, ...); 22 void verr(int eval, scope const char* fmt, va_list args); 23 void verrc(int eval, int code, scope const char* fmt, va_list args); 24 void verrx(int eval, scope const char* fmt, va_list args); 25 void vwarn(scope const char* fmt, va_list args); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/ |
| H A D | err.d | 16 void err(int eval, scope const char* fmt, ...); 17 void errc(int eval, int code, scope const char* fmt, ...); 18 void errx(int eval, scope const char* fmt, ...); 19 void warn(scope const char* fmt, ...); 20 void warnc(int code, scope const char* fmt, ...); 21 void warnx(scope const char* fmt, ...); 22 void verr(int eval, scope const char* fmt, va_list args); 23 void verrc(int eval, int code, scope const char* fmt, va_list args); 24 void verrx(int eval, scope const char* fmt, va_list args); 25 void vwarn(scope const char* fmt, va_list args); [all …]
|