Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ncurses/
DMakefile.os2132 DLL_ROOTS = $(addsuffix $(DLL_TAG), $(LIBRARIES))
133 DLLS = $(addsuffix .dll, $(addprefix ./lib/, $(DLL_ROOTS)))
135 LIB_ROOTS = $(addsuffix $(LIB_TAG), $(LIBRARIES))
136 LIBS = $(addsuffix .lib, $(addprefix ./lib/, $(LIB_ROOTS)))
138 LIBS_AOUT = $(addsuffix .a, $(addprefix ./lib/, $(LIB_ROOTS)))
140 DEFS = $(addsuffix .def, $(addprefix ./misc/, $(LIBRARIES)))
/freebsd-9-stable/contrib/binutils/ld/
Dgenscripts.sh152 addsuffix=
156 *) addsuffix=yes ;;
158 if test -n "$addsuffix"; then
/freebsd-9-stable/contrib/gcc/config/soft-fp/
Dt-softfp80 $(addsuffix .c,$(addprefix $(srcdir)/config/soft-fp/,$(softfp_func_list)))
82 softfp_file_list := $(addsuffix .c,$(softfp_func_list))
/freebsd-9-stable/contrib/bind9/lib/dns/
Ddst_api.c119 static isc_result_t addsuffix(char *filename, int len,
536 result = addsuffix(newfilename, newfilenamelen, in dst_key_fromnamedfile()
580 result = addsuffix(newfilename, newfilenamelen, in dst_key_fromnamedfile()
1813 addsuffix(char *filename, int len, const char *odirname, in addsuffix() function