Searched refs:isascii (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dinet_net_pton.c148 && isascii(src[1]) && isxdigit(src[1])) {
155 isascii(ch) && isxdigit(ch)) {
170 } else if (isascii(ch) && isdigit(ch)) {
182 isascii(ch) && isdigit(ch));
191 if (!isascii(ch) || !isdigit(ch))
198 if (ch == '/' && isascii(src[0]) && isdigit(src[0]) && dst > odst) {
207 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch));
H A Dns_ttl.c121 if (isascii(ch) && isupper(ch))
138 if (!isascii(ch) || !isprint(ch))
H A Dnsap_addr.c52 if (!isascii(c))
H A Dres_init.c115 #if !defined(isascii) /* XXX - could be a function */
116 # define isascii(c) (!(c & 0200)) macro
345 isascii(*cp) && !isspace(*cp))
355 isascii(*cp) && !isspace(*cp))
H A Dns_print.c613 *p++ = (isascii(rdata[m]) && isprint(rdata[m]))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/NetUtil/
H A Dinet_addr.c156 if (isascii(c) && isdigit((unsigned char)c)) {
162 } else if (base == 16 && isascii(c) &&
188 if (c != '\0' && (!isascii(c) || !isspace((unsigned char)c)))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dctype.h164 /** The isascii function tests that a character is one of the 128 7-bit ASCII characters.
172 int isascii(int c);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCClass.c240 /** The isascii function tests that a character is one of the 128 7-bit ASCII characters.
248 isascii( function
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h36 # define isascii __isascii macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dctype.h80 static inline int isascii(int c) { return __isascii(c); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dctype.h90 static inline int isascii(int c) { return __isascii(c); } function
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h295 #define NS_IS_ALPHA(VAL) (isascii((int)(VAL)) && isalpha((int)(VAL)))
/vbox/src/recompiler/
H A Dqemu-common.h206 #define qemu_isascii(c) isascii((unsigned char)(c))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h89 #define _istascii WINE_tchar_routine(isascii, __isascii, iswascii)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h89 #define _istascii WINE_tchar_routine(isascii, __isascii, iswascii)

Completed in 684 milliseconds