Searched refs:DIRSZ (Results 1 – 5 of 5) sorted by relevance
412 (((_len = DIRSZ(lmp)) != 0) || in expand()1258 DIRSZ(lmp) = strrchr(name, '/') - name; in fullpath()1259 return (DIRSZ(lmp)); in fullpath()
99 DIRSZ(lmp) = cname - _cname - 1; in elf_config_validate()
2029 (void) strncpy(str, ORIGNAME(lmp), DIRSZ(lmp)); in dlinfo_core()2030 str += DIRSZ(lmp); in dlinfo_core()
1925 DIRSZ(nlmp) = --olen; in load_file()
962 #define DIRSZ(X) ((X)->rt_dirsz) macro