Home
last modified time | relevance | path

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

/dragonfly/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c884 strlst_t *intlibs, *l; in gen_output_makefile() local
905 intlibs = NULL; in gen_output_makefile()
906 collect_internal_libs(&intlibs); in gen_output_makefile()
907 for (l = intlibs; l != NULL; l = l->next) in gen_output_makefile()
909 free_list(intlibs); in gen_output_makefile()
1028 strlst_t *intlibs, *l; in top_makefile_rules() local
1073 intlibs = NULL; in top_makefile_rules()
1074 collect_internal_libs(&intlibs); in top_makefile_rules()
1076 for (l = intlibs; l != NULL; l = l->next) in top_makefile_rules()
1079 for (l = intlibs; l != NULL; l = l->next) in top_makefile_rules()
[all …]