Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dconfstr.c96 size_t conf_length; in confstr() local
111 conf_length = strlen(path) + 1; in confstr()
116 return (conf_length); in confstr()
127 conf_length = strlen(entry->value) + 1; in confstr()
132 return (conf_length); in confstr()