Searched refs:CatKeyRec (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| H A D | record.h | 20 void r_packcatkey(CatKeyRec *, unsigned char *, int *); 21 void r_unpackcatkey(unsigned char *, CatKeyRec *); 35 void r_makecatkey(CatKeyRec *, long, char *);
|
| H A D | record.c | 32 void r_packcatkey(CatKeyRec *key, unsigned char *pkey, int *len) in r_packcatkey() 49 void r_unpackcatkey(unsigned char *pkey, CatKeyRec *key) in r_unpackcatkey() 92 CatKeyRec key1; in r_comparecatkeys() 93 CatKeyRec key2; in r_comparecatkeys() 395 void r_makecatkey(CatKeyRec *key, long parid, char *name) in r_makecatkey()
|
| H A D | internal.h | 75 } CatKeyRec; typedef 89 # define HFS_CATKEYLEN sizeof(CatKeyRec)
|
| H A D | hfs.c | 999 CatKeyRec key; in hfs_opendir() 1067 CatKeyRec key; in hfs_readdir() 1613 CatKeyRec key; 1673 CatKeyRec key; 1769 CatKeyRec key; 1847 CatKeyRec key;
|
| H A D | lvolume.c | 39 CatKeyRec key; in v_catsearch() 533 CatKeyRec key; in v_newfolder()
|