8#define snprintf _snprintf
19 "Usage: %s [-n nm] [-m make] libs...\n"
20 "nm -- The command used to run nm on reactos objects\n"
21 "make -- The command used to build reactos\n\n"
22 "libs are import libraries (.a files) typically from\n"
23 "dk/lib/nkm and dk/lib/w32\n",
31 char *
origin =
"unknown.a";
34 int i, libstart =
argc;
48 fprintf(
out,
"# Automatically generated by stubgen\n" );
57 }
else { libstart =
i;
break; }
70 char *end_of_location;
71 char *begin_q, *end_q;
73 if( !
strstr(
line,
"undefined reference to" ) )
continue;
77 if( !end_of_location )
continue;
79 begin_q =
strchr( end_of_location,
'`' );
80 end_q =
strchr( end_of_location,
'\'' );
82 if( !begin_q || !end_q )
continue;
87 line[end_q - begin_q] = 0;
89 for( new_f = functions; new_f; new_f = new_f->
next )
104 new_f->next = functions;
109 for(
i = libstart;
i <
argc;
i++ ) {
124 char *import_sign, *eol;
126 if( !(import_sign =
strstr(
line,
" I " )) )
continue;
129 while( *import_sign &&
isspace(*import_sign) ) import_sign++;
132 for( eol = import_sign; *eol && !
isspace(*eol); eol++ );
136 for( new_f = imports; new_f; new_f = new_f->next )
137 if( !
strcmp( new_f->name, import_sign ) )
break;
139 if( new_f )
continue;
151 new_f->name =
strdup( import_sign + 1 );
153 new_f->next = imports;
162 for( new_f = functions; new_f; new_f = new_f->
next ) {
int CDECL fclose(FILE *file)
int WINAPIV fprintf(FILE *file, const char *format,...)
char *CDECL fgets(char *s, int size, FILE *file)
FILE *CDECL fopen(const char *path, const char *mode)
_ACRTIMP char *__cdecl strchr(const char *, int)
_ACRTIMP char *__cdecl strstr(const char *, const char *)
_ACRTIMP int __cdecl strcmp(const char *, const char *)
static char * strdup(const char *buf)
_ACRTIMP char *__cdecl strrchr(const char *, int)
GLsizeiptr const GLvoid GLenum usage
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 memmove(s1, s2, n)
static short search(int val, const short *table, int size)
wchar_t tm const _CrtWcstime_Writes_and_advances_ptr_ count wchar_t ** out