Searched refs:__glutStrdup (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_util.c20 __glutStrdup(const char *string) function in typeref:typename:char *
H A Dglutint.h528 char *label; /* __glutStrdup'ed label string */
736 extern char * __glutStrdup(const char *string);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_util.c20 __glutStrdup(const char *string) function in typeref:typename:char *
H A Dglut_init.c219 __glutArgv[i] = __glutStrdup(argv[i]);
H A Dglut_gamemode.c513 copy = __glutStrdup(display);
H A Dwin32_menu.c330 item->label = __glutStrdup(label);
H A Dglutint.h506 char *label; /* __glutStrdup'ed label string */
725 extern char * __glutStrdup(const char *string);
H A Dglut_dstr.c1213 copy = __glutStrdup(mode);
1494 __glutDisplayString = __glutStrdup(string);
H A Dglut_menu.c933 item->label = __glutStrdup(label);

Completed in 12 milliseconds