Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/common/
Dconv.h18 typedef int (*char2wchar_t) typedef
24 char2wchar_t sys2int;
26 char2wchar_t file2int;
28 char2wchar_t input2int;
Dconv.c399 char2wchar_t *c2w; in conv_enc()