Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dmisc.c253 const char *endpath; in print_sym() local
257 endpath = strrchr(sym_info.dli_fname, '/'); in print_sym()
258 if (endpath) in print_sym()
259 endpath++; in print_sym()
261 endpath = sym_info.dli_fname; in print_sym()
262 umem_printf("%s'", endpath); in print_sym()
/illumos-gate/usr/src/uts/common/fs/
H A Dpathname.c282 char *endpath; in pn_setlast() local
286 endpath = path + 1; in pn_setlast()
291 *endpath = '\0'; in pn_setlast()
293 pnp->pn_pathlen = endpath - path; in pn_setlast()