Home
last modified time | relevance | path

Searched refs:CHAR_T (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/util-linux/
Drev.c26 #undef CHAR_T
28 # define CHAR_T wchar_t macro
30 # define CHAR_T char macro
34 static void strrev(CHAR_T *s, int len) in strrev()
45 CHAR_T c = s[i]; in strrev()
/busybox-1.35.0/libbb/
Dlineedit.c80 #undef CHAR_T
83 # define CHAR_T wchar_t macro
84 static bool BB_isspace(CHAR_T c) in BB_isspace()
89 static bool BB_isalnum_or_underscore(CHAR_T c) in BB_isalnum_or_underscore()
94 static bool BB_ispunct(CHAR_T c) in BB_ispunct()
108 # define CHAR_T char macro
111 static bool BB_isalnum_or_underscore(CHAR_T c) in BB_isalnum_or_underscore()
153 CHAR_T *command_ps;
178 CHAR_T *delptr;
179 CHAR_T delbuf[DELBUFSIZ]; /* a place to store deleted characters */
[all …]