Searched refs:string_to_value (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/print/libprint/common/ |
H A D | ns_cmn_kvp.c | 134 void *value = string_to_value(key, kvp->value); in ns_r_get_value() 155 for (printers = string_to_value((*attrs)->key, in ns_r_get_value() 169 for (printers = string_to_value((*attrs)->key, in ns_r_get_value() 184 value = string_to_value(key, string); in ns_r_get_value()
|
H A D | ns.h | 192 extern void *string_to_value(const char *, char *);
|
H A D | mapfile-vers | 71 string_to_value;
|
H A D | llib-lprint | 114 void *string_to_value(const char *, char *);
|
H A D | ns_bsd_addr.c | 198 string_to_value(const char *key, char *string) in string_to_value() function
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1049 string_to_value(const char *str, scf_type_t ty, boolean_t require_quotes) in string_to_value() function 13954 v = string_to_value(value, ty, 0); in lscf_setprop() 13971 v = string_to_value(sp->str, ty, req_quotes); in lscf_setprop() 14689 v = string_to_value(sp->str, ty, 0); in lscf_setpropvalue()
|