Searched refs:string_init (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.h433 extern int string_init(pool_prop_t *, const char *);
H A Dpool_internal.c348 return (string_init(prop, c_default));
354 return (string_init(prop, ""));
396 return (string_init(prop, "population"));
402 return (string_init(prop, PS_ONLINE));
784 * string_init() initialises the value of the supplied property with the
789 string_init(pool_prop_t *prop, const char *val) function

Completed in 333 milliseconds