Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_debuglink.c398 size_t dirnamelen = 0; in _dwarf_construct_linkedto_path() local
407 dirnamelen = mydirlen(depath); in _dwarf_construct_linkedto_path()
408 if (dirnamelen) { in _dwarf_construct_linkedto_path()
410 depath,dirnamelen); in _dwarf_construct_linkedto_path()
412 dwarfstring_append(&joind.js_basepath,depath+dirnamelen); in _dwarf_construct_linkedto_path()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c439 size_t dirnamelen = strlen (dirnames[i]) + 1; /* '/' */ in krb5int_open_plugin_dirs() local
449 filepath = malloc (dirnamelen + strlen (filenames[j]) + 1); /* NULL */ in krb5int_open_plugin_dirs()
491 filepath = malloc (dirnamelen + len + 1); /* NULL */ in krb5int_open_plugin_dirs()