Searched refs:go (Results 1 - 25 of 158) sorted by relevance

1234567

/openbsd-current/regress/lib/libcrypto/certs/
H A DMakefile4 GO_VERSION != sh -c "(go version) 2>/dev/null || true"
9 @echo package go is required for this regress
13 REGRESS_TARGETS=regress-go-verify
18 regress-go-verify:
19 cd ${.CURDIR} && go test -test.v .
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Ddnrm2.f31 if(n .gt. 0 .and. incx.gt.0) go to 10
33 go to 300
38 20 go to next,(30, 50, 70, 110)
39 30 if( dabs(dx(i)) .gt. cutlo) go to 85
42 50 if( dx(i) .eq. zero) go to 200
43 if( dabs(dx(i)) .gt. cutlo) go to 85
45 go to 105
51 go to 115
52 70 if( dabs(dx(i)) .gt. cutlo ) go to 75
53 110 if( dabs(dx(i)) .le. xmax ) go t
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Drecursion.C9 const bool go=K+1!=J; local
10 return 1.0-x*x/(2*K+2)/(2*K+3)*SineSeries<N*go,I*go,J*go,(K+1)*go>();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb93.C9 const bool go=K+1!=J; local
10 return 1.0-x*x/(2*K+2)/(2*K+3)*SineSeries<N*go,I*go,J*go,(K+1)*go>();
/openbsd-current/regress/lib/libcrypto/c2sp/
H A DMakefile5 .if !exists(${C2SP_TESTVECTORS}) || !exists(/usr/local/bin/go)
7 @echo required packages: security/c2sp-testvectors lang/go
15 cctv: cctv.go
16 go build -o $@ ${.CURDIR}/cctv.go
30 cctv-openssl$V: cctv.go
32 go build -o $@ ${.CURDIR}/cctv.go
/openbsd-current/regress/lib/libtls/gotls/
H A DMakefile4 GO_VERSION != sh -c "(go version) 2>/dev/null || true"
9 @echo package go is required for this regress
16 cd ${.CURDIR} && go test -test.v .
/openbsd-current/bin/ksh/
H A Dmisc.c329 Getopt go; local
365 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
366 while ((optc = ksh_getopt(argv, &go, opts)) != -1) {
367 int set = (go.info & GI_PLUS) ? 0 : 1;
371 array = go.optarg;
375 if (go.optarg == NULL) {
385 i = option(go.optarg);
396 bi_errorf("%s: bad option", go.optarg);
423 if (!(go.info & GI_MINUSMINUS) && argv[go
839 ksh_getopt_reset(Getopt *go, int flags) argument
875 ksh_getopt(char **argv, Getopt *go, const char *options) argument
[all...]
/openbsd-current/usr.sbin/pppd/
H A Dlcp.c476 lcp_options *go = &lcp_gotoptions[f->unit]; local
488 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
489 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFF) +
490 LENCICHAP(go->neg_chap) +
491 LENCISHORT(!go->neg_chap && go->neg_upap) +
492 LENCILQR(go->neg_lqr) +
493 LENCICBCP(go
509 lcp_options *go = &lcp_gotoptions[f->unit]; local
582 lcp_options *go = &lcp_gotoptions[f->unit]; local
712 lcp_options *go = &lcp_gotoptions[f->unit]; local
1019 lcp_options *go = &lcp_gotoptions[f->unit]; local
1160 lcp_options *go = &lcp_gotoptions[f->unit]; local
1485 lcp_options *go = &lcp_gotoptions[f->unit]; local
1524 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
H A Dccp.c308 ccp_options *go = &ccp_gotoptions[f->unit]; local
311 *go = ccp_wantoptions[f->unit];
318 if (go->bsd_compress) {
323 go->bsd_compress = 0;
325 if (go->deflate) {
326 if (go->deflate_correct) {
332 go->deflate_correct = 0;
334 if (go->deflate_draft) {
340 go->deflate_draft = 0;
342 if (!go
366 ccp_options *go = &ccp_gotoptions[f->unit]; local
384 ccp_options *go = &ccp_gotoptions[f->unit]; local
475 ccp_options *go = &ccp_gotoptions[f->unit]; local
548 ccp_options *go = &ccp_gotoptions[f->unit]; local
617 ccp_options *go = &ccp_gotoptions[f->unit]; local
913 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]
H A Dipcp.c318 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
329 if (wo->neg_addr && !go->neg_addr && !go->old_addrs) {
331 go->neg_addr = 1;
332 go->old_addrs = 1;
334 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
338 go->neg_vj = 1;
342 go->neg_vj = 1;
343 go
363 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
423 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
513 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
685 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
783 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1158 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
/openbsd-current/regress/lib/libcrypto/wycheproof/
H A DMakefile8 @echo package go should be installed if available
14 . if exists(/usr/local/bin/go)
20 wycheproof: wycheproof.go
21 go build -o wycheproof ${.CURDIR}/wycheproof.go
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000804-1.x2 # to force a 'long long' (64-bits) to go in a register.
H A D20001205-1.x2 # forces two 'long' (32-bits) variables to go in registers.
H A D920520-1.x4 # float or a double to go in a register.
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DPPPort.xs3 when this module is built and will go to RealPPPort.xs.
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D980310-3.f114 if (low .eq. igh) go to 410
133 if (ta .eq. 0.0d0) go to 220
136 if (tb .eq. 0.0d0) go to 230
177 if (a(i,j) .eq. 0.0d0) go to 280
181 if (b(i,j) .eq. 0.0d0) go to 290
191 if (a(i,j) .eq. 0.0d0) go to 310
195 if (b(i,j) .eq. 0.0d0) go to 320
219 if (cmax .lt. 0.5d0) go to 370
226 if (it .le. nrp2) go to 250
247 if (j .le. igh) go t
[all...]
H A D980310-4.f234 if(ier.eq.6) go to 999
252 * .or.abserr.eq.0.0d+00) go to 60
288 if(defab1.eq.error1.or.defab2.eq.error2) go to 5
295 if(errsum.le.errbnd) go to 8
314 8 if(error2.gt.error1) go to 10
320 go to 20
335 if(ier.ne.0.or.errsum.le.errbnd) go to 40
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dtr_utf8.t37 $str = $hiragana; $str =~ s/([���-���])/$h2k{$1}/go;
39 $str = $katakana; $str =~ s/([���-���])/$k2h{$1}/go;
/openbsd-current/usr.bin/lorder/
H A Dlorder.sh63 ${NM:-nm} -go "$@" | sed "
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcheckcfguse.pl84 while (/\b($SYM)\b/go) {
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DSubst.pm74 $s =~ s/\$\\\{([A-Za-z_])/\$\{$1/go;
84 $contents =~ s/\$\\\{([A-Za-z_])/\$\{$1/go;
H A DPkgSpec.pm194 $r->{stemspec} =~ s/\./\\\./go;
195 $r->{stemspec} =~ s/\+/\\\+/go;
196 $r->{stemspec} =~ s/\*/\.\*/go;
197 $r->{stemspec} =~ s/\?/\./go;
198 $r->{stemspec} =~ s/^(\\\.libs)\-/$1\\d*\-/go;
/openbsd-current/gnu/llvm/clang/utils/
H A Dmodfuzz.py140 def go(model): function in function:create_module
144 return go
149 def go(model): function in function:add_top_level_decl
153 return go
156 def go(model): function in function:add_import
160 return go
/openbsd-current/usr.bin/tsort/
H A Dtsort.c631 struct node *go = n->traverse->node;
633 if (go->mark) {
635 for (; n != NULL && n != go; n = n->from) {
641 c->t[c->entries++] = go;
642 return go;
644 go->from = n;
645 n = go;
657 * to go through the whole array, but it is not needed often.
707 struct node *go;
709 go
627 struct node *go = n->traverse->node; local
703 struct node *go; local
[all...]
/openbsd-current/regress/bin/chmod/
H A DMakefile115 ${CHMOD} u=rw,go=r regress/file
167 ${CHMOD} -h u=rw,go=r regress/link
172 ${CHMOD} -h go-r regress/link
177 ${CHMOD} -h go-rx regress/link
182 ${CHMOD} -h go+r regress/link
187 ${CHMOD} -h go+rx regress/link
207 ${CHMOD} u=rw,go=r regress/link
212 ${CHMOD} go-r regress/link
217 ${CHMOD} go-rx regress/link
222 ${CHMOD} go
[all...]

Completed in 376 milliseconds

1234567