Searched refs:limits (Results 1 – 8 of 8) sorted by relevance
331 struct limits { struct338 static const struct limits limits[] = { argument381 const struct limits *l) in printlim()403 const struct limits *l; in ulimitcmd()458 for (l = limits; l->option != what; l++) in ulimitcmd()484 for (l = limits; l->name; l++) { in ulimitcmd()
213 -Wtype-limits
4 #include <limits.h>
5 #include <limits.h>
73 to a program, or use it in an Unix pipeline, there are no limits to the
377 - support for large limits with setrlimit/getrlimit (even on 32-bit)477 - sysconf now returns dynamic limits for open files, processes1046 - unnecessary arbitrary limits on size of program headers in dynamic loader1648 - regex parsing size limits increased
259 An implementation detail currently limits the total number of small size
954 memory limits could cause swap file configuration to fail. Contributed by
Completed in 12 milliseconds