Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c2002 static size_t unixname_l = 0; in sup_line2nm() local
2012 unixname_l = strcspn(ll, " \t:=#\n"); in sup_line2nm()
2013 ll += unixname_l; in sup_line2nm()
2034 nm->unixname = strndup(unixname, unixname_l); in sup_line2nm()