Searched defs:_c (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Ctype/
H A DCClass.c22 @param[in] _c The character to be tested.
27 @retval 0 The character, _c, is NOT a member of the character classes specified by mask.
28 @retval nonZero The character, _c, IS a member of a specified character class.
32 IN int _c,
36 return ((_c < 0 || _c > 127) ? 0 : (_cClass[_c] & mask));
31 __isCClass( IN int _c, unsigned int mask ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c109 static char *_c; variable
132 _c = expr;
382 while ( *_c==' ' || *_c=='\t' || *_c=='\n' ) _c++;
383 if ( *_c=='\\' )
385 _c++;
386 if ( isdigit(*_c) )
389 while ( isdigit(*_c) )
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h1575 static __inline int __sputc(int _c, FILE *_p) { argument
1576 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
1577 return (*_p->_p++ = _c);
1579 return (__swbuf(_c, _p));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h73 typedef struct _c { struct
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 55 milliseconds