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

  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 1799 cp2 = STRCHR(cp, ':');
1807 cp2 = STRCHR(cp, ',');
  /src/sys/fs/nfs/common/
nfsport.h 852 * Set this macro to index() or strchr(), whichever is supported.
854 #define STRCHR(s, c) strchr((s), (c))

Completed in 14 milliseconds