Home
last modified time | relevance | path

Searched refs:Char (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c136 typedef uint_fast64_t Char; typedef
138 #define CHAR(c) ((Char)((c)&M_CHAR))
139 #define META(c) ((Char)((c)|M_QUOTE))
153 static int g_Ctoc(const Char *, char *, size_t);
154 static int g_lstat(Char *, struct stat *, glob_t *);
155 static DIR *g_opendir(Char *, glob_t *);
156 static const Char *g_strchr(const Char *, wchar_t);
158 static Char *g_strcat(Char *, const Char *);
160 static int g_stat(Char *, struct stat *, glob_t *);
161 static int glob0(const Char *, glob_t *, struct glob_limit *,
[all …]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoaimp.h196 #define Char char macro
198 #define Char void macro
202 extern Char *MALLOC ANSI((size_t));
Dmisc.c897 Char *
899 memcpy_D2A(a, b, len) Char *a; Char *b; size_t len; in memcpy_D2A()