63 debug3(
"resizing string pointer %p from %lu to %lu", (
void*)
sb->p, (
unsigned long)
sb->size, (
unsigned long)
new);
75 debug1(
"safe_realloc returned %p", (
void*)
t);
80 if(
sb->size <
sb->fill)
84 sb->p[
sb->fill-1] = 0;
98 debug2(
"called copy_string with %p -> %p", (
void*)
from, (
void*)to);
132 return (
from && to) ? 1 : 0;
137 debug1(
"adding %s", stuff);
143 debug(
"adding a substring");
153 sb->p[
sb->fill-1] = 0;
163 sb->p[
sb->fill-1] = 0;
192 if(!
sb ||
sb->fill < 2 ||
sb->p[0] == 0)
return 0;
197 for(
i=
sb->fill-2;
i>0; --
i)
198 if(
sb->p[
i] != 0)
break;
203 if(!
utf8)
return bytelen;
209 for(
i=0;
i<bytelen; ++
i)
212 if((
sb->p[
i] & 0xc0) != 0x80)
len++;
221 if(!
sb || !
sb->fill)
return 0;
224 sb->p[
sb->fill-1] = 0;
225 for(
i=
sb->fill-2;
i>=0; --
i)
229 if(*
c && *
c !=
'\r' && *
c !=
'\n')
break;
245 if(
a->fill !=
b->fill)
_STLP_MOVE_TO_STD_NAMESPACE void fill(_ForwardIter __first, _ForwardIter __last, const _Tp &__val)
#define attribute_align_arg
int memcmp(void *Buffer1, void *Buffer2, ACPI_SIZE Count)
ACPI_SIZE strlen(const char *String)
GLuint GLuint GLsizei count
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
#define memcpy(s1, s2, n)
#define debug3(s, a, b, c)