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

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 2579 int cnt, hasampersand, len = NFSV4_SMALLSTR, ret; local in function:nfsv4_uidtostr
2604 hasampersand = 0;
2617 hasampersand = 1;
2621 if (hasampersand)
2637 if (!hasampersand) {
2841 int cnt, hasampersand, len = NFSV4_SMALLSTR, ret; local in function:nfsv4_gidtostr
2866 hasampersand = 0;
2879 hasampersand = 1;
2883 if (hasampersand)
2899 if (!hasampersand) {
    [all...]

Completed in 13 milliseconds