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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_conn.h244 void * vc_toupper; /* local charset */ member in struct:smb_vc
H A Dsmb_conn.c454 error = (int)iconv_open("toupper", vcspec->localcs, &vcp->vc_toupper);
514 if (vcp->vc_toupper)
515 iconv_close(vcp->vc_toupper);
H A Dsmb_smb.c329 iconv_convstr(vcp->vc_toupper, pbuf,
538 iconv_convstr(vcp->vc_toupper, pbuf,

Completed in 111 milliseconds