Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c96 static char *rlist[MAX_RLIST];
214 if (num_restrs < MAX_RLIST) in main()
218 MAX_RLIST); in main()
H A Dfilesync.h47 #define MAX_RLIST 32 /* max number of -r arguments */ macro