Home
last modified time | relevance | path

Searched refs:make_keys (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c87 make_keys(FILE *ifp, FILE *ofp) in make_keys() function
158 make_keys(fp, stdout); in main()
163 make_keys(stdin, stdout); in main()
/freebsd/contrib/ncurses/ncurses/
H A DMakefile.in250 init_keytry.h : make_keys$(BUILD_EXEEXT) keys.list
251 ./make_keys$(BUILD_EXEEXT) keys.list > $@
256 make_keys$(BUILD_EXEEXT) : \
258 $(tinfo)/make_keys.c \
260 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD…
315 -rm -f make_keys$(BUILD_EXEEXT)
/freebsd/lib/ncurses/tinfo/
H A DMakefile167 make_keys MKterm.h.awk comp_captab.c curses.head
249 init_keytry.h: keys.list make_keys
250 ${BTOOLSPATH:U.}/make_keys keys.list > init_keytry.h
283 DEPENDOBJS+= make_hash make_keys
284 build-tools: make_hash make_keys
286 make_keys: make_keys.c names.c ncurses_def.h ${HEADERS} ${BUILD_TOOLS_META} target
287 ${CC:N${CCACHE_BIN}} -o $@ ${CFLAGS} ${NCURSES_DIR}/ncurses/tinfo/make_keys.c
294 make_keys: ${BTOOLSPATH}/make_keys target
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog733 * set_keys.c (make_keys): add AES support
890 * set_keys.c (make_keys): clean-up salting loop and try not to
993 * set_keys.c (make_keys): also support `[kadmin]use_v4_salt' for
/freebsd/contrib/ncurses/
H A DMANIFEST954 ./ncurses/tinfo/make_keys.c
H A DINSTALL2489 (e.g., ncurses/make_hash and ncurses/make_keys) that generate tables
2495 simpler. Since make_hash and make_keys use only ANSI C features, it
H A DNEWS3791 + modify logic in make_keys.c to not assume anything about the size
6172 + simplify include-dependencies of make_hash and make_keys, to reduce
6267 compile of make_hash and make_keys, improving cross-compilation of
8326 produce comp_hash and make_keys, no dependency on wchar.h is needed.
8437 + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
12012 + add $x suffix to make_hash and make_keys so 'make distclean' works.
13932 + correct path for invoking make_keys (a missing "./").
13946 + add new utility 'make_keys' to compute keys.tries as a table rather