Searched refs:NFS_SERVICE_LEN (Results 1 - 1 of 1) sorted by path

/macosx-10.10/gssd-64/
H A Dgssd.c113 #define NFS_SERVICE_LEN 3 macro
114 #define IS_NFS_SERVICE(s) ((strncmp((s), NFS_SERVICE, NFS_SERVICE_LEN) == 0) && \
115 ((s)[NFS_SERVICE_LEN] == '/' || (s)[NFS_SERVICE_LEN] == '@'))

Completed in 179 milliseconds