HomeSort by: relevance | last modified time | path
    Searched defs:gotd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 3632 int cnt = 0, gotd = 0, shift = 0; local in function:nfsrv_checkutf8
3642 * gotd - set for a char of Dxxx, so D800<->DFFF can be checked for
3652 (gotd && (*cp & 0x20))) {
3656 gotd = 0;
3679 gotd = 1;
nfs_commonsubs.c 3632 int cnt = 0, gotd = 0, shift = 0; local in function:nfsrv_checkutf8
3642 * gotd - set for a char of Dxxx, so D800<->DFFF can be checked for
3652 (gotd && (*cp & 0x20))) {
3656 gotd = 0;
3679 gotd = 1;

Completed in 27 milliseconds