Searched refs:string_to_value (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns_cmn_kvp.c | 135 void *value = string_to_value(key, kvp->value); in ns_r_get_value() 156 for (printers = string_to_value((*attrs)->key, in ns_r_get_value() 170 for (printers = string_to_value((*attrs)->key, in ns_r_get_value() 185 value = string_to_value(key, string); in ns_r_get_value()
|
H A D | ns.h | 193 extern void *string_to_value(const char *, char *);
|
H A D | mapfile-vers | 71 string_to_value;
|
H A D | ns_bsd_addr.c | 196 string_to_value(const char *key, char *string) in string_to_value() function
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1067 string_to_value(const char *str, scf_type_t ty, boolean_t require_quotes) in string_to_value() function 13991 v = string_to_value(value, ty, 0); in lscf_setprop() 14008 v = string_to_value(sp->str, ty, req_quotes); in lscf_setprop() 14726 v = string_to_value(sp->str, ty, 0); in lscf_setpropvalue()
|