Lines Matching defs:id3
48 static virtdir_t id3;
65 if ((ep = virtdir_find(&id3, path, strlen(path))) == NULL) {
70 (void) memcpy(st, &id3.file, sizeof(*st));
73 (void) memcpy(st, &id3.dir, sizeof(*st));
76 (void) memcpy(st, &id3.lnk, sizeof(*st));
91 if ((dirp = openvirtdir(&id3, path)) == NULL) {
132 if ((ep = virtdir_find(&id3, path, strlen(path))) == NULL) {
219 (void) snprintf(name, sizeof(name), "%s/%s", (prefix) ? prefix : "/usr/music", ".id3.db");
221 warn("null id3 database");
223 build_id3_tree(db, &id3);