Searched refs:MAX_PATHS (Results 1 – 1 of 1) sorted by relevance
116 #define MAX_PATHS 50 /* max paths that can be taken by -m */ macro128 static char *path [MAX_PATHS] = {NULL}; /* array to store the multiple paths */258 for (j = 0; (argc - optind > 0) && (j < (MAX_PATHS - 1)); j++) { in main()