Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c412 (((_len = DIRSZ(lmp)) != 0) || in expand()
1259 DIRSZ(lmp) = strrchr(name, '/') - name; in fullpath()
1260 return (DIRSZ(lmp)); in fullpath()
H A Dconfig_elf.c99 DIRSZ(lmp) = cname - _cname - 1; in elf_config_validate()
H A Ddlfcns.c2030 (void) strncpy(str, ORIGNAME(lmp), DIRSZ(lmp)); in dlinfo_core()
2031 str += DIRSZ(lmp); in dlinfo_core()
H A Danalyze.c1915 DIRSZ(nlmp) = --olen; in load_file()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h964 #define DIRSZ(X) ((X)->rt_dirsz) macro