Searched refs:limit (Results 1 – 10 of 10) sorted by relevance
/coreutils/src/ |
D | getlimits.c | 117 char limit[1 + MAX (INT_BUFSIZE_BOUND (intmax_t), in PRINT_FLOATTYPE() local 133 sprintf (limit + 1, "%ju", (uintmax_t) TYPE##_MAX); \ in PRINT_FLOATTYPE() 134 printf (#TYPE"_MAX=%s\n", limit + 1); \ in PRINT_FLOATTYPE() 135 printf (#TYPE"_OFLOW=%s\n", decimal_absval_add_one (limit)); \ in PRINT_FLOATTYPE() 138 sprintf (limit + 1, "%jd", (intmax_t) TYPE##_MIN); \ in PRINT_FLOATTYPE() 139 printf (#TYPE"_MIN=%s\n", limit + 1); \ in PRINT_FLOATTYPE() 140 printf (#TYPE"_UFLOW=%s\n", decimal_absval_add_one (limit)); \ in PRINT_FLOATTYPE()
|
D | make-prime-list.c | 184 int limit; in main() local 198 limit = atoi (argv[1]); in main() 199 if (limit < 3) in main() 203 if ( !(limit & 1)) in main() 204 limit--; in main() 206 size = (limit - 1) / 2; in main()
|
D | ptx.c | 170 #define SKIP_NON_WHITE(cursor, limit) \ argument 171 while (cursor < limit && ! isspace (to_uchar (*cursor))) \ 174 #define SKIP_WHITE(cursor, limit) \ argument 175 while (cursor < limit && isspace (to_uchar (*cursor))) \ 182 #define SKIP_SOMETHING(cursor, limit) \ argument 186 count = re_match (&word_regex.pattern, cursor, limit - cursor, \ 193 while (cursor < limit && word_fastmap[to_uchar (*cursor)]) \
|
/coreutils/man/ |
D | timeout.x | 2 timeout \- run a command with a time limit
|
/coreutils/ |
D | init.cfg | 190 # Determine the minimum required VM limit to run the given command. 217 # The above did not find a working limit. Echo a very small number - just
|
D | HACKING | 284 " extend past the 80-column limit")); 565 * git log -p SOME_FILE: same as above, but limit to SOME_FILE
|
D | COPYING | 190 the covered work, and you disclaim any intention to limit operation or 240 used to limit the access or legal rights of the compilation's users
|
D | NEWS | 11 numfmt options like --suffix no longer have an arbitrary 127-byte limit. 983 timeout would have then waited for the time limit to expire. 1436 ls -w0 is now interpreted as no limit on the length of the outputted line. 1888 Reservoir sampling is used to limit memory usage based on the number of 5426 Now the limit is UINTMAX_MAX (usually 2^64). 5601 * rm can now remove very deep hierarchies, in spite of any limit on stack size
|
/coreutils/doc/ |
D | fdl.texi | 347 resulting from the compilation is not used to limit the legal rights
|
D | coreutils.texi | 126 * timeout: (coreutils)timeout invocation. Run with time limit. 458 * timeout invocation:: Run a command with a time limit 1157 CPU time limit exceeded. 1159 File size limit exceeded. 4476 specified for all GNU utilities) has no limit on input line length or 4814 The value of @var{nmerge} may be bounded by a resource limit for open 4819 the value of @var{nmerge} exceeds the resource limit, @command{sort} 8468 is 80. With a @var{cols} value of @samp{0}, there is no limit on 17574 * timeout invocation:: Run with time limit. 17728 However, it is wise to limit yourself to names that [all …]
|