Home
last modified time | relevance | path

Searched refs:MAX_PATHS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c117 #define MAX_PATHS 50 /* max paths that can be taken by -m */ macro
129 static char *path [MAX_PATHS] = {NULL}; /* array to store the multiple paths */
259 for (j = 0; (argc - optind > 0) && (j < (MAX_PATHS - 1)); j++) { in main()