Searched refs:character (Results 1 – 11 of 11) sorted by relevance
/coreutils/src/ |
D | ptx.c | 432 int character; /* character value */ in initialize_regex() local 437 for (character = 0; character < CHAR_SET_SIZE; character++) in initialize_regex() 438 folded_chars[character] = toupper (character); in initialize_regex() 477 for (character = 0; character < CHAR_SET_SIZE; character++) in initialize_regex() 478 word_fastmap[character] = !! isalpha (character); in initialize_regex() 1038 unsigned char character = *cursor; in print_field() local 1039 if (edited_flag[character]) in print_field() 1045 switch (character) in print_field() 1060 putchar (character); in print_field() 1067 printf ("$\\%c$", character); in print_field() [all …]
|
D | dircolors.hin | 70 CHR 40;33;01 # character device driver
|
D | pr.c | 430 static void getoptarg (char *arg, char switch_char, char *character, 1168 getoptarg (char *arg, char switch_char, char *character, int *number) in getoptarg() argument 1177 *character = *arg++; in getoptarg()
|
/coreutils/man/ |
D | mknod.x | 2 mknod \- make block or character special files
|
D | tr.x | 8 in which every possible input byte represents a single character.
|
/coreutils/doc/ |
D | coreutils.texi | 286 * Charset selection in ptx:: Underlying character set considerations 339 * mknod invocation:: Make block or character special files 1555 character. However, some commands' descriptions specify that they 1790 # Reverse a file character by character. 1854 is not incremented, but the line number separator character is still 1943 @var{string} (default is the TAB character). 2074 include more than one type indicator character in a single @var{type} 2080 of the single byte character representation of the printable characters 2085 named character, ignoring high-order bit 2087 printable single byte character, C backslash escape [all …]
|
D | sort-version.texi | 27 because comparisons are made on a character-by-character basis. 762 invalid character in version number
|
D | perm.texi | 141 operations on single-character symbols. They allow you to modify either
|
/coreutils/ |
D | NEWS | 64 'cksum --check' now ensures filenames with a leading backslash character 211 line with the NUL character, consistent with NUL column delimiters in 267 Previously it may have output 1 character too wide for certain widths. 314 universal character subset, which restricted most points <= 0x9F. 554 nl now handles single character --section-delimiter arguments, 555 by assuming a second ':' character has been specified, as specified by POSIX. 573 invalid combinations of case character classes. 635 literally, thus overwriting the first character in the line with '$'. 666 it is a character-special file whose minor device number is N. 889 for non regular files like fifos and character device nodes etc., [all …]
|
D | configure.ac | 412 character-special devices whose minor device number is the file
|
D | HACKING | 417 character ;-) ]
|