Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/trueos/crypto/openssl/
HDConfigure13 my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimental-<cipher> ...] [-D…
106 my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototyp…
108 my $strict_warnings = 0;
110 my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL";
113 my $x86_gcc_opts="RC4_INDEX MD2_INT";
118 my $tcc="cc";
119 my $tflags="-fast -Xa";
120 my $tbn_mul="";
121 my $tlib="-lnsl -lsocket";
124 my $bits1="THIRTY_TWO_BIT ";
[all …]
/trueos/sys/boot/ficl/softwords/
HDstring.fr24 : get-count ( 2:this -- count ) my=[ .count get ] ;
25 : set-count ( count 2:this -- ) my=[ .count set ] ;
29 : get-buflen ( 2:this -- len ) my=[ .buflen get ] ;
30 : set-buflen ( len 2:this -- ) my=[ .buflen set ] ;
32 : get-buf ( 2:this -- ptr ) my=[ .buf get-ptr ] ;
34 ptr this my=[ .buf set-ptr ]
35 len this my=> set-buflen
40 0 0 2over my=> set-buf
41 0 -rot my=> set-count
46 this my=> get-buf
[all …]
HDficlclass.fr24 my=[ .pName get-ptr ] -rot
25 my=[ .nName get ]
29 my=> .link ;
59 this my=[ .size get ] 0 do
60 i this my=[ .hash index ] ( 2list-head )
HDoo.fr158 \ my-instance next ( does whatever next does to my-instance by late binding )
171 \ my-class get-wid ( -- wid-of-my-class )
180 : my=> \ c:( -- ) run: ( -- ??? ) late bind compiled method of current-class
184 \ Problem: my=[ assumes that each method except the last is am obj: member
189 : my=[ \ same as my=> , but binds a chain of methods
262 \ 3 my-class array: my-array
263 \ Makes an instance variable array of 3 instances of my-class
264 \ named my-array.
455 this my=> get-size allot
462 this my=> get-size nobj * allot
[all …]
/trueos/etc/
HDhosts6 # share this file. Replace 'my.domain' below with the domainname of your
13 ::1 localhost localhost.my.domain
14 127.0.0.1 localhost localhost.my.domain
17 #10.0.0.2 myname.my.domain myname
18 #10.0.0.3 myfriend.my.domain myfriend
HDhosts.allow42 #ALL : my.machine.example.com 192.0.2.35 : allow
72 #ypserv : .unsafe.my.net.example.com : deny
73 #ypserv : .my.net.example.com : allow
/trueos/games/fortune/datfiles/
HDzippy4 Oh, I LOST my ``HELLO KITTY'' DOLL and I get BAD reception on channel
34 ... I think I'd better go back to my DESK and toy with a few common
60 ... the HIGHWAY is made out of LIME JELLO and my HONDA is a barbequeued
63 ... the MYSTERIANS are in here with my CORDUROY SOAP DISH!!
71 A shapely CATHOLIC SCHOOLGIRL is FIDGETING inside my costume..
81 All of a sudden, I want to THROW OVER my promising ACTING CAREER, grow
104 An air of FRENCH FRIES permeates my nostrils!!
110 And furthermore, my bowling average is unimpeachable!!!
131 As President I have to go vacuum my coin collection!
133 Awright, which one of you hid my PENIS ENVY?
[all …]
/trueos/crypto/openssh/
HDkex.c270 if (buffer_len(&kex->my) < KEX_COOKIE_LEN) in kex_send_kexinit()
272 cookie = buffer_ptr(&kex->my); in kex_send_kexinit()
280 packet_put_raw(buffer_ptr(&kex->my), buffer_len(&kex->my)); in kex_send_kexinit()
330 buffer_init(&kex->my); in kex_setup()
331 kex_prop2buf(&kex->my, proposal); in kex_setup()
437 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match()
446 if ((p = strchr(my[*idx], ',')) != NULL) in proposals_match()
450 if (strcmp(my[*idx], peer[*idx]) != 0) { in proposals_match()
452 my[*idx], peer[*idx]); in proposals_match()
464 char **my, **peer; in kex_choose_conf() local
[all …]
HDkexc25519s.c89 buffer_ptr(&kex->my), buffer_len(&kex->my), in kexc25519_server()
HDkexc25519c.c104 buffer_ptr(&kex->my), buffer_len(&kex->my), in kexc25519_client()
HDkexecdhc.c131 buffer_ptr(&kex->my), buffer_len(&kex->my), in kexecdh_client()
HDkexdhc.c134 buffer_ptr(&kex->my), buffer_len(&kex->my), in kexdh_client()
HDkexdhs.c123 buffer_ptr(&kex->my), buffer_len(&kex->my), in kexdh_server()
HDkexecdhs.c117 buffer_ptr(&kex->my), buffer_len(&kex->my), in kexecdh_server()
/trueos/etc/mail/
HDmailertable.sample5 .my.domain xnet:%1.my.domain
6 uuhost1.my.domain suucp:uuhost1
/trueos/tools/regression/geom_uzip/etalon/
HDetalon.txt15 "Beware the Jabberwock, my son!
36 Come to my arms, my beamish boy!
/trueos/share/examples/libusb20/
HDREADME1 As I dug my own way through the documentation of libusb 2.0 that ships
10 So I started writing my own examples, to "get a feeling" about how to
37 Feel free to credit my name in your derived work if you want.
/trueos/tools/regression/poll/
HDReadme17 m: my current version of FreeBSD with old tests (0 and 6b)
18 n: my previous version of FreeBSD with old tests (0 and 6b)
/trueos/contrib/groff/contrib/mom/examples/
HDletter.mom21 It has come to my attention that you have been lobbying the
25 I feel it is my duty to inform you that the success of your
/trueos/crypto/openssl/crypto/ripemd/
HDREADME4 This is my implementation of RIPEMD-160. The pentium assember is a little
8 to remove my 'copy X array onto stack' until inside the RIP1() finctions the
/trueos/crypto/openssl/crypto/des/
HDKERBEROS5 1) Get my modified Bones - eBones. It can be found on
19 One problem I found when I was build on my local sun.
/trueos/contrib/texinfo/info/
HDREADME12 my second Unix program ever, and my die-hard machine language coding habits
/trueos/contrib/file/
HDMAINT6 but to make my life easier I'd like to request the following:
13 getting email from around the world asking me why "my" file command
/trueos/crypto/openssl/doc/apps/
HDx509v3_config.pod185 subjectAltName=email:copy,email:my@other.address,URI:http://my.url.here/
188 subjectAltName=email:my@other.address,RID:1.2.3.4
223 authorityInfoAccess = OCSP;URI:http://ocsp.my.host/
224 authorityInfoAccess = caIssuers;URI:http://my.ca/ca.html
257 crlDistributionPoints=URI:http://my.com/my.crl,URI:http://oth.com/my.crl
344 CPS.1="http://my.host.name/"
345 CPS.2="http://my.your.name/"
/trueos/contrib/netbsd-tests/lib/libc/regex/data/att/
HDrepetition.dat104 # These test a fixed bug in my regex-tdfa that did not keep the expanded
106 # these ambiguous patterns (crafted just to test my code when I became
107 # suspicious of my implementation). The first subexpression should use

12345678910>>...12