Searched refs:pascal_from_c_string (Results 1 – 8 of 8) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/ |
H A D | macutil.h | 41 void pascal_from_c_string(unsigned char *pstring, size_t pstring_len, const char *cstring);
|
H A D | macutil.cpp | 105 void pascal_from_c_string(unsigned char *pstring, size_t pstring_len, const char *cstring) in pascal_from_c_string() function
|
H A D | macbin.cpp | 147 pascal_from_c_string((unsigned char *) &header[1], 64, basename); in macbinary_readfile()
|
H A D | mac.cpp | 1586 pascal_from_c_string(&buffer[36], 28, "Untitled"); /* volume title */ in mfs_image_create()
|
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/ |
H A D | macutil.h | 41 void pascal_from_c_string(unsigned char *pstring, size_t pstring_len, const char *cstring);
|
H A D | macutil.cpp | 105 void pascal_from_c_string(unsigned char *pstring, size_t pstring_len, const char *cstring) in pascal_from_c_string() function
|
H A D | macbin.cpp | 147 pascal_from_c_string((unsigned char *) &header[1], 64, basename); in macbinary_readfile()
|
H A D | mac.cpp | 1586 pascal_from_c_string(&buffer[36], 28, "Untitled"); /* volume title */ in mfs_image_create()
|