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

1234567891011

/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.ret1.c33 * The canonical name should be 'go' since we prefer symbol names with fewer
46 go(void) function
54 go();
H A Dtst.ret2.c33 * The canonical name should be 'go' since we prefer symbol names with fewer
40 go(void) function
48 go();
H A Dtst.args1.c33 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, function
42 go(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
H A Dtst.fork.c38 go(void) function
60 (void) go();
H A Dtst.vfork.c38 go(void) function
60 int ret = go();
H A Dtst.weak1.c33 * The canonical name should be 'go' since we prefer symbol names with fewer
37 #pragma weak _go = go
40 go(int a) function
H A Dtst.weak2.c33 * The canonical name should be 'go' since we prefer symbol names with fewer
37 #pragma weak _go = go
40 go(int a) function
H A Dtst.ret1.d56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.ret2.d56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.gcc.c36 go(void) function
62 go();
H A Dtst.weak1.d56 pid$1:a.out:go:entry,
58 /probefunc == "go"/
63 pid$1:a.out:go:entry,
67 trace("resolved to '_go' rather than 'go'");
71 pid$1:a.out:go:entry,
H A Dtst.weak2.d56 pid$1:a.out:go:entry,
63 pid$1:a.out:go:entry,
65 /probefunc == "go"/
67 trace("resolved to '_go' rather than 'go'");
71 pid$1:a.out:go:entry,
H A Dtst.args1.d56 pid$1:a.out:go:entry
62 pid$1:a.out:go:entry
/macosx-10.10/ruby-106/ruby/test/json/
H A Dtest_json_generic_object.rb10 @go = GenericObject[ :a => 1, :b => 2 ]
14 assert_equal 1, @go.a
15 assert_equal 1, @go[:a]
16 assert_equal 2, @go.b
17 assert_equal 2, @go[:b]
18 assert_nil @go.c
19 assert_nil @go[:c]
24 assert_equal @go, JSON(JSON(@go), :create_additions => true)
31 assert_equal @go,
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dlcp.c709 lcp_options *go = &lcp_gotoptions[f->unit]; local
714 *go = *wo;
716 go->neg_mrru = 0;
717 go->neg_ssnhf = 0;
718 go->neg_endpoint = 0;
734 lcp_options *go = &lcp_gotoptions[f->unit]; local
747 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
748 LENCILONG(go->neg_asyncmap && go
772 lcp_options *go = &lcp_gotoptions[f->unit]; local
860 lcp_options *go = &lcp_gotoptions[f->unit]; local
1015 lcp_options *go = &lcp_gotoptions[f->unit]; local
1406 lcp_options *go = &lcp_gotoptions[f->unit]; local
1566 lcp_options *go = &lcp_gotoptions[f->unit]; local
1960 lcp_options *go = &lcp_gotoptions[f->unit]; local
2013 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
H A Dccp.c590 ccp_options *go = &ccp_gotoptions[f->unit]; local
593 *go = ccp_wantoptions[f->unit];
597 if (go->mppe) {
651 if (go->mppe & MPPE_OPT_40) {
653 go->mppe &= ~MPPE_OPT_40;
662 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128))) {
670 ao->mppe = go->mppe;
672 ao->bsd_compress = go->bsd_compress = 0;
673 ao->predictor_1 = go->predictor_1 = 0;
674 ao->predictor_2 = go
743 ccp_options *go = &ccp_gotoptions[f->unit]; local
762 ccp_options *go = &ccp_gotoptions[f->unit]; local
880 ccp_options *go = &ccp_gotoptions[f->unit]; local
969 ccp_options *go = &ccp_gotoptions[f->unit]; local
1079 ccp_options *go = &ccp_gotoptions[f->unit]; local
1521 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]
H A Dipcp.c772 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
785 *go = *wo;
787 go->ouraddr = 0;
805 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
818 if ((wo->neg_addr || wo->old_addrs) && !go->neg_addr && !go->old_addrs) {
820 go->old_addrs = 1;
822 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
826 go
852 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
946 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1075 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1284 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1795 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
H A Dipv6cp.c582 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
590 *go = *wo;
591 eui64_zero(go->hisid); /* last proposed interface identifier */
602 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
607 return (LENCIIFACEID(go->neg_ifaceid) +
608 LENCIVJ(go->neg_vj));
621 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
648 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
650 ADDCIVJ(CI_COMPRESSTYPE, go
669 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
740 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
875 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
954 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
1236 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGoToLineDialog.css26 .go-to-line-dialog {
41 .go-to-line-dialog > div {
49 .go-to-line-dialog > div > input {
61 .go-to-line-dialog > div > input::-webkit-input-placeholder {
65 .go-to-line-dialog > div > img {
78 .go-to-line-dialog > div > img:active {
82 .go-to-line-dialog.non-empty > div > img {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dgraph.h20 Tcl_Obj* g_serialize (Tcl_Interp* interp, Tcl_Obj* go,
25 Tcl_Obj* g_ms_serialize (Tcl_Interp* interp, Tcl_Obj* go, G* g,
27 int g_ms_set (Tcl_Interp* interp, Tcl_Obj* go, G* g,
/macosx-10.10/apache-793/httpd/support/
H A Dphf_abuse_log.cgi.in31 $when =~ s/\n//go;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html2.awk4 /^<TITLE>/ { go = 1 }
52 go == 1 { print $0 }
/macosx-10.10/WebCore-7600.1.25/page/
H A DHistory.cpp88 go(-1);
93 go(context, -1);
98 go(1);
103 go(context, 1);
106 void History::go(int distance) function in class:WebCore::History
114 void History::go(ScriptExecutionContext* context, int distance) function in class:WebCore::History
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.dlclose2.ksh72 probe go();
80 go(void)
88 go(void)
103 void *go;
122 if ((go = dlsym(live, "go")) == NULL) {
123 printf("failed to lookup 'go' in livelib.so\n");
127 ((void (*)(void))go)();
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dbork.pl45 sub { ${ $_[ 1 ] } =~ s/&($re);/$noaccent{$1}/go; }
51 s/($sc)/$sounds{$1}/go;
52 s/([?!]+)/$1 Bork bork bork&nbsp;!/go ;
53 s/(\.+)(\s|$)/$1 Bork bork bork&nbsp;! /go ;

Completed in 376 milliseconds

1234567891011