/netbsd-src/sys/external/bsd/sljit/dist/doc/tutorial/ |
H A D | 99bottles.bf | 93 [<]>>>> go back to fourth cell 102 [>]<< go to last cell and back to LF 104 [<]> go to first cell 114 #[<]> go to first cell 123 [<]>> go to cell 2 125 < go to cell 1 137 [<]>>>- go to cell 3/subtract 1 142 [>]<. go to last line/carriage return 143 [<]> go to first line 155 [<]>>>>- go to cell 4/subtract 1 [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-go/ |
H A D | CMakeLists.txt | 1 if(LLVM_BINDINGS MATCHES "go") 2 set(binpath ${CMAKE_BINARY_DIR}/bin/llvm-go${CMAKE_EXECUTABLE_SUFFIX}) 4 COMMAND ${GO_EXECUTABLE} build -o ${binpath} llvm-go.go 5 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/llvm-go.go 7 COMMENT "Building Go executable llvm-go") 8 add_custom_target(llvm-go ALL DEPENDS ${binpath})
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/ |
H A D | README.txt | 13 The package path "llvm.org/llvm/bindings/go/llvm" can be used to 15 "llvm.org/llvm.v36/bindings/go/llvm" refer to released versions of LLVM. 17 It is recommended to use the "-d" flag with "go get" to download the 25 it to be used by the bindings. If you receive an error message from "go build" 28 ./analysis.go:4:84: fatal error: llvm-c/Analysis.h: No such file or directory 29 #include <llvm-c/Analysis.h> // If you are getting an error here read bindings/go/README.txt 33 ./llvm_dep.go:5: undefined: run_build_sh 37 $ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh 42 …$ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=… 53 $ go build -tags byollvm [all …]
|
H A D | build.sh | 19 ninja -C $llvm_builddir llvm-config llvm-go 28 $llvm_go print-config > $gollvmdir/llvm_config.go
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 5846 d3bc06b5f718cf0981b6490487d5b14d gcc/go/ChangeLog 5847 1e8d98252d6f5b7d8428ae93446ae0c1 gcc/go/Make-lang.in 5848 60ea054548c83c7f66170073f9f3e74c gcc/go/README.gcc 5849 d9ae6df7a9c50076ec6b5e564516ca11 gcc/go/config-lang.in 5850 6de103fbcaf3ede09e154b4507410fad gcc/go/gccgo.texi 5851 cb9d9f43ce55d21e9dc7362fc69e0ed3 gcc/go/go-backend.cc 5852 d5f87e40815add17cf3d7b44e1f1e16c gcc/go/go-c.h 5853 c8ae93841aa60c948162af93a875a63b gcc/go/go-gcc-diagnostics.cc 5854 03db2c35a39e03c8ab1f72e866ecd76c gcc/go/go-gcc.cc 5855 3331ac40c70c2495e29194d7a6ce2149 gcc/go/go-gcc.h [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 5361 b15ac791ab8b3634c0dd907bc2da9d27 gcc/go/ChangeLog 5362 7704e902d7eca77c3c54d4b0d74e1280 gcc/go/Make-lang.in 5363 60ea054548c83c7f66170073f9f3e74c gcc/go/README.gcc 5364 ba1d1d5398ab441ac25b708319bb4d33 gcc/go/config-lang.in 5365 b6812433e2bf40a03c8504f580a5b3ec gcc/go/gccgo.texi 5366 99519616f08115cf6ddb6494d5368b92 gcc/go/go-backend.c 5367 6f9ac459ff5936a3d21de3435d396d78 gcc/go/go-c.h 5368 acff316a0e8db218432f2764fe58cb08 gcc/go/go-gcc-diagnostics.cc 5369 d3eb3a363d2930cfe4aece1e0fecfa5b gcc/go/go-gcc.cc 5370 f855b94c159262d963922f45595f57c2 gcc/go/go-gcc.h [all …]
|
/netbsd-src/external/bsd/top/dist/ |
H A D | screen.c | 170 char *go; in screen_getsize() local 207 if ((go = tgoto(tc_cursor_motion, 0, screen_length - 1)) != NULL) in screen_getsize() 208 (void) strcpy(lower_left, go); in screen_getsize() 220 char *go; in screen_readtermcap() local 320 if ((go = tgoto(tc_cursor_motion, 0, 0)) != NULL) in screen_readtermcap() 321 (void) strcpy(home, go); in screen_readtermcap() 518 char *go = tgoto(tc_cursor_motion, x, y); in screen_move() local 519 if (go) in screen_move() 520 tputs(go, 1, putstdout); in screen_move()
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/ |
H A D | modfuzz.py | 140 def go(model): function 144 return go 149 def go(model): function 153 return go 156 def go(model): function 160 return go
|
/netbsd-src/sbin/init/ |
H A D | NOTES | 103 1: single user shell (with password checking?); on exit, go to 2 106 /etc/rc inside the chroot: on exit 0, go to 3; on exit N (error), 107 go to 1 (applies also to /etc/rc when init.root == "/") 108 3: read ttys file: on completion, go to 4. If we did chroot in 111 4: multi-user operation: on SIGTERM, go to 7; on SIGHUP, go to 5; 112 on SIGTSTP, go to 6 115 on completion, go to 4 118 then go to 1 (warn if not all processes died, i.e. wait blocks)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/utils/unittest/ |
H A D | unittest.gni | 27 # Unit test binaries shouldn't go right in out/gn/bin, for two reasons: 28 # 1. That's where production binaries go. 36 # matter all that much where the unit test binaries go, with the weak 37 # constraints that test binaries of different projects should go in
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
H A D | koenig.cc | 59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } in foo() argument 258 G::O go; in main() local 265 foo (go, fo, eo); in main() 327 foo (go, fo, eo); in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/ |
H A D | .gitignore | 56 bindings/go/llvm/llvm_config.go 57 bindings/go/llvm/workdir
|
/netbsd-src/tests/lib/libc/setjmp/ |
H A D | t_sigstack.c | 143 go(const char *name, void (*fn)(void) __dead) in go() function 222 go("longjmp", &bail_longjmp); in ATF_TC_BODY() 252 go("siglongjmp", &bail_siglongjmp); in ATF_TC_BODY()
|
/netbsd-src/external/bsd/openldap/ |
H A D | openldap2netbsd | 72 find . -type f -print | xargs chmod u+rw,go+r 73 find . -type d -print | xargs chmod u+rwx,go+rx
|
/netbsd-src/external/bsd/openpam/ |
H A D | openpam2netbsd | 66 find $r -type f -print | xargs chmod u+rw,go+r 67 find $r -type d -print | xargs chmod u+rwx,go+rx
|
/netbsd-src/sys/external/bsd/gnu-efi/ |
H A D | gnu-efi2netbsd | 83 find $r -type f -print | xargs chmod u+rw,go+r 84 find $r -type d -print | xargs chmod u+rwx,go+rx
|
/netbsd-src/tests/usr.bin/grep/ |
H A D | d_context_a.in | 8 You'll never go wrong with a pig, a pig, 9 You'll never go wrong with a pig!
|
H A D | d_context_d.out | 7 d_context_a.in:You'll never go wrong with a pig, a pig, 8 d_context_a.in:You'll never go wrong with a pig!
|
/netbsd-src/share/mk/ |
H A D | bsd.lib.mk | 95 MKDEP_SUFFIXES?= .o .po .pico .go .ln .d 157 .SUFFIXES: .out .a .ln .pico .po .go .o .s .S .c .cc .cpp .cxx .C .m .F .f .r .y .l .cl .p .h 259 .c.go: 284 .cc.go .cpp.go .cxx.go .C.go: 311 .f.go: 342 .m.go: 388 .s.go [all...] |
/netbsd-src/external/gpl2/dtc/ |
H A D | dtc2netbsd | 122 find . -type f -print | xargs chmod u+rw,go+r 123 find . -type d -print | xargs chmod u+rwx,go+rx
|
/netbsd-src/sys/external/bsd/dwc2/ |
H A D | dwctwo2netbsd | 114 find . -type f -print | xargs chmod u+rw,go+r 115 find . -type d -print | xargs chmod u+rwx,go+rx
|
/netbsd-src/external/bsd/nvi/ |
H A D | nvi2netbsd | 107 find . -type f -print | xargs chmod u+rw,go+r 108 find . -type d -print | xargs chmod u+rwx,go+rx
|
/netbsd-src/external/bsd/bzip2/ |
H A D | bzip2netbsd | 118 find . -type f -print | xargs chmod u+rw,go+r 119 find . -type d -print | xargs chmod u+rwx,go+rx
|
/netbsd-src/sys/external/gpl2/dts/ |
H A D | dts2netbsd | 112 find . -type f -print | xargs chmod u+rw,go+r 113 find . -type d -print | xargs chmod u+rwx,go+rx
|
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcs.c | 1618 #define go(p,e) {int p P((int,char**)); void e P((void)); if(*argv)return p(argc,argv);if(*argv[1])… macro 1625 go(ciId, ciExit); 1626 go(coId, coExit); 1627 go(identId, identExit); 1628 go(mergeId, mergeExit); 1629 go(rcsId, exiterr); 1630 go(rcscleanId, rcscleanExit); 1631 go(rcsdiffId, rdiffExit); 1632 go(rcsmergeId, rmergeExit); 1633 go(rlogId, rlogExit);
|