Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-10-stable/crypto/openssl/
DConfigure13 my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimental-<cipher> ...] [-D…
110 my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototyp…
113 my $warn_make_depend = 0;
115 my $clang_devteam_warn = "-Wno-unused-parameter -Wno-missing-field-initializers -Wno-language-exten…
117 my $strict_warnings = 0;
119 my $x86_gcc_des="DES_PTR DES_RISC1 DES_UNROLL";
122 my $x86_gcc_opts="RC4_INDEX MD2_INT";
127 my $tcc="cc";
128 my $tflags="-fast -Xa";
129 my $tbn_mul="";
[all …]
/freebsd-10-stable/contrib/ntp/scripts/calc_tickadj/
Dcalc_tickadj-opts10 my $usage;
13 my ($ret) = @_;
19 my ($ret) = @_;
20 my $pager = $ENV{PAGER} || '(less || more)';
29 my $args = shift;
31 my $opts = {
36 my $argument = '';
37 my $ret = GetOptionsFromArray($args, $opts, (
/freebsd-10-stable/contrib/ntp/scripts/ntptrace/
Dntptrace-opts10 my $usage;
13 my ($ret) = @_;
19 my ($ret) = @_;
20 my $pager = $ENV{PAGER} || '(less || more)';
29 my $args = shift;
31 my $opts = {
37 my $argument = '[host]';
38 my $ret = GetOptionsFromArray($args, $opts, (
/freebsd-10-stable/contrib/ntp/scripts/ntp-wait/
Dntp-wait-opts10 my $usage;
13 my ($ret) = @_;
19 my ($ret) = @_;
20 my $pager = $ENV{PAGER} || '(less || more)';
29 my $args = shift;
31 my $opts = {
37 my $argument = '';
38 my $ret = GetOptionsFromArray($args, $opts, (
/freebsd-10-stable/sys/boot/ficl/softwords/
Dstring.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 …]
Dficlclass.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 )
Doo.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 …]
/freebsd-10-stable/contrib/ntp/scripts/ntpsweep/
Dntpsweep-opts10 my $usage;
13 my ($ret) = @_;
19 my ($ret) = @_;
20 my $pager = $ENV{PAGER} || '(less || more)';
29 my $args = shift;
31 my $opts = {
39 my $argument = '[hostfile]';
40 my $ret = GetOptionsFromArray($args, $opts, (
/freebsd-10-stable/contrib/ntp/scripts/
Dsummary-opts10 my $usage;
13 my ($ret) = @_;
19 my ($ret) = @_;
20 my $pager = $ENV{PAGER} || '(less || more)';
29 my $args = shift;
31 my $opts = {
40 my $argument = '';
41 my $ret = GetOptionsFromArray($args, $opts, (
Dplot_summary-opts10 my $usage;
13 my ($ret) = @_;
19 my ($ret) = @_;
20 my $pager = $ENV{PAGER} || '(less || more)';
29 my $args = shift;
31 my $opts = {
41 my $argument = '';
42 my $ret = GetOptionsFromArray($args, $opts, (
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
Dupdate-leap-opts10 my $usage;
13 my ($ret) = @_;
19 my ($ret) = @_;
20 my $pager = $ENV{PAGER} || '(less || more)';
29 my $args = shift;
31 my $opts = {
41 my $argument = '';
42 my $ret = GetOptionsFromArray($args, $opts, (
/freebsd-10-stable/games/fortune/datfiles/
Dzippy4 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 …]
/freebsd-10-stable/etc/
Dhosts6 # 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
Dhosts.allow42 #ALL : my.machine.example.com 192.0.2.35 : allow
71 #ypserv : .unsafe.my.net.example.com : deny
72 #ypserv : .my.net.example.com : allow
/freebsd-10-stable/etc/mail/
Dmailertable.sample5 .my.domain xnet:%1.my.domain
6 uuhost1.my.domain suucp:uuhost1
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/0-old/
Dperlopt.tpl128 my $usage;
131 my ($ret) = @_;
137 my ($ret) = @_;
138 my $pager = $ENV{PAGER} || '(less || more)';
147 my $args = shift;
149 my $opts = {
152 my $argument = '[= argument =]';
153 my $ret = GetOptionsFromArray($args, $opts, (
/freebsd-10-stable/crypto/openssh/
Dkex.c445 if (sshbuf_len(kex->my) < KEX_COOKIE_LEN) in kex_send_kexinit()
447 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) in kex_send_kexinit()
452 (r = sshpkt_putb(ssh, kex->my)) != 0 || in kex_send_kexinit()
523 (kex->my = sshbuf_new()) == NULL) { in kex_new()
527 if ((r = kex_prop2buf(kex->my, proposal)) != 0) in kex_new()
588 sshbuf_free(kex->my); in kex_free()
724 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match()
733 if ((p = strchr(my[*idx], ',')) != NULL) in proposals_match()
737 if (strcmp(my[*idx], peer[*idx]) != 0) { in proposals_match()
739 my[*idx], peer[*idx]); in proposals_match()
[all …]
Dkexc25519s.c117 sshbuf_ptr(kex->my), sshbuf_len(kex->my), in input_kex_c25519_init()
/freebsd-10-stable/tests/sys/geom/class/uzip/etalon/
Detalon.txt15 "Beware the Jabberwock, my son!
36 Come to my arms, my beamish boy!
/freebsd-10-stable/share/examples/libusb20/
DREADME1 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.
/freebsd-10-stable/tools/regression/poll/
DReadme17 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)
/freebsd-10-stable/crypto/openssl/crypto/ripemd/
DREADME4 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
/freebsd-10-stable/contrib/groff/contrib/mom/examples/
Dletter.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
/freebsd-10-stable/crypto/openssl/crypto/des/
DKERBEROS5 1) Get my modified Bones - eBones. It can be found on
19 One problem I found when I was build on my local sun.
/freebsd-10-stable/contrib/texinfo/info/
DREADME12 my second Unix program ever, and my die-hard machine language coding habits

12345678910>>...12