Home
last modified time | relevance | path

Searched refs:to_uchar (Results 1 – 23 of 23) sorted by relevance

/coreutils/src/
Dptx.c171 while (cursor < limit && ! isspace (to_uchar (*cursor))) \
175 while (cursor < limit && isspace (to_uchar (*cursor))) \
179 while (cursor > start && isspace (to_uchar (cursor[-1]))) \
192 else if (word_fastmap[to_uchar (*cursor)]) \
193 while (cursor < limit && word_fastmap[to_uchar (*cursor)]) \
311 length < 3 && isxdigit (to_uchar (*string)); in unescape_string()
552 value = (folded_chars [to_uchar (first->start[counter])] in compare_words()
553 - folded_chars [to_uchar (second->start[counter])]); in compare_words()
562 value = (to_uchar (first->start[counter]) in compare_words()
563 - to_uchar (second->start[counter])); in compare_words()
[all …]
Dsort.c1318 if (! isblank (to_uchar (s[j]))) in inittables()
1319 name[k++] = fold_toupper[to_uchar (s[j])]; in inittables()
1634 while (ptr < lim && blanks[to_uchar (*ptr)]) in begfield()
1636 while (ptr < lim && !blanks[to_uchar (*ptr)]) in begfield()
1643 while (ptr < lim && blanks[to_uchar (*ptr)]) in begfield()
1683 while (ptr < lim && blanks[to_uchar (*ptr)]) in limfield()
1685 while (ptr < lim && !blanks[to_uchar (*ptr)]) in limfield()
1732 while (newlim < lim && blanks[to_uchar (*newlim)]) in limfield()
1734 while (newlim < lim && !blanks[to_uchar (*newlim)]) in limfield()
1745 while (ptr < lim && blanks[to_uchar (*ptr)]) in limfield()
[all …]
Ddircolors.c155 for (p = line; isspace (to_uchar (*p)); ++p) in parse_line()
164 while (!isspace (to_uchar (*p)) && *p != '\0') in parse_line()
177 while (isspace (to_uchar (*p))); in parse_line()
187 for (--p; isspace (to_uchar (*p)); --p) in parse_line()
Dtruncate.c233 while (isspace (to_uchar (*optarg))) in main()
255 while (isspace (to_uchar (*optarg))) in main()
Dpinky.c126 if (islower (to_uchar (*uname))) in create_fullname()
127 *r++ = toupper (to_uchar (*uname++)); in create_fullname()
Dtr.c832 if (!ISDIGIT (to_uchar (es->s[i])) || es->escaped[i]) in star_digits_closebracket()
1545 for (; i < nr && !in_squeeze_set[to_uchar (buf[i])]; i += 2) in squeeze_filter()
1551 if (i == nr && in_squeeze_set[to_uchar (buf[i - 1])]) in squeeze_filter()
1629 for (i = 0; i < nr && !in_delete_set[to_uchar (buf[i])]; i++) in read_and_delete()
1634 if (!in_delete_set[to_uchar (buf[i])]) in read_and_delete()
1652 buf[i] = xlate[to_uchar (buf[i])]; in read_and_xlate()
Dprintf.c265 esc_length < 2 && isxdigit (to_uchar (*p)); in print_esc()
295 if (! isxdigit (to_uchar (*p))) in print_esc()
Dset-fields.c179 || isblank (to_uchar (*fieldstr)) || *fieldstr == '\0') in set_fields()
Dfold.c174 if (isblank (to_uchar (line_out[logical_end]))) in fold_file()
Dexpand-common.c139 if (*stops == ',' || isblank (to_uchar (*stops))) in parse_tab_stops()
Dtest.c138 for (p = string; isblank (to_uchar (*p)); p++) in find_int()
156 while (isblank (to_uchar (*p))) in find_int()
Dchroot.c112 while (isspace (to_uchar (*tmp))) in parse_additional_groups()
Dcut.c327 if (to_uchar (field_1_buffer[n_bytes - 1]) != delim) in cut_fields()
Dnumfmt.c647 while (isblank (to_uchar (**endptr))) in simple_strtod_human()
1292 while (*p && isblank (to_uchar (*p))) in process_suffixed_number()
Dsystem.h159 static inline unsigned char to_uchar (char ch) { return ch; } in to_uchar() function
Dstat.c1218 else if (*b == 'x' && isxdigit (to_uchar (b[1]))) in print_it()
1224 if (isxdigit (to_uchar (b[1]))) in print_it()
Dseq.c165 while (isspace (to_uchar (*arg)) || *arg == '+') in scan_arg()
Dls.c1335 bool align_left = !isdigit (to_uchar (abmon[i][0])); in abmon_init()
4681 if (! isprint (to_uchar (*p))) in quote_name_buf()
4703 if (isprint (to_uchar (*p))) in quote_name_buf()
4757 else if (RFC3986[to_uchar (*str)]) in file_escape()
4760 p += sprintf (p, "%%%02x", to_uchar (*str++)); in file_escape()
Dstty.c1702 value = to_uchar (arg[0]); in set_control_char()
1710 value = to_uchar (arg[1]) & ~0140; /* Non-letters get weird results. */ in set_control_char()
Dsplit.c1432 while (isspace (to_uchar (*optarg))) in main()
Ddf.c308 if (c_iscntrl (to_uchar (*p))) in replace_control_chars()
Dpr.c2311 if (! isprint (to_uchar (c))) in print_char()
Ddd.c1734 *cp = trans_table[to_uchar (*cp)]; in translate_buffer()