Home
last modified time | relevance | path

Searched refs:s_entry2 (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dtree.c318 struct directory_entry *s_entry2 = s_entry->assoc; in FDECL1() local
321 s_entry2->isorec.name_len[0] = s_entry->isorec.name_len[0]; in FDECL1()
322 strcpy(s_entry2->isorec.name, s_entry->isorec.name); in FDECL1()
323 s_entry2->isorec.length[0] = new_reclen; in FDECL1()
352 struct directory_entry *s_entry2 = s_entry1->assoc; in FDECL1() local
355 s_entry2->isorec.name_len[0] = s_entry1->isorec.name_len[0]; in FDECL1()
356 strcpy(s_entry2->isorec.name, s_entry1->isorec.name); in FDECL1()
357 s_entry2->isorec.length[0] = new_reclen; in FDECL1()