Searched defs:database (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | resource.c | 49 * moved -mode option, reordered Xrm database evaluation. 392 XrmDatabase database, 412 if (XrmGetResource(database, fullname, fullclass, &type, &value)) { 456 XrmDatabase database = NULL; local 510 database = XrmGetFileDatabase(appdefaults); 511 if (database == NULL) { 518 database = XrmGetFileDatabase(appdefaults); 557 return database; 862 /* the RDB is set, now query load the variables from the database */ 391 GetResource( XrmDatabase database, const char *parentname, const char *parentclass, const char *name, const char *class, int valueType, const char *def, void *valuep) argument
|
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/ |
H A D | OWconfig.c | 42 It is assumed that the configuration database is relatively 85 * A class list is a child of the database. 99 struct databaseStruct database; member in union:nodeStruct::__anon464 140 a database nodeStruct. 412 createClass: Creates a new class node within the OWconfig database. 665 initDatabase: If a database already exists, free it, and set the 880 readOWconfig: Read the OWconfig database file named by "fileName". 881 The internal database is built and the file's last modified time 883 the caller's responsibility to clean up the database. 1057 /*** Write database i [all...] |
Completed in 15 milliseconds