Home
last modified time | relevance | path

Searched refs:intro (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/ncurses/
H A Ddist.mk68 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml
88 doc/ncurses-intro.doc: doc/html/ncurses-intro.html
89 $(DUMP2) doc/html/ncurses-intro.html > $@
H A DREADME38 Browse the file misc/ncurses-intro.html for narrative descriptions of how
173 toe(1), most of tic(1), trace levels, the HTML intro, wgetnstr() and
/freebsd/share/man/man1/
H A DMakefile4 MAN= builtin.1 intro.1
99 MLINKS+=intro.1 introduction.1
/freebsd/contrib/ntp/
H A Ddot.emacs6 (c-offsets-alist . ((arglist-intro . +)
8 (statement-case-intro . *)
/freebsd/share/man/man7/
H A DMakefile19 intro.7 \
37 MLINKS= intro.7 miscellaneous.7
/freebsd/share/man/man6/
H A DMakefile2 MAN= intro.6
/freebsd/share/man/man3lua/
H A DMakefile4 MAN= intro.3lua
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c970 decode_X10_bstate(SCREEN *sp, MEVENT * eventp, unsigned intro) in decode_X10_bstate() argument
974 int wheel = (intro & 96) == 96; in decode_X10_bstate()
978 if (intro >= 96) { in decode_X10_bstate()
979 if (intro >= 160) { in decode_X10_bstate()
980 button = (int) (intro - 152); /* buttons 8-11 */ in decode_X10_bstate()
982 button = (int) (intro - 92); /* buttons 4-7 */ in decode_X10_bstate()
985 button = (intro & 3); in decode_X10_bstate()
990 } else if (!handle_wheel(sp, eventp, (int) intro, wheel)) { in decode_X10_bstate()
1018 if (intro & 4) { in decode_X10_bstate()
1021 if (intro & 8) { in decode_X10_bstate()
[all …]
/freebsd/share/doc/papers/malloc/
H A DMakefile4 SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \
/freebsd/sys/
H A DREADME.md17 top-level of the src tree. Consult [`intro(9)`](https://man.freebsd.org/intro/9)
/freebsd/share/doc/psd/18.gprof/
H A DMakefile3 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd/share/man/man8/
H A DMakefile9 intro.8 \
/freebsd/contrib/libxo/doc/
H A Dindex.rst32 intro
/freebsd/share/man/man5/
H A DMakefile31 intro.5 \
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1608 struct dpp_introduction intro; in hostapd_dpp_rx_peer_disc_req() local
1651 res = dpp_peer_intro(&intro, hapd->conf->dpp_connector, in hostapd_dpp_rx_peer_disc_req()
1673 if (intro.peer_version && intro.peer_version >= 2) { in hostapd_dpp_rx_peer_disc_req()
1682 if (attr_version != intro.peer_version) { in hostapd_dpp_rx_peer_disc_req()
1685 intro.peer_version, attr_version); in hostapd_dpp_rx_peer_disc_req()
1701 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len, in hostapd_dpp_rx_peer_disc_req()
1702 intro.pmkid, expiration, in hostapd_dpp_rx_peer_disc_req()
/freebsd/lib/libsys/
H A DMakefile.sys232 intro.2 \
452 MLINKS+=intro.2 errno.2
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c2361 struct dpp_introduction intro; in wpas_dpp_rx_peer_disc_resp() local
2436 res = dpp_peer_intro(&intro, ssid->dpp_connector, in wpas_dpp_rx_peer_disc_resp()
2457 os_memcpy(entry->pmkid, intro.pmkid, PMKID_LEN); in wpas_dpp_rx_peer_disc_resp()
2458 os_memcpy(entry->pmk, intro.pmk, intro.pmk_len); in wpas_dpp_rx_peer_disc_resp()
2459 entry->pmk_len = intro.pmk_len; in wpas_dpp_rx_peer_disc_resp()
2467 if (intro.peer_version && intro.peer_version >= 2 && in wpas_dpp_rx_peer_disc_resp()
2468 peer_version != intro.peer_version) { in wpas_dpp_rx_peer_disc_resp()
2471 intro.peer_version, peer_version); in wpas_dpp_rx_peer_disc_resp()
2500 os_memset(&intro, 0, sizeof(intro)); in wpas_dpp_rx_peer_disc_resp()
/freebsd/crypto/heimdal/doc/
H A Dheimdal.texi131 @include intro.texi
H A DMakefile.am107 intro.texi \
/freebsd/contrib/wpa/src/common/
H A Ddpp.c3639 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector, in dpp_peer_intro() argument
3655 os_memset(intro, 0, sizeof(*intro)); in dpp_peer_intro()
3710 intro->peer_version = token->number; in dpp_peer_intro()
3744 if (dpp_derive_pmk(Nx, Nx_len, intro->pmk, curve->hash_len) < 0) { in dpp_peer_intro()
3748 intro->pmk_len = curve->hash_len; in dpp_peer_intro()
3751 if (dpp_derive_pmkid(curve, own_key, peer_key, intro->pmkid) < 0) { in dpp_peer_intro()
3759 os_memset(intro, 0, sizeof(*intro)); in dpp_peer_intro()
H A Ddpp.h599 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector,
/freebsd/share/man/man3/
H A DMakefile11 intro.3 \
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-kobol-helios64.dts10 * See https://wiki.kobol.io/helios64/intro/ for further details.
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips123 man <number> intro
125 In other words, to get the intro to general commands, type
127 man 1 intro
/freebsd/share/man/man4/
H A DMakefile234 intro.4 \

12