| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.imports/ |
| bug18193.d | 3 import core.runtime;
|
| /src/external/gpl2/gettext/dist/gettext-tools/m4/ |
| Makefile.am | 10 ../../gettext-runtime/m4/codeset.m4 \ 11 ../../gettext-runtime/m4/gettext.m4 \ 12 ../../gettext-runtime/m4/glibc2.m4 \ 13 ../../gettext-runtime/m4/glibc21.m4 \ 14 ../../gettext-runtime/m4/iconv.m4 \ 15 ../../gettext-runtime/m4/intdiv0.m4 \ 16 ../../gettext-runtime/m4/intl.m4 \ 17 ../../gettext-runtime/m4/intldir.m4 \ 18 ../../gettext-runtime/m4/intmax.m4 \ 19 ../../gettext-runtime/m4/inttypes_h.m4 [all...] |
| /src/external/gpl2/gettext/bin/gettext/ |
| Makefile | 9 gettext.1: ${DIST}/gettext/gettext-runtime/man/gettext.1.in
|
| /src/external/gpl2/gettext/dist/ |
| Makefile.am | 22 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link 32 $(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac 36 cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in 37 cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot 38 cmp -s gettext-runtime/po/boldquot.sed gettext-tools/po/boldquot.sed 39 cmp -s gettext-runtime/po/quot.sed gettext-tools/po/quot.sed 40 cmp -s gettext-runtime/po/en@quot.header gettext-tools/po/en@quot.header 41 cmp -s gettext-runtime/po/en@boldquot.header gettext-tools/po/en@boldquot.header 42 cmp -s gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin 43 cmp -s gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.si [all...] |
| /src/external/bsd/unbound/dist/testcode/ |
| fake_event.c | 92 /** runtime ptr */ 93 struct replay_runtime* runtime; member in struct:fake_commpoint 211 pending_matches_current(struct replay_runtime* runtime, 216 if(!runtime->now || runtime->now->evt_type != repevt_back_query 217 || !runtime->pending_list) 220 for(p = runtime->pending_list; p; p = p->next) { 221 if(runtime->now->addrlen != 0 && 222 sockaddr_cmp(&p->addr, p->addrlen, &runtime->now->addr, 223 runtime->now->addrlen) != 0 965 struct replay_runtime* runtime = (struct replay_runtime*)base; local 994 struct replay_runtime* runtime = (struct replay_runtime*) local 1007 struct replay_runtime* runtime = (struct replay_runtime*)b; local 1039 struct replay_runtime* runtime = (struct replay_runtime*)b; local 1047 struct replay_runtime* runtime = (struct replay_runtime*)b; local 1057 struct replay_runtime* runtime = (struct replay_runtime*)b; local 1068 struct replay_runtime* runtime = (struct replay_runtime*)base; local 1092 struct replay_runtime* runtime = (struct replay_runtime*)repinfo->c->ev; local 1139 struct replay_runtime* runtime = (struct replay_runtime*)base; local 1173 struct replay_runtime* runtime = (struct replay_runtime*) local 1223 struct replay_runtime* runtime = (struct replay_runtime*) local 1280 struct replay_runtime* runtime = (struct replay_runtime*)outnet->base; local 1403 struct replay_runtime* runtime = pend->runtime; local 1660 struct replay_runtime* runtime = (struct replay_runtime*)base; local 1790 struct replay_runtime* runtime = (struct replay_runtime*) local 1810 struct replay_runtime* runtime = (struct replay_runtime*) local 1882 struct replay_runtime* runtime = (struct replay_runtime*) local 1912 struct replay_runtime* runtime = fc->runtime; local [all...] |
| /src/external/gpl2/gettext/bin/msgfmt/ |
| Makefile | 7 CPPFLAGS+=-I${DIST}/gettext-runtime/intl
|
| /src/external/gpl2/gettext/bin/msginit/ |
| Makefile | 10 CPPFLAGS+=-I${DIST}/gettext-runtime/intl 18 .PATH: ${DIST}/gettext-runtime/intl
|
| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/ |
| runtime_args.d | 1 // Bugzilla 11149 - Runtime.args no longer available in static constructors 2 import core.runtime; 6 assert(Runtime.cArgs.argc > 0); 7 assert(Runtime.cArgs.argv !is null); 8 assert(Runtime.args.length > 0);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| check_lint.sh | 22 ASAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int 23 ASAN_TEST_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/sizeof,-runtime/int,-runtime/printf,-runtime/threadsafe_fn 26 TSAN_TEST_LINT_FILTER=${TSAN_RTL_LINT_FILTER},-runtime/threadsafe_fn,-runtime/int 31 DFSAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/printf,-runtime/references,-readability/functio [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_display.h | 37 int (*init)(struct drm_device *, bool resume, bool runtime); 62 int nouveau_display_init(struct drm_device *dev, bool resume, bool runtime); 63 void nouveau_display_fini(struct drm_device *dev, bool suspend, bool runtime); 64 int nouveau_display_suspend(struct drm_device *dev, bool runtime); 65 void nouveau_display_resume(struct drm_device *dev, bool runtime);
|
| /src/sys/external/bsd/gnu-efi/dist/lib/ |
| Makefile | 49 runtime/rtlock runtime/efirtlib runtime/rtstr runtime/vm runtime/rtdata \ 67 SUBDIRS = ia32 x86_64 ia64 aarch64 arm mips64el riscv64 runtime
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-clisp/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-gawk/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-librep/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-pascal/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-php/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-python/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-sh/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-smalltalk/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl-tk/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|
| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-ycp/ |
| autogen.sh | 27 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 28 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 30 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
|