Searched refs:needed (Results 1 – 10 of 10) sorted by relevance
/coreutils/src/ |
D | who.c | 393 idx_t needed = strlen (host) + strlen (display) + 4; in print_user() local 394 if (hostlen < needed) in print_user() 397 hoststr = xpalloc (nullptr, &hostlen, needed - hostlen, -1, 1); in print_user() 407 idx_t needed = strlen (host) + 3; in print_user() local 408 if (hostlen < needed) in print_user() 411 hoststr = xpalloc (nullptr, &hostlen, needed - hostlen, -1, 1); in print_user()
|
/coreutils/ |
D | README-prereq | 25 too-old versions first as they may be needed to build newer versions.
|
D | README-hacking | 48 The next step is to get and check other files needed to build,
|
D | COPYING | 59 of the GPL, as needed to protect the freedom of users. 135 the source code needed to generate, install, and (for an executable 286 available for as long as needed to satisfy these requirements.
|
D | init.cfg | 613 # Libraries needed when we compile a shared library.
|
D | HACKING | 53 it if needed, and put your name and email address in place of these
|
D | NEWS | 1894 split --line-bytes=SIZE, now only allocates memory as needed rather 2119 be read, yet the file system type information is needed to process 2235 the file size is needed, instead of insisting on regular files. 2593 The sync is only needed on Linux kernels before 2.6.39. 3919 so workarounds like "seq 0 0.000001 0.0000031" are no longer needed.
|
/coreutils/m4/ |
D | jm-macros.m4 | 82 # when it is not needed. 139 # This is needed on 32 bit FreeBSD to give accurate conversion of:
|
/coreutils/doc/ |
D | fdl.texi | 108 plus such following pages as are needed to hold, legibly, the material
|
D | coreutils.texi | 540 any other information needed to reproduce the bug: your input, what you 6238 in the archive, it decided whether it was needed in the program based on 7216 to as many copies of @var{c} as are needed to make @var{array2} as long as 7540 as many tab characters as needed. In the default POSIX 9404 If converting via @samp{sync}, pad as needed to meet the input block size. 9853 this flag is needed to ensure that a @samp{count=} argument is 9935 # Note this is not needed when SIGINFO is available. 12459 Since the list of file systems (@var{mtab}) is needed to determine the 12472 @command{du} reports the space needed to represent a set of files. 12479 With no arguments, @command{du} reports the space needed to represent [all …]
|