Searched refs:PATH_ASL_STORE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_store.h38 #define PATH_ASL_STORE (asl_filesystem_path(ASL_PLACE_DATABASE)) macro
/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddbserver.c110 if (stat(PATH_ASL_STORE, &sb) == 0)
115 asldebug("error: %s is not a directory", PATH_ASL_STORE);
124 if (mkdir(PATH_ASL_STORE, 0755) != 0)
126 asldebug("error: can't create data store %s: %s\n", PATH_ASL_STORE, strerror(errno));
133 asldebug("error: can't stat data store %s: %s\n", PATH_ASL_STORE, strerror(errno));
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_store.c104 if (basedir == NULL) basedir = PATH_ASL_STORE;
175 if (basedir == NULL) out->base_dir = strdup(PATH_ASL_STORE);
235 if (basedir == NULL) basedir = PATH_ASL_STORE;
247 if (basedir == NULL) out->base_dir = strdup(PATH_ASL_STORE);
/macosx-10.10/syslog-267/aslmanager.tproj/
H A Daslmanager.c1455 if ((asl_store_dst == NULL) && (r->action == ACTION_OUT_DEST) && (!strcmp(r->dst->path, PATH_ASL_STORE)))
1526 if (asl_store_dst->path == NULL) asl_store_dst->path = strdup(PATH_ASL_STORE);
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c1852 if (!strcmp(name, PATH_ASL_STORE)) return DB_SELECT_ASL;
2011 dbselect = add_db_dir(PATH_ASL_STORE);

Completed in 98 milliseconds