HomeSort by: relevance | last modified time | path
    Searched refs:id3 (Results 1 - 14 of 14) sorted by relevancy

  /src/share/examples/refuse/id3fs/
id3db.sh 33 id3db=/usr/music/.id3.db
id3fs.c 48 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...]
id3info.sh 37 # 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
  /src/external/mit/isl/dist/
isl_test_cpp17.cc 46 isl::id id3(ctx, "test3", std::string("s"));
51 auto s_user = id3.user<std::string>();
57 check_invalid([&id3] () { id3.user<int>(); });
isl_test_python.py 176 id3 = isl.id("S", S())
179 s = id3.user()
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvmodesnv17.c 257 #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, -88.995169 * id3, 14.832456 * id3, 0.000012 * id3
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_keytab.c 76 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);
  /src/crypto/external/apache2/openssl/dist/apps/
ciphers.c 259 int id3 = (int)(id & 0xffL); local
262 BIO_printf(bio_out, " 0x%02X,0x%02X - ", id2, id3); /* SSL3
265 BIO_printf(bio_out, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
  /src/crypto/external/bsd/openssl/dist/apps/
ciphers.c 257 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 */
  /src/crypto/external/bsd/openssl.old/dist/apps/
ciphers.c 239 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 */
  /src/external/cddl/osnet/dev/cyclic/
cyclic_test.c 169 cyclic_id_t id3; local
195 id3 = cyclic_add(&hdlr, &when);
206 cyclic_remove(id3);
  /src/external/bsd/kyua-cli/dist/store/
transaction_test.cpp 186 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);
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/ns2/
sign.sh 335 id3=$(keyfile_to_key_id "$ksk3")
337 if [ $id1 -gt $id3 ]; then
340 else # id3 -gt $id1
345 if [ $id2 -gt $id3 ]; then
348 else #id3 -gt $id2
  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh 4377 keyfile_to_key_id "$zsk3" >ns2/$zone.zsk.id3
4378 ZSK_ID3=$(cat ns2/$zone.zsk.id3)

Completed in 39 milliseconds