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

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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>();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb93.C10 const bool go=K+1!=J; local
11 return 1.0-x*x/(2*K+2)/(2*K+3)*SineSeries<N*go,I*go,J*go,(K+1)*go>();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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>();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb93.C10 const bool go=K+1!=J; local
11 return 1.0-x*x/(2*K+2)/(2*K+3)*SineSeries<N*go,I*go,J*go,(K+1)*go>();
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dlcp.c662 lcp_options *go = &lcp_gotoptions[f->unit]; local
667 *go = *wo;
669 go->neg_mrru = 0;
670 go->neg_ssnhf = 0;
671 go->neg_endpoint = 0;
687 lcp_options *go = &lcp_gotoptions[f->unit]; local
700 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
701 LENCILONG(go->neg_asyncmap && go
725 lcp_options *go = &lcp_gotoptions[f->unit]; local
813 lcp_options *go = &lcp_gotoptions[f->unit]; local
969 lcp_options *go = &lcp_gotoptions[f->unit]; local
1362 lcp_options *go = &lcp_gotoptions[f->unit]; local
1522 lcp_options *go = &lcp_gotoptions[f->unit]; local
1912 lcp_options *go = &lcp_gotoptions[f->unit]; local
1963 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
H A Dccp.c544 ccp_options *go = &ccp_gotoptions[f->unit]; local
547 *go = ccp_wantoptions[f->unit];
551 if (go->mppe) {
598 if (go->mppe & MPPE_OPT_40) {
600 go->mppe &= ~MPPE_OPT_40;
606 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128))) {
614 ao->mppe = go->mppe;
616 ao->bsd_compress = go->bsd_compress = 0;
617 ao->predictor_1 = go->predictor_1 = 0;
618 ao->predictor_2 = go
687 ccp_options *go = &ccp_gotoptions[f->unit]; local
706 ccp_options *go = &ccp_gotoptions[f->unit]; local
824 ccp_options *go = &ccp_gotoptions[f->unit]; local
914 ccp_options *go = &ccp_gotoptions[f->unit]; local
1003 ccp_options *go = &ccp_gotoptions[f->unit]; local
1439 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]
H A Dipcp.c707 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
718 *go = *wo;
720 go->ouraddr = 0;
739 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
753 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
754 go->neg_addr = 0;
755 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
759 go
785 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
892 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1018 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1266 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1782 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
H A Dipv6cp.c532 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
540 *go = *wo;
541 eui64_zero(go->hisid); /* last proposed interface identifier */
552 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
557 return (LENCIIFACEID(go->neg_ifaceid) +
558 LENCIVJ(go->neg_vj));
571 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
598 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
600 ADDCIVJ(CI_COMPRESSTYPE, go
619 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
691 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
828 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
907 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
1186 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all...]
H A Dipxcp.c86 #define go (&ipxcp_gotoptions[0]) macro
592 *go = *wo;
605 len = go->neg_nn ? CILEN_NETN : 0;
606 len += go->neg_node ? CILEN_NODEN : 0;
607 len += go->neg_name ? CILEN_NAME + strlen (go->name) - 1 : 0;
610 if (go->neg_router && to_external(go->router) != RIP_SAP)
629 if (go->neg_nn) {
632 PUTLONG (go
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmisc.c360 Getopt go; local
396 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
397 while ((optc = ksh_getopt(argv, &go, opts)) != EOF) {
398 set = (go.info & GI_PLUS) ? 0 : 1;
402 array = go.optarg;
406 if (go.optarg == (char *) 0) {
416 i = option(go.optarg);
427 bi_errorf("%s: bad option", go.optarg);
455 if (!(go.info & GI_MINUSMINUS) && argv[go
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dlibpcap2netbsd91 find . -type f -print | xargs chmod u+rw,go+r
92 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd-6-1-5-RELEASE/external/bsd/openldap/
H A Dopenldap2netbsd53 find . -type f -print | xargs chmod u+rw,go+r
54 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtcpdump2netbsd91 find . -type f -print | xargs chmod u+rw,go+r
92 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd-6-1-5-RELEASE/external/bsd/cron/
H A Dcron2netbsd94 find . -type f -print | xargs chmod u+rw,go+r
95 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dregt-op.d22 3c: 9f04afa1 go \$4,\$175,161
37 78: 9f170c00 go \$23,\$12,0
63 e0: 9f3b0c00 go \$59,\$12,0
89 148: 9f17de00 go \$23,\$222,0
115 1b0: 9fdfef00 go \$223,\$239,0
127 1e0: 9f170c00 go \$23,\$12,0
133 1f8: 9f172600 go \$23,\$38,0
H A Dregt-op-r.d24 3c: 9f04afa1 go \$4,\$175,161
39 78: 9f170c00 go \$23,\$12,0
65 e0: 9f3b0c00 go \$59,\$12,0
91 148: 9f17de00 go \$23,\$222,0
117 1b0: 9fdfef00 go \$223,\$239,0
129 1e0: 9f170c00 go \$23,\$12,0
135 1f8: 9f172600 go \$23,\$38,0
/netbsd-6-1-5-RELEASE/external/bsd/ntp/
H A Dntp2netbsd128 find . -type f -print | xargs chmod u+rw,go+r
129 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd-6-1-5-RELEASE/external/bsd/openpam/
H A Dopenpam2netbsd102 find $r -type f -print | xargs chmod u+rw,go+r
103 find $r -type d -print | xargs chmod u+rwx,go+rx
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dscreen.c170 char *go; local
207 if ((go = tgoto(tc_cursor_motion, 0, screen_length - 1)) != NULL)
208 (void) strcpy(lower_left, go);
220 char *go; local
321 if ((go = tgoto(tc_cursor_motion, 0, 0)) != NULL)
322 (void) strcpy(home, go);
512 char *go = tgoto(tc_cursor_motion, x, y); local
513 if (go)
514 tputs(go, 1, putstdout);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dbza-1b.d25 20: 9fffff00 go \$255,\$255,0
H A Dbza-1f.d22 1c: 9fffff00 go \$255,\$255,0
H A Dbza-7b.d25 20: 9fffff00 go \$255,\$255,0
H A Dbza-7f.d22 1c: 9fffff00 go \$255,\$255,0
H A Djumpa-5f.d24 18: 9fffff00 go \$255,\$255,0
H A Djumpa13f.d24 18: 9fffff00 go \$255,\$255,0

Completed in 378 milliseconds

123456789