Searched refs:address (Results 1 – 9 of 9) sorted by relevance
/coreutils/src/ |
D | od.c | 1104 format_address_none (MAYBE_UNUSED uintmax_t address, in format_address_none() argument 1110 format_address_std (uintmax_t address, char c) in format_address_std() argument 1126 *--p = '0' + (address & 7); in format_address_std() 1127 while ((address >>= 3) != 0); in format_address_std() 1132 *--p = '0' + (address % 10); in format_address_std() 1133 while ((address /= 10) != 0); in format_address_std() 1138 *--p = "0123456789abcdef"[address & 15]; in format_address_std() 1139 while ((address >>= 4) != 0); in format_address_std() 1150 format_address_paren (uintmax_t address, char c) in format_address_paren() argument 1153 format_address_std (address, ')'); in format_address_paren() [all …]
|
/coreutils/ |
D | .mailmap | 11 # Evan's two changes listed my email address. 33 # Prefer spelled-out middle name and its address. 39 # Consolidate names of same email address.
|
D | README-hacking | 71 reporting address of this package instead of to bug-gnulib, 81 appropriate bug-reporting address as reported by the --help option of
|
D | HACKING | 53 it if needed, and put your name and email address in place of these 386 Send patches to the address listed in --help output
|
D | THANKS.in | 6 not be listed, or if you'd prefer a different address be used, please send a
|
D | COPYING | 568 address new problems or concerns.
|
D | NEWS | 2383 request to report it to the bug-reporting address. 2522 Changes inherited from gnulib address a build failure on HP-UX 11.11 3599 chcon, runcon: --help output now includes the bug-reporting address 5240 ls --width=N (for very large N) is no longer subject to an address
|
/coreutils/doc/ |
D | fdl.texi | 416 differ in detail to address new problems or concerns. See
|
D | coreutils.texi | 2007 @itemx --address-radix=@var{radix} 2009 @opindex --address-radix 2218 specifying an offset and a pseudo-start address, @var{label}. 2220 just like @var{offset}, but it specifies an initial pseudo-address. The 2222 address. 5076 Sort a set of log files, primarily by IPv4 address and secondarily by 5096 since IPv4 address components are separated by @samp{.} while dates 5099 address. The timestamp is sorted by year, then month, then day, and 5109 IPv4 address field using a @samp{V} version type, like @samp{-k1,1V}. 6249 The way to address this problem was to first generate a set of [all …]
|