Searched refs:unknown (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | uname.c | 275 static char const unknown[] = "unknown"; in main() local 316 char const *element = unknown; in main() 327 if (element == unknown) in main() 335 if (element == unknown) in main() 344 if (! (toprint == UINT_MAX && element == unknown)) in main() 350 char const *element = unknown; in main() 360 if (element == unknown) in main() 369 if (! (toprint == UINT_MAX && element == unknown)) in main()
|
D | ls.c | 161 unknown, enumerator 1772 gobble_file (argv[i++], unknown, NOT_AN_INODE_NUMBER, true, ""); in main() 3074 enum filetype type = unknown; in print_dir() 3423 && (type == symbolic_link || type == unknown) in gobble_file() 3430 && (type == unknown || command_line_arg in gobble_file() 4512 print_type_indicator (true, f->linkmode, unknown); in print_long_format()
|
/coreutils/ |
D | AUTHORS | 47 logname: FIXME: unknown
|
D | NEWS | 999 for unknown long options. 1732 will now honor an empty or unknown TERM environment variable, 1885 (for unknown file system types) of issuing a warning and reverting to polling. 2093 ZFS and VZFS file systems, rather than the default (for unknown file 2381 resides on a file system of unknown type. In addition, for each such 4773 uname -a no longer generates the -p and -i outputs if they are unknown. 4936 The following commands now reject unknown options instead of 4938 options may be added later. Formerly they accepted unknown options
|
/coreutils/doc/ |
D | coreutils.texi | 12968 @item %w -- Time of file birth, or @samp{-} if unknown 13225 It is therefore not advisable to use @command{echo} for printing unknown or 17177 and the hardware platform name if they are unknown. 17188 Print @samp{unknown} if this information is not available. 17217 Print @samp{unknown} if this information is not available.
|