| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| getsect.d | 66 const scope char* segname, 67 const scope char* sectname, 97 const scope char* FrameworkName, 98 const scope char* segname, 99 const scope char* sectname, 133 const scope char* segname, 134 const scope char* sectname 166 const scope MachHeader* mhp, 167 const scope char* segname, 168 const scope char* sectname [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/ |
| unistd.d | 16 int pledge(const scope char*, const scope char*); 17 int unveil(const scope char*, const scope char*);
|
| string.d | 21 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen); 22 void* memrchr(scope const void*, int, size_t); 23 size_t strlcat(char*, scope const char*, size_t); 24 size_t strlcpy(char*, scope const char*, size_t); 26 char* strsep(char**, scope const char*); 27 pure int timingsafe_bcmp(scope const void*, scope const void*, size_t); 28 pure int timingsafe_memcmp(scope const void*, scope const void*, size_t) [all...] |
| 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...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| 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); 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 [all...] |
| 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) [all...] |
| time.d | 35 @system time_t mktime(scope tm* timeptr); // @system: MT-Safe env locale 37 time_t time(scope time_t* timer); 40 @system char* asctime(const scope tm* timeptr); // @system: MT-Unsafe race:asctime locale 42 @system char* ctime(const scope time_t* timer); // @system: MT-Unsafe race:tmbuf race:asctime env locale 44 @system tm* gmtime(const scope time_t* timer); // @system: MT-Unsafe race:tmbuf env locale 46 @system tm* localtime(const scope time_t* timer); // @system: MT-Unsafe race:tmbuf env locale 48 @system size_t strftime(scope char* s, size_t maxsize, const scope char* format, const scope tm* timeptr); // @system: MT-Safe env locale
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/ |
| err.d | 18 void err(int eval, scope const char* fmt, ...); 19 void errc(int eval, int code, scope const char* fmt, ...); 20 void errx(int eval, scope const char* fmt, ...); 21 void warn(scope const char* fmt, ...); 22 void warnc(int code, scope const char* fmt, ...); 23 void warnx(scope const char* fmt, ...); 24 void verr(int eval, scope const char* fmt, va_list args); 25 void verrc(int eval, int code, scope const char* fmt, va_list args); 26 void verrx(int eval, scope const char* fmt, va_list args); 27 void vwarn(scope const char* fmt, va_list args) [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/ |
| err.d | 18 void err(int eval, scope const char* fmt, ...); 19 void errc(int eval, int code, scope const char* fmt, ...); 20 void errx(int eval, scope const char* fmt, ...); 21 void warn(scope const char* fmt, ...); 22 void warnc(int code, scope const char* fmt, ...); 23 void warnx(scope const char* fmt, ...); 24 void verr(int eval, scope const char* fmt, va_list args); 25 void verrc(int eval, int code, scope const char* fmt, va_list args); 26 void verrx(int eval, scope const char* fmt, va_list args); 27 void vwarn(scope const char* fmt, va_list args) [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/ |
| 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...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| string.d | 34 void* memccpy(return scope void* dst, scope const void* src, int c, size_t n) pure; 36 char* stpcpy(return scope char* dst, scope const char* src) pure; 38 char* stpncpy(return scope char* dst, const char* src, size_t len) pure; 40 int strcoll_l(scope const char* s1, scope const char* s2, locale_t locale); 44 char* strndup(scope const char* str, size_t len); 46 size_t strnlen(scope const char* str, size_t maxlen) pure; 50 char* strtok_r(return scope char* str, scope const char* sep, char** context) pure [all...] |
| strings.d | 28 int strcasecmp(scope const char* s1, scope const char* s2); 30 int strcasecmp_l(scope const char* s1, scope const char* s2, scope locale_t locale); 32 int strncasecmp(scope const char* s1, scope const char* s2, size_t n); 34 int strncasecmp_l(scope const char* s1, const char* s2, size_t n, locale_t locale);
|
| utime.d | 45 int utime(const scope char*, const scope utimbuf*); 56 int utime(const scope char*, const scope utimbuf*); 66 int utime(const scope char*, const scope utimbuf*); 76 int utime(const scope char*, const scope utimbuf*); 86 int utime(const scope char*, const scope utimbuf*) [all...] |
| time.d | 42 char* asctime(const scope tm*); 44 char* ctime(const scope time_t*); 46 tm* gmtime(const scope time_t*); 47 tm* localtime(const scope time_t*); 49 size_t strftime(char*, size_t, const scope char*, const scope tm*); 118 int clock_nanosleep(clockid_t, int, const scope timespec*, timespec*); 193 int clock_settime(clockid_t, const scope timespec*); 194 int nanosleep(const scope timespec*, timespec*); 199 int timer_settime(timer_t, int, const scope itimerspec*, itimerspec*) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| port.d | 22 static int memicmp(scope const char* s1, scope const char* s2, size_t n) pure; 26 static bool isFloat32LiteralOutOfRange(scope const(char)* s); 28 static bool isFloat64LiteralOutOfRange(scope const(char)* s); 31 static void writelongLE(uint value, scope void* buffer) pure; 34 static uint readlongLE(scope const void* buffer) pure; 37 static void writelongBE(uint value, scope void* buffer) pure; 40 static uint readlongBE(scope const void* buffer) pure; 43 static uint readwordLE(scope const void* buffer) pure; 46 static uint readwordBE(scope const void* buffer) pure [all...] |
| /src/usr.bin/make/unit-tests/ |
| var-scope-cmdline.exp | 1 make: var-scope-cmdline.mk:72: global 2 make: var-scope-cmdline.mk:82: makeflags
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/bionic/ |
| err.d | 16 void err(int eval, scope const char* fmt, ...); 17 void errx(int eval, scope const char* fmt, ...); 18 void warn(scope const char* fmt, ...); 19 void warnx(scope const char* fmt, ...); 20 void verr(int eval, scope const char* fmt, va_list args); 21 void verrx(int eval, scope const char* fmt, va_list args); 22 void vwarn(scope const char* fmt, va_list args); 23 void vwarnx(scope const char* fmt, va_list args);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/ |
| err.d | 17 void err(int eval, scope const char* fmt, ...); 18 void errx(int eval, scope const char* fmt, ...); 19 void warn(scope const char* fmt, ...); 20 void warnx(scope const char* fmt, ...); 21 void verr(int eval, scope const char* fmt, va_list args); 22 void verrx(int eval, scope const char* fmt, va_list args); 23 void vwarn(scope const char* fmt, va_list args); 24 void vwarnx(scope const char* fmt, va_list args);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/ |
| err.d | 16 void err(int eval, scope const char* fmt, ...); 17 void errx(int eval, scope const char* fmt, ...); 18 void warn(scope const char* fmt, ...); 19 void warnx(scope const char* fmt, ...); 20 void verr(int eval, scope const char* fmt, va_list args); 21 void verrx(int eval, scope const char* fmt, va_list args); 22 void vwarn(scope const char* fmt, va_list args); 23 void vwarnx(scope const char* fmt, va_list args);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/ |
| xattr.d | 56 int setxattr(const scope char* path, const scope char* name, const scope void* value, size_t size, int flags); 58 int lsetxattr(const scope char* path, const scope char* name, const scope void* value, size_t size, int flags); 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) [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/ |
| 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) 49 extern (C) int cmp(scope const void* p1, scope const void* p2, scope void* ti) 59 alias extern (C) int function(scope void *, scope const void *, scope const void *) Cmp [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/ |
| err.d | 28 void err(int eval, scope const char* fmt, ...); 29 void errc(int eval, int code, scope const char* fmt, ...); 30 void errx(int eval, scope const char* fmt, ...); 31 void warn(scope const char* fmt, ...); 32 void warnc(int code, scope const char* fmt, ...); 33 void warnx(scope const char* fmt, ...); 34 void verr(int eval, scope const char* fmt, va_list args); 35 void verrc(int eval, int code, scope const char* fmt, va_list args); 36 void verrx(int eval, scope const char* fmt, va_list args); 37 void vwarn(scope const char* fmt, va_list args) [all...] |
| /src/sys/sys/ |
| fault.h | 49 int scope; member in struct:fault_ioc_enable 57 int scope; member in struct:fault_ioc_disable 61 int scope; member in struct:fault_ioc_getinfo
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| macroexp.h | 29 Use SCOPE to find identifiers' preprocessor definitions. 33 const macro_scope &scope); 39 Use SCOPE to find identifiers' preprocessor definitions. 43 const macro_scope &scope); 54 Use SCOPE to find macro definitions. 72 const macro_scope &scope);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| macroexp.h | 29 Use SCOPE to find identifiers' preprocessor definitions. 33 const macro_scope &scope); 39 Use SCOPE to find identifiers' preprocessor definitions. 43 const macro_scope &scope); 54 Use SCOPE to find macro definitions. 72 const macro_scope &scope);
|