Home
last modified time | relevance | path

Searched refs:hlp (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/usr.sbin/bsdconfig/include/
H A DMakefile2 FILES= bsdconfig.hlp media.hlp messages.subr network_device.hlp \
3 options.hlp tcp.hlp usage.hlp
/freebsd/contrib/file/magic/Magdir/
H A Dframe29 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hlp-fm.trid.xml
31 # look for reference to FrameMaker help name suffix like in: index1.hlp
32 >>18 search/9688/s .hlp: \b) help
33 …ernal FrameMaker help are just FrameMaker document with hlp suffix; XREF.HLP is same as Xref-hlp.fm
34 !:ext hlp
41 # link construct with help name like: "gotolink xref.hlp:Overview" "openlink syntax1.hlp:firstpage"
H A Dwordprocessors588 # help files .hlp compiled from html and used by gfxboot added by Joerg Jenderek
591 # http://mark0.net/download/triddefs_xml.7z/defs/h/hlp-gfxboot-main.trid.xml,hlp-gfxboot-opt.trid.…
593 # verified by command like `gfxboot --help-show en.hlp > en.html`
600 !:mime application/x-gfxboot-hlp
601 !:ext hlp
H A Dos252 !:mime application/x-os2-hlp
53 !:ext hlp
H A Dmsdos2233 !:ext ng/hlp
2305 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hlp-tp-2.trid.xml
2309 !:mime application/x-pascal-hlp
2311 !:ext hlp
2313 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hlp-4dos-v2.trid.xml
2318 !:mime application/x-4dos-hlp
2320 !:ext hlp
2321 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hlp-4dos-v4.trid.xml
2325 !:mime application/x-4dos-hlp
2326 # 4dos402b.hlp
[all …]
H A Dwindows503 !:ext hlp
525 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hlp.trid.xml
546 # "Windows HELP File" by TrID by hlp.trid.xml
639 # or DROID fmt-474-signature-id-748.hlp
665 # name without extension and greater character or name with hlp extension
666 >>1 regex/c \^([^\xd>]*|.*\\.hlp) MS Windows help file Content, based "%s"
673 # Windows creates a full text search from hlp file, if the user clicks the "Find" tab and enables k…
677 …onding MS Windows help like: "C:\CDCREATR\creatr32.hlp" "C:\PROGRAMME\IPHOTO PLUS 4\PROGRAMS\Guide…
H A Dfonts206 # skip MS oem.hlp, some Windows ICO ./msdos by looking for valid long name like WYE
/freebsd/usr.sbin/bsdconfig/security/include/
H A DMakefile2 FILES= messages.subr securelevel.hlp
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A DMakefile2 FILES= messages.subr usermgmt.hlp
/freebsd/usr.sbin/bsdconfig/
H A Dbsdconfig56 BSDCONFIG_HELPFILE=$BSDCFG_LIBE/include/bsdconfig.hlp
57 USAGE_HELPFILE=$BSDCFG_LIBE/include/usage.hlp
/freebsd/usr.sbin/bsdconfig/usermgmt/
H A Dusermgmt40 USERMGMT_HELPFILE=$BSDCFG_LIBE/$APP_DIR/include/usermgmt.hlp
/freebsd/usr.sbin/bsdconfig/security/
H A Dkern_securelevel40 SECURELEVEL_HELPFILE=$BSDCFG_LIBE/$APP_DIR/include/securelevel.hlp
/freebsd/contrib/byacc/
H A Dvmsbuild.com15 $ hlp = f$edit("''p1'", "UPCASE")
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c2251 struct wpabuf *hlp[max_hlp]; in sme_associate() local
2257 hlp[num_hlp] = wpabuf_alloc(2 * ETH_ALEN + 6 + in sme_associate()
2259 if (!hlp[num_hlp]) in sme_associate()
2261 wpabuf_put_data(hlp[num_hlp], req->dst, ETH_ALEN); in sme_associate()
2262 wpabuf_put_data(hlp[num_hlp], wpa_s->own_addr, in sme_associate()
2264 wpabuf_put_data(hlp[num_hlp], in sme_associate()
2266 wpabuf_put_buf(hlp[num_hlp], req->pkt); in sme_associate()
2275 (const struct wpabuf **) hlp, in sme_associate()
2278 wpabuf_free(hlp[i]); in sme_associate()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dany.subr48 MEDIA_HELPFILE=$BSDCFG_LIBE/include/media.hlp
H A Doptions.subr41 OPTIONS_HELPFILE=$BSDCFG_LIBE/include/options.hlp
H A Dtcpip.subr42 TCP_HELPFILE=$BSDCFG_LIBE/include/tcp.hlp
43 NETWORK_DEVICE_HELPFILE=$BSDCFG_LIBE/include/network_device.hlp
/freebsd/contrib/less/
H A DREADME91 wish to edit the manual page "less.nro" and the help page "less.hlp"
93 If you edit less.hlp, you should run "make -f Makefile.aut help.c".
H A DNEWS1146 * Help file (less.hlp) is no longer installed. Help text is now
1223 * Help file less.hlp is now installed by default in /usr/local/share
/freebsd/sys/sys/
H A Dstats.h441 #define STATS_VSS(st, vsf, dt, hlp, hlpi) \ argument
446 .hlpr = (hlp), \
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.h605 const struct wpabuf **hlp,
H A Dwpa.c5992 const struct wpabuf **hlp, in fils_build_assoc_req() argument
6006 for (i = 0; hlp && i < num_hlp; i++) in fils_build_assoc_req()
6007 len += 10 + wpabuf_len(hlp[i]); in fils_build_assoc_req()
6044 for (i = 0; hlp && i < num_hlp; i++) { in fils_build_assoc_req()
6045 const u8 *pos = wpabuf_head(hlp[i]); in fils_build_assoc_req()
6046 size_t left = wpabuf_len(hlp[i]); in fils_build_assoc_req()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c51 const struct wpabuf *hlp);
3286 const struct wpabuf *hlp) argument
3327 plain = fils_prepare_plainbuf(sm, hlp);
3363 const struct wpabuf *hlp) argument
3391 if (hlp)
3392 wpabuf_put_buf(plain, hlp);
3518 const u8 *fils_session, struct wpabuf *hlp) argument
3530 plain = fils_prepare_plainbuf(sm, hlp);
H A Dwpa_auth.h577 const struct wpabuf *hlp);
/freebsd/contrib/bearssl/
H A DDoxyfile1258 # Windows help format (.hlp) on all Windows platforms in the future. Compressed

12