Searched refs:U (Results 1 – 7 of 7) sorted by relevance
/coreutils/src/ |
D | who.c | 53 # define UT_TYPE_RUN_LVL(U) ((U)->ut_type == RUN_LVL) argument 55 # define UT_TYPE_RUN_LVL(U) false argument 59 # define UT_TYPE_INIT_PROCESS(U) ((U)->ut_type == INIT_PROCESS) argument 61 # define UT_TYPE_INIT_PROCESS(U) false argument 65 # define UT_TYPE_LOGIN_PROCESS(U) ((U)->ut_type == LOGIN_PROCESS) argument 67 # define UT_TYPE_LOGIN_PROCESS(U) false argument 71 # define UT_TYPE_DEAD_PROCESS(U) ((U)->ut_type == DEAD_PROCESS) argument 73 # define UT_TYPE_DEAD_PROCESS(U) false argument 77 # define UT_TYPE_NEW_TIME(U) ((U)->ut_type == NEW_TIME) argument 79 # define UT_TYPE_NEW_TIME(U) false argument [all …]
|
/coreutils/tests/date/ |
D | date.pl | 73 ['U95-1', "--date '1995-1-1' +%U", {OUT=>"01"}], 74 ['U95-2', "--date '1995-1-7' +%U", {OUT=>"01"}], 75 ['U95-3', "--date '1995-1-8' +%U", {OUT=>"02"}], 77 ['U92-1', "--date '1992-1-1' +%U", {OUT=>"00"}], 78 ['U92-2', "--date '1992-1-4' +%U", {OUT=>"00"}], 79 ['U92-3', "--date '1992-1-5' +%U", {OUT=>"01"}],
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
|
/coreutils/tests/du/ |
D | move-dir-while-traversing.sh | 62 t=T/U
|
/coreutils/doc/ |
D | sort-version.texi | 445 example, GREEK SMALL LETTER ALPHA (U+03B1, @samp{α}) is encoded as the
|
D | coreutils.texi | 3865 space even if the current locale does not: U+00A0 NO-BREAK SPACE, 3866 U+2007 FIGURE SPACE, U+202F NARROW NO-BREAK SPACE, and U+2060 WORD 7736 (@option{-U}) disables this option altogether. 8139 @option{--sort=none} (@option{-U}), @option{-1}, 8150 This option has no effect when @option{--sort=none} (@option{-U}) 8205 @item -U 8207 @opindex -U 8929 directory structure; i.e., @samp{ls -U} may list the entries in a copied 12967 @item %U -- User name of owner 13413 four hexadecimal digits @var{hhhh}, and @samp{\U} for 32-bit Unicode [all …]
|
/coreutils/ |
D | NEWS | 3250 ls -1U (with two or more arguments, at least one a nonempty directory) 3577 with very many files, ls -1U is much more efficient. 5045 printf supports \u, \U, \x.
|