Searched refs:my (Results 1 - 25 of 27) sorted by last modified time

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc208 /* oh my, they want the subexpressions... */
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c1143 unsigned int mx, my; local
1150 my = vd->vd_my_drawn + vd->vd_curwindow->vw_draw_area.tr_begin.tp_row;
1154 my >= area->tr_end.tp_row ||
1155 my + vd->vd_mcursor->height <= area->tr_begin.tp_row)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk8 LOCAL_PATH := $(call my-dir)
H A Dwpa_supplicant_conf.mk11 LOCAL_PATH := $(call my-dir)
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c723 unsigned int mx, my; local
728 my = vd->vd_my_drawn + vw->vw_draw_area.tr_begin.tp_row;
744 src_y = y > my ? y - my : 0;
745 dst_y = my > y ? my - y : 0;
747 min(cursor->height - src_y, y + vf->vf_height - my),
841 * Therefore, on the X-axis, characters my be drawn partially if
/freebsd-11-stable/contrib/wpa/hs20/client/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/freebsd-11-stable/sys/dev/my/
H A Dif_my.c31 __FBSDID("$FreeBSD: stable/11/sys/dev/my/if_my.c 331722 2018-03-29 02:50:57Z eadler $");
82 #include <dev/my/if_myreg.h>
156 "my",
163 DRIVER_MODULE(my, pci, my_driver, my_devclass, 0, 0);
164 MODULE_DEPEND(my, pci, 1, 1, 1);
165 MODULE_DEPEND(my, ether, 1, 1, 1);
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect2.c225 if ((r = kex_prop2buf(kex->my, myproposal)) != 0)
H A Dssh_api.c492 /* XXX we de-serialize ssh->kex->my, modify it, and change it */
493 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0)
526 r = kex_prop2buf(ssh->kex->my, proposal);
H A Dpacket.c2502 (r = sshbuf_put_stringb(m, kex->my)) != 0 ||
2693 (kex->my = sshbuf_new()) == NULL ||
2702 (r = sshbuf_get_stringb(m, kex->my)) != 0 ||
2714 sshbuf_free(kex->my);
H A Dkexgexs.c201 sshbuf_ptr(kex->my), sshbuf_len(kex->my),
H A Dkexgexc.c227 sshbuf_ptr(kex->my), sshbuf_len(kex->my),
H A Dkexdhs.c172 sshbuf_ptr(kex->my), sshbuf_len(kex->my),
H A Dkexdhc.c177 sshbuf_ptr(kex->my), sshbuf_len(kex->my),
H A Dkex.h144 struct sshbuf *my; member in struct:kex
H A Dkex.c440 /* sshbuf_reset(kex->my); */
461 if (sshbuf_len(kex->my) < KEX_COOKIE_LEN)
463 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL)
468 (r = sshpkt_putb(ssh, kex->my)) != 0 ||
540 (kex->my = sshbuf_new()) == NULL) {
544 if ((r = kex_prop2buf(kex->my, proposal)) != 0)
606 sshbuf_free(kex->my);
747 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) argument
756 if ((p = strchr(my[*idx], ',')) != NULL)
760 if (strcmp(my[*id
775 char **my = NULL, **peer = NULL; local
[all...]
H A Dkexc25519c.c135 sshbuf_ptr(kex->my), sshbuf_len(kex->my),
H A Dkexecdhc.c182 sshbuf_ptr(kex->my), sshbuf_len(kex->my),
H A Dkexc25519s.c117 sshbuf_ptr(kex->my), sshbuf_len(kex->my),
H A Dkexecdhs.c152 sshbuf_ptr(kex->my), sshbuf_len(kex->my),
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex485 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
3063 % There is no good (free) typewriter version, to my knowledge.
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.cmd81 my.mail.ru
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js148 'class': [ NAMESPACE, CLASS_DEFAULT, options.style.classes, NAMESPACE + '-pos-' + options.position.my.abbrev() ].join(' '),
367 opts.position = { my: opts.position, at: opts.position };
439 '^position.(my|at)$': function(obj, o, v){
526 var rmove = /^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,
696 my = posOptions.my,
824 position.left += adjust.x + (my.x === RIGHT ? -elemWidth : my.x === CENTER ? -elemWidth / 2 : 0);
825 position.top += adjust.y + (my.y === BOTTOM ? -elemHeight : my
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex452 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
1991 % There is no good (free) typewriter version, to my knowledge.
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddcache.h40 int dcache_xfer_memory (DCACHE *cache, CORE_ADDR mem, char *my, int len,

Completed in 263 milliseconds

12