Home
last modified time | relevance | path

Searched refs:hin (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/crypto/heimdal/lib/roken/
H A DMakefile.am124 err.hin \
125 glob.hin \
126 fnmatch.hin \
127 ifaddrs.hin \
128 search.hin \
129 vis.hin
202 SUFFIXES += .hin
203 .hin.h:
H A DChangeLog105 * vis.hin: Fix argument for unvis and strsvisx.
115 * ifaddrs.hin: Prefix getifaddrs functions with rk_ and do symbol
121 * vis.hin: Prefix strvis functions with rk_ and do symbol
228 * glob.hin: Add extern "C" for C++. From joerg at britannica dot
231 * fnmatch.hin: Add extern "C" for C++. From joerg at britannica
236 * fnmatch.hin (fnmatch): CPP rename to rk_fnmatch
578 * daemon.c fnmatch.c fnmatch.hin getcap.c getopt.c getusershell.c
579 glob.c glob.hin iruserok.c unvis.c vis.hin:
646 * err.hin: no need to declare __progname here
754 * glob.hin: prefix glob symbols with rk_
[all …]
H A DMakefile.in537 SUFFIXES = .et .h .x .z .hx .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .hin
601 err.hin \
602 glob.hin \
603 fnmatch.hin \
604 ifaddrs.hin \
605 search.hin \
606 vis.hin
645 .SUFFIXES: .et .h .x .z .hx .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .hin .c .lo .o .obj
2033 .hin.h:
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DMakefile.in25 $(HDRDIR)/db.h: $(srcdir)/include/db.hin
26 $(CP) $(srcdir)/include/db.hin $@
27 $(HDRDIR)/db-config.h: include/db-config.hin
28 $(CP) $(srcdir)/include/db-config.hin $@
/freebsd/stand/efi/libefi/
H A Defipart.c352 EFI_HANDLE *hin; in efipart_inithandles() local
362 hin = NULL; in efipart_inithandles()
363 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, hin); in efipart_inithandles()
365 hin = malloc(sz); in efipart_inithandles()
366 if (hin == NULL) in efipart_inithandles()
369 hin); in efipart_inithandles()
371 free(hin); in efipart_inithandles()
376 nin = sz / sizeof(*hin); in efipart_inithandles()
386 if ((devpath = efi_lookup_devpath(hin[i])) == NULL) in efipart_inithandles()
389 status = OpenProtocolByHandle(hin[i], &blkio_guid, in efipart_inithandles()
[all …]
/freebsd/krb5/plugins/kdb/db2/libdb2/include/
H A DMakefile.inc17 db-config.h: db-config.hin
20 db.h: db.hin
/freebsd/crypto/krb5/src/lib/
H A Dkrb5_32.def268 krb5_free_ap_req @119 ; PRIVATE GSSAPI krb5.hin
269 krb5_get_tgs_ktypes @177 ; PRIVATE GSSAPI krb5.hin
270 krb5_auth_con_set_req_cksumtype @36 ; PRIVATE GSSAPI krb5.hin
271 krb5_kt_free_entry @192 ; PRIVATE GSSAPI krb5.hin
272 k5_rc_close @217 ; PRIVATE GSSAPI krb5.hin
273 krb5_free_enc_tkt_part @132 ; PRIVATE GSSAPI krb5.hin
274 krb5_decrypt_tkt_part @108 ; PRIVATE GSSAPI krb5.hin
/freebsd/crypto/krb5/src/doc/
H A DDoxyfile.in7 EXTENSION_MAPPING = hin=C
8 INPUT = @SRC@/include/krb5/krb5.hin @DOC@/doxy_examples
/freebsd/krb5/lib/gssapi/generic/
H A DMakefile.inc44 gssapi.h: gssapi.hin
49 cat ${KRB5_DIR}/lib/gssapi/generic/gssapi.hin )> $$h && \
/freebsd/stand/efi/loader/
H A Dmain.c161 EFI_HANDLE *hin, *hin_end, *walker; in has_keyboard() local
170 hin = NULL; in has_keyboard()
173 hin = (EFI_HANDLE *)malloc(sz); in has_keyboard()
175 hin); in has_keyboard()
177 free(hin); in has_keyboard()
188 hin_end = &hin[sz / sizeof(*hin)]; in has_keyboard()
189 for (walker = hin; walker < hin_end; walker++) { in has_keyboard()
234 free(hin); in has_keyboard()
/freebsd/crypto/krb5/src/include/
H A DMakefile.in74 OSCONFSRC = $(srcdir)/osconf.hin
83 krb5.stamp: $(srcdir)/krb5/krb5.hin $(K5_ET_HEADERS)
91 cat $(srcdir)/krb5/krb5.hin $(K5_ET_HEADERS) >> krb5/krb5.new
/freebsd/crypto/krb5/src/
H A DMakefile.in399 KRBHDEP = $(INC)krb5/krb5.hin $(INC)krb5_err.h $(INC)k5e1_err.h \
405 $(PR)profile.h: $(PR)profile.hin $(PR)prof_err.h
407 cat $(PR)profile.hin $(PR)prof_err.h > $@
408 $(GG)gssapi.h: $(GG)gssapi.hin
410 cat $(GG)gssapi.hin > $@
656 util/profile/profile.hin \
H A Dconfigure.ac1135 K5_GEN_FILE(include/gssrpc/types.h:include/gssrpc/types.hin)
H A Dconfigure15560 …de/gssrpc/types.h") CONFIG_FILES="$CONFIG_FILES include/gssrpc/types.h:include/gssrpc/types.hin" ;;
/freebsd/krb5/include/krb5/
H A DMakefile41 krb5.h: krb5.hin ${GENI_ET}
/freebsd/krb5/include/
H A DMakefile35 …cat ./osconf.hin | sed -e "s\"@KRB5RCTMPDIR\"${KRB5RCTMPDIR}\"" -e "s\"@PREFIX\"${KRB5PREFIX}\"" -…
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A DMakefile.in47 gssapi.h: gssapi.hin
53 cat $(srcdir)/gssapi.hin )> $$h && \
/freebsd/krb5/util/profile/
H A DMakefile.profile25 profile.h: profile.hin prof_err.h
/freebsd/sys/dev/cesa/
H A Dcesa.c425 uint32_t *hin; in cesa_set_mkey() local
428 hin = (uint32_t *)cs->cs_hiv_in; in cesa_set_mkey()
434 memcpy(hin, auth_ctx.sha1ctx.h.b32, in cesa_set_mkey()
443 memcpy(hin, auth_ctx.sha256ctx.state, in cesa_set_mkey()
455 hin[i] = htobe32(hin[i]); in cesa_set_mkey()
/freebsd/contrib/ncurses/include/
H A Dncurses_cfg.hin34 * $Id: ncurses_cfg.hin,v 1.15 2024/06/08 14:04:14 tom Exp $
/freebsd/crypto/krb5/src/lib/rpc/
H A DMakefile.in223 types.stamp: $(top_srcdir)/include/gssrpc/types.hin $(BUILDTOP)/config.status
/freebsd/share/misc/
H A Diso639217 hi hin hin Hindi
/freebsd/contrib/ncurses/
H A DMANIFEST32 ./Ada95/include/ncurses_cfg.hin
566 ./include/ncurses_cfg.hin
1172 ./test/ncurses_tst.hin
H A Dconfigure.in44 AC_CONFIG_HEADERS([include/ncurses_cfg.h:include/ncurses_cfg.hin])
/freebsd/crypto/heimdal/
H A DChangeLog.2001116 returning < 0. noticed by hin@stacken.kth.se

12