Searched refs:memcpy_max (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | write.c | 1153 FDECL3(memcpy_max, char *, to, char *, from, int, max) in FDECL3() argument 1338 memcpy_max(vol_desc.system_id, system_id, strlen(system_id)); in FDECL1() 1341 memcpy_max(vol_desc.volume_id, volume_id, strlen(volume_id)); in FDECL1() 1371 if(volset_id) memcpy_max(vol_desc.volume_set_id, volset_id, strlen(volset_id)); in FDECL1() 1374 if(publisher) memcpy_max(vol_desc.publisher_id, publisher, strlen(publisher)); in FDECL1() 1377 if(preparer) memcpy_max(vol_desc.preparer_id, preparer, strlen(preparer)); in FDECL1() 1380 if(appid) memcpy_max(vol_desc.application_id, appid, strlen(appid)); in FDECL1() 1383 if(copyright) memcpy_max(vol_desc.copyright_file_id, copyright, in FDECL1() 1387 if(abstract) memcpy_max(vol_desc.abstract_file_id, abstract, in FDECL1() 1391 if(biblio) memcpy_max(vol_desc.bibliographic_file_id, biblio, in FDECL1()
|
H A D | eltorito.c | 172 memcpy_max(valid_desc.id, publisher, MIN(23, strlen(publisher))); in FDECL1()
|
H A D | mkisofs.h | 368 extern void DECL(memcpy_max, (char *, char *, int));
|