Searched defs:limits (Results 1 – 6 of 6) sorted by relevance
102 struct limits struct116 struct limits lim; /* run time limits */ \ argument
30 struct limits { struct35 } limits[] = { argument
388 struct limits { struct389 int totalmax; /* overall limit */390 int sitemax; /* limit per site */391 char mode[64]; /* uucico mode */
431 struct limits { struct432 int totalmax; /* overall limit */433 int sitemax; /* limit per site */434 char mode[64]; /* uucico mode */
494 struct limits { struct495 int totalmax; /* overall limit */496 int sitemax; /* limit per site */497 char mode[64]; /* uucico mode */
1196 daddr_t limits[NIADDR]; in bmap_find() local