Searched refs:make_keys (Results 1 – 7 of 7) sorted by relevance
87 make_keys(FILE *ifp, FILE *ofp) in make_keys() function158 make_keys(fp, stdout); in main()163 make_keys(stdin, stdout); in main()
250 init_keytry.h : make_keys$(BUILD_EXEEXT) keys.list251 ./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)
167 make_keys MKterm.h.awk comp_captab.c curses.head249 init_keytry.h: keys.list make_keys250 ${BTOOLSPATH:U.}/make_keys keys.list > init_keytry.h283 DEPENDOBJS+= make_hash make_keys284 build-tools: make_hash make_keys286 make_keys: make_keys.c names.c ncurses_def.h ${HEADERS} ${BUILD_TOOLS_META} target287 ${CC:N${CCACHE_BIN}} -o $@ ${CFLAGS} ${NCURSES_DIR}/ncurses/tinfo/make_keys.c294 make_keys: ${BTOOLSPATH}/make_keys target
733 * set_keys.c (make_keys): add AES support890 * set_keys.c (make_keys): clean-up salting loop and try not to993 * set_keys.c (make_keys): also support `[kadmin]use_v4_salt' for
954 ./ncurses/tinfo/make_keys.c
2489 (e.g., ncurses/make_hash and ncurses/make_keys) that generate tables2495 simpler. Since make_hash and make_keys use only ANSI C features, it
3791 + modify logic in make_keys.c to not assume anything about the size6172 + simplify include-dependencies of make_hash and make_keys, to reduce6267 compile of make_hash and make_keys, improving cross-compilation of8326 produce comp_hash and make_keys, no dependency on wchar.h is needed.8437 + add $(BUILD_EXEEXT) suffix to invocation of make_keys in12012 + 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