Searched refs:_iconv (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Diconv.h198 extern struct iconv_functions *fsname ## _iconv; \
207 fsname ## _iconv = & fsname ## _iconv_core; \
213 fsname ## _iconv = NULL; \
222 #fsname"_iconv", \
226 DECLARE_MODULE(fsname ## _iconv, fsname ## _iconv_mod, \
228 MODULE_DEPEND(fsname ## _iconv, fsname, 1, 1, 1); \
229 MODULE_DEPEND(fsname ## _iconv, libiconv, 2, 2, 2); \
230 MODULE_VERSION(fsname ## _iconv, 1)
/freebsd-10-stable/usr.bin/
H A DMakefile63 ${_iconv} \
263 _iconv= iconv macro

Completed in 58 milliseconds