Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dconfstr.c94 size_t conf_length; in confstr() local
109 conf_length = strlen(path) + 1; in confstr()
114 return (conf_length); in confstr()
125 conf_length = strlen(entry->value) + 1; in confstr()
130 return (conf_length); in confstr()