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

/freebsd-9.3-release/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-9.3-release/usr.bin/
H A DMakefile65 ${_iconv} \
244 _iconv= iconv macro
/freebsd-9.3-release/lib/libc/iconv/
H A Diconv.c51 __weak_alias(libiconv, _iconv)

Completed in 172 milliseconds