Searched refs:intro (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/share/man/man6/
H A DMakefile3 MAN= intro.6
/freebsd-11-stable/share/man/man1/
H A DMakefile6 MAN= builtin.1 intro.1
103 MLINKS+=intro.1 introduction.1
/freebsd-11-stable/share/doc/papers/malloc/
H A DMakefile6 SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \
/freebsd-11-stable/share/man/man7/
H A DMakefile24 intro.7 \
38 MLINKS= intro.7 miscellaneous.7
/freebsd-11-stable/share/doc/psd/18.gprof/
H A DMakefile5 SRCS= header.me abstract.me intro.me profiling.me gathering.me \
/freebsd-11-stable/share/man/man8/
H A DMakefile10 intro.8 \
/freebsd-11-stable/share/man/man5/
H A DMakefile34 intro.5 \
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk64 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml
81 doc/ncurses-intro.doc: doc/html/ncurses-intro.html
82 $(DUMP2) doc/html/ncurses-intro.html > $@
/freebsd-11-stable/contrib/groff/contrib/mom/
H A DMakefile.sub55 momdoc/intro.html \
/freebsd-11-stable/crypto/heimdal/doc/
H A DMakefile.am107 intro.texi \
H A DMakefile.in396 intro.texi \
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc190 intro.2 \
389 MLINKS+=intro.2 errno.2
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1326 struct dpp_introduction intro; local
1398 res = dpp_peer_intro(&intro, ssid->dpp_connector,
1416 os_memcpy(entry->pmkid, intro.pmkid, PMKID_LEN);
1417 os_memcpy(entry->pmk, intro.pmk, intro.pmk_len);
1418 entry->pmk_len = intro.pmk_len;
1442 os_memset(&intro, 0, sizeof(intro));
/freebsd-11-stable/share/man/man3/
H A DMakefile13 intro.3 \
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1063 struct dpp_introduction intro; local
1106 res = dpp_peer_intro(&intro, hapd->conf->dpp_connector,
1134 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len,
1135 intro.pmkid, expiration,
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c3975 const char *intro; local
3977 intro = (mangled[9] == 'I')
3981 callback (intro, strlen (intro), opaque);
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h457 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector,
H A Ddpp.c6445 dpp_peer_intro(struct dpp_introduction *intro, const char *own_connector, argument
6467 os_memset(intro, 0, sizeof(*intro));
6584 if (dpp_derive_pmk(Nx, Nx_len, intro->pmk, curve->hash_len) < 0) {
6588 intro->pmk_len = curve->hash_len;
6591 if (dpp_derive_pmkid(curve, own_key, peer_key, intro->pmkid) < 0) {
6599 os_memset(intro, 0, sizeof(*intro));
/freebsd-11-stable/share/man/man4/
H A DMakefile227 intro.4 \
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile316 DOCS= ncurses-intro.html hackguide.html
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp348 RAW_METHOD_DUMP(OS, intro);
/freebsd-11-stable/share/man/man9/
H A DMakefile164 intro.9 \

Completed in 329 milliseconds