Home
last modified time | relevance | path

Searched defs:_conv (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dconv.h48 struct _conv { struct
49 char2wchar_t sys2int;
50 wchar2char_t int2sys;
51 char2wchar_t file2int;
52 wchar2char_t int2file;
53 char2wchar_t input2int;
54 iconv_t id[IC_IE_TO_UTF16 + 1];
/freebsd/lib/libc/stdtime/
H A Dstrftime.c575 _conv(const int n, const char * const format, char * const pt, in _conv() function
/freebsd/contrib/tzcode/
H A Dstrftime.c610 _conv(int n, const char *format, char *pt, const char *ptlim) in _conv() function