Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/openbsd/bin/ksh/
H A Dmisc.c449 for (; argv[go.optind]; go.optind++) in parse_args()
880 if (go->p == 0 || (c = argv[go->optind - 1][go->p]) == '\0') { in ksh_getopt()
906 go->optarg = go->buf; in ksh_getopt()
922 if (argv[go->optind - 1][go->p]) in ksh_getopt()
923 go->optarg = argv[go->optind - 1] + go->p; in ksh_getopt()
925 go->optarg = argv[go->optind++]; in ksh_getopt()
931 go->optarg = go->buf; in ksh_getopt()
944 go->optarg = argv[go->optind - 1] + go->p; in ksh_getopt()
951 if (argv[go->optind - 1][go->p]) { in ksh_getopt()
954 go->optarg = argv[go->optind - 1] + go->p; in ksh_getopt()
[all …]
/openbsd/usr.sbin/pppd/
H A Dccp.c342 if (!go->deflate_correct && !go->deflate_draft)
404 go->deflate = 0;
410 if (p != p0 && go->deflate_correct && go->deflate_draft) {
435 --go->bsd_bits;
490 if (go->deflate_correct && go->deflate_draft) {
553 try = *go;
571 if (go->deflate_correct && go->deflate_draft
604 *go = try;
620 try = *go;
641 if (go->deflate_correct && go->deflate_draft
[all …]
H A Dlcp.c491 LENCISHORT(!go->neg_chap && go->neg_upap) +
550 ADDCISHORT(CI_MRU, go->neg_mru && go->mru != DEFMRU, go->mru);
674 ACKCISHORT(CI_MRU, go->neg_mru && go->mru != DEFMRU, go->mru);
805 if (go->neg_mru && go->mru != DEFMRU) {
826 if ((go->neg_chap || go->neg_upap)
939 if ((go->neg_mru && go->mru != DEFMRU)
993 *go = try;
1503 (go->neg_asyncmap? go->asyncmap: 0xffffffff),
1504 go->neg_pcompression, go->neg_accompression);
1532 (go->neg_asyncmap? go->asyncmap: 0xffffffff),
[all …]
H A Dipcp.c334 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
349 return (LENCIADDR(go->neg_addr, go->old_addrs) +
350 LENCIVJ(go->neg_vj, go->old_vj));
401 go->old_addrs, go->ouraddr, go->hisaddr);
403 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj,
404 go->maxslotindex, go->cflag);
481 go->old_addrs, go->ouraddr, go->hisaddr);
483 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj,
484 go->maxslotindex, go->cflag);
743 go->old_addrs, go->ouraddr, go->hisaddr);
[all …]
H A Dauth.c239 lcp_options *go = &lcp_gotoptions[unit]; local
252 if (auth_required && !(go->neg_chap || go->neg_upap)) {
267 if (go->neg_chap) {
270 } else if (go->neg_upap) {
301 lcp_options *go = &lcp_gotoptions[unit]; local
306 if ((go->neg_chap || go->neg_upap) && !did_authup) {
315 if (go->neg_cbcp) {
605 lcp_options *go = &lcp_gotoptions[unit]; local
615 go->neg_upap = 0;
616 if (go->neg_chap) {
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Ddnrm2.f33 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
56 go to 200
58 go to 200
67 go to 300
[all …]
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Djoin.t177 my $go : shared = 0;
180 lock($go);
181 cond_wait($go) until $go;
191 { lock($go); $go = 1; cond_signal($go); }
196 my $go : shared = 0;
200 lock($go); $go = 1; cond_signal($go);
203 { lock ($go); cond_wait($go) until $go; }
208 my $go : shared = 0;
210 lock($go); cond_wait($go) until $go;
219 { lock($go); $go = 1; cond_signal($go); }
H A Dstate.t176 my $go : shared = 0;
182 lock($go); $go = 1; cond_signal($go);
185 { lock ($go); cond_wait($go) until $go; }
198 my $go :shared = 0;
201 lock($go);
202 cond_wait($go) until $go;
216 # 3 running, blocking on $go
217 # 2 running, blocking on $go, join pending
242 { lock($go); $go = 1; cond_broadcast($go); }
/openbsd/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/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 to 390
[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/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb93.C9 const bool go=K+1!=J; in SineSeries() local
10 return 1.0-x*x/(2*K+2)/(2*K+3)*SineSeries<N*go,I*go,J*go,(K+1)*go>(); in SineSeries()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Drecursion.C9 const bool go=K+1!=J; in SineSeries() local
10 return 1.0-x*x/(2*K+2)/(2*K+3)*SineSeries<N*go,I*go,J*go,(K+1)*go>(); in SineSeries()
/openbsd/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/regress/lib/libcrypto/certs/
H A DMakefile9 @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 .
H A Dgo.mod1 // $OpenBSD: go.mod,v 1.1 2021/02/23 20:33:46 tb Exp $
4 go 1.16
/openbsd/usr.bin/tsort/
H A Dtsort.c629 if (go->mark) { in find_cycle_from()
637 c->t[c->entries++] = go; in find_cycle_from()
638 return go; in find_cycle_from()
640 go->from = n; in find_cycle_from()
641 n = go; in find_cycle_from()
703 struct node *go; in traverse_node() local
705 go = n->traverse->node; in traverse_node()
712 if (go->mark == 0 || go->mark == min) { in traverse_node()
713 go->from = n; in traverse_node()
714 n = go; in traverse_node()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A DCMakeLists.txt160 set(BUILDGO_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/../go/buildgo.sh)
166 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../go
177 set(BUILDGO_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/../go/buildgo.sh)
183 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../go
191 set(BUILDGO_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/../go/buildgo.sh)
197 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../go
205 set(BUILDGO_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/../go/buildgo.sh)
211 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../go
227 set(BUILDGO_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/../go/buildgo.sh)
233 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../go
/openbsd/gnu/llvm/clang/utils/
H A Dmodfuzz.py140 def go(model): function
144 return go
149 def go(model): function
153 return go
156 def go(model): function
160 return go
/openbsd/gnu/usr.bin/perl/Porting/
H A Dhow_to_write_a_perldelta.pod121 here, but most should go in the L</Performance Enhancements> section.
127 Any security-related notices go here. In particular, any security
150 in this release should go in the "Modules and Pragmata" section.
197 Changes which create B<new> files in F<pod/> go here.
256 Changes which significantly change existing files in F<pod/> go here.
257 Any changes to F<pod/perldiag.pod> should go in
262 New warnings emitted by the core's C<C> code go here.
266 Changed warnings emitted by the core's C<C> code go here.
276 go here.
308 Changes of note to specific platforms go here.
[all …]
H A Dperldelta_template.pod24 XXX New core language features go here. Summarize user-visible core language
25 enhancements. Particularly prominent performance optimisations could go
26 here, but most should go in the L</Performance Enhancements> section.
32 XXX Any security-related notices go here. In particular, any security
83 XXX Changes which enhance performance without changing behaviour go here.
99 go here. If Module::CoreList is updated, generate an initial draft of the
146 XXX Changes to files in F<pod/> go here. Consider grouping entries by
151 XXX Changes which create B<new> files in F<pod/> go here.
163 XXX Changes which significantly change existing files in F<pod/> go here.
215 XXX Changes (i.e. rewording) of diagnostic messages go here
[all …]
/openbsd/sbin/init/
H A DNOTES104 1: single user shell (with password checking?); on exit, go to 2
105 2: rc script: on exit 0, go to 3; on exit N (error), go to 1
106 3: read ttys file: on completion, go to 4
107 4: multi-user operation: on SIGTERM, go to 7; on SIGHUP, go to 5;
108 on SIGTSTP, go to 6
111 on completion, go to 4
114 then go to 1 (warn if not all processes died, i.e. wait blocks)
/openbsd/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+r regress/link
[all …]
/openbsd/regress/lib/libtls/gotls/
H A Dgo.mod1 // $OpenBSD: go.mod,v 1.1 2021/02/23 20:36:16 tb Exp $
4 go 1.16
/openbsd/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/
H A Dunittest.gni27 # 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

12345678910>>...31