Lines Matching refs:registry
29 * The registry is a database with a hierarchical structure similar to
37 * which is analogous to a file system path. In the registry, the key
58 * List of supported registry keys (case-insensitive).
803 * This is a request to open a windows registry key.
950 * Lookup a name in the registry and return the associated value.
951 * Our registry is a case-insensitive, name-value pair table.
968 static struct registry {
971 } registry[] = {
981 for (i = 0; i < sizeof (registry)/sizeof (registry[0]); ++i) {
982 if (strcasecmp(registry[i].name, name) == 0)
983 return (registry[i].value);
1051 * Return the windows registry version. The current version is 5.
1052 * This call is usually made prior to enumerating or querying registry