Searched refs:id3 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/share/examples/refuse/id3fs/
H A Did3db.sh33 id3db=/usr/music/.id3.db
H A Did3fs.c48 static virtdir_t id3; variable
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);
[all...]
H A Did3info.sh37 # function to trawl through a directory to grab id3 tags from each file
38 # relies on id3 utility to do this
43 id3 -l -R $f >> $infofile
72 # grab all the id3 info
/netbsd-current/external/mit/isl/dist/
H A Disl_test_cpp17.cc46 isl::id id3(ctx, "test3", std::string("s"));
51 auto s_user = id3.user<std::string>();
57 check_invalid([&id3] () { id3.user<int>(); });
H A Disl_test_python.py176 id3 = isl.id("S", S())
179 s = id3.user()
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_tvmodesnv17.c257 #define id3 (1LL << 24) macro
283 9.308169 * id3, 78.180965 * id3, -13.030158 * id3, -0.000001 * id3,
287 104.605622 * id3, 141.908641 * id3, -74.322319 * id3, 7.484316 * id3,
291 87.196610 * id3,
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_keytab.c76 krb5_keytab id, id2, id3; local
127 ret = krb5_kt_resolve(context, keytab2, &id3);
142 krb5_kt_add_entry(context, id3, &entry3);
165 krb5_kt_remove_entry(context, id3, &entry3);
167 ret = krb5_kt_close(context, id3);
/netbsd-current/external/cddl/osnet/dev/cyclic/
H A Dcyclic_test.c169 cyclic_id_t id3; local
195 id3 = cyclic_add(&hdlr, &when);
206 cyclic_remove(id3);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dciphers.c239 int id3 = (int)(id & 0xffL); local
242 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3
245 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dciphers.c257 int id3 = (int)(id & 0xffL); local
260 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3
263 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dtransaction_test.cpp186 int64_t id1, id2, id3; local
192 id3 = tx.put_action(exp_action3, context1_id);
200 const engine::action action3 = tx.get_action(id3);
463 int64_t id1, id2, id3; local
467 id3 = tx.put_context(exp_context3);
475 const engine::context context3 = tx.get_context(id3);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnssec/
H A Dtests.sh4229 keyfile_to_key_id "$zsk3" >ns2/$zone.zsk.id3
4230 ZSK_ID3=$(cat ns2/$zone.zsk.id3)

Completed in 227 milliseconds