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 | 134 void *value = string_to_value(key, kvp->value); 155 for (printers = string_to_value((*attrs)->key, 169 for (printers = string_to_value((*attrs)->key, 184 value = string_to_value(key, string);
|
H A D | ns.h | 192 extern void *string_to_value(const char *, char *);
|
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) function
|
/illumos-gate/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) function 13967 v = string_to_value(value, ty, 0); 13984 v = string_to_value(sp->str, ty, req_quotes); 14702 v = string_to_value(sp->str, ty, 0);
|
Completed in 91 milliseconds