Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/svc/startd/
H A Dgraph.c738 size_t allocd, new_allocd; in path_to_str() local
759 new_allocd = allocd + strlen(name) + 1; in path_to_str()
760 new = startd_alloc(new_allocd); in path_to_str()
768 allocd = new_allocd; in path_to_str()