Searched refs:make_keys (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | make_keys.c | 87 make_keys(FILE *ifp, FILE *ofp) in make_keys() function 161 make_keys(fp, stdout); in main() 166 make_keys(stdin, stdout); in main()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | Makefile.in | 252 init_keytry.h : make_keys$(BUILD_EXEEXT) keys.list 253 ./make_keys$(BUILD_EXEEXT) keys.list > $@ 258 make_keys$(BUILD_EXEEXT) : \ 260 $(tinfo)/make_keys.c \ 262 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD… 323 -rm -f make_keys$(BUILD_EXEEXT)
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 165 make_keys MKterm.h.awk comp_captab.c curses.head 239 init_keytry.h: keys.list make_keys 240 ${BTOOLSPATH:U.}/make_keys keys.list > init_keytry.h 281 DEPENDOBJS+= make_hash make_keys 282 build-tools: make_hash make_keys 284 make_keys: make_keys.c names.c ncurses_def.h ${HEADERS} ${BUILD_TOOLS_META} target 285 ${CC:N${CCACHE_BIN}} -o $@ ${CFLAGS} ${NCURSES_DIR}/ncurses/tinfo/make_keys.c 292 make_keys: ${BTOOLSPATH}/make_keys target
|
| /freebsd/crypto/krb5/src/plugins/kdb/test/ |
| H A D | kdb_test.c | 228 make_keys(char **strings, const char *princstr, const krb5_data *realm, in make_keys() function 476 make_keys(key_strings, ename, &search_for->realm, ent); in test_get_principal()
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | ChangeLog | 733 * 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 D | MANIFEST | 954 ./ncurses/tinfo/make_keys.c
|
| H A D | INSTALL | 2524 (e.g., ncurses/make_hash and ncurses/make_keys) that generate tables 2530 simpler. Since make_hash and make_keys use only ANSI C features, it
|
| H A D | NEWS | 4360 + modify logic in make_keys.c to not assume anything about the size 6741 + simplify include-dependencies of make_hash and make_keys, to reduce 6836 compile of make_hash and make_keys, improving cross-compilation of 8895 produce comp_hash and make_keys, no dependency on wchar.h is needed. 9006 + add $(BUILD_EXEEXT) suffix to invocation of make_keys in 12581 + add $x suffix to make_hash and make_keys so 'make distclean' works. 14501 + correct path for invoking make_keys (a missing "./"). 14515 + add new utility 'make_keys' to compute keys.tries as a table rather
|