Searched refs:raw (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/masterformat/ns1/
H A Dcompile.sh17 ../named-compilezone -D -F raw -o example.db.raw example example.db
18 ../named-compilezone -D -F raw -o large.db.raw large large.db > /dev/null 2>&1
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dread1char6 stty raw
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dhex_quote.c9 /* VSTRING *hex_quote(hex, raw)
11 /* const char *raw;
13 /* VSTRING *hex_unquote(raw, hex)
14 /* VSTRING *raw;
25 /* result value is the raw argument in case of success, a null pointer
56 /* hex_quote - raw data to quoted */
58 VSTRING *hex_quote(VSTRING *hex, const char *raw) argument
64 for (cp = raw; (ch = *(unsigned const char *) cp) != 0; cp++) {
75 /* hex_unquote - quoted data to raw */
77 VSTRING *hex_unquote(VSTRING *raw, cons argument
131 VSTRING *raw = vstring_alloc(BUFLEN); local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawField.java9 package com.sleepycat.persist.raw;
/macosx-10.9.5/dtrace-118.1/libelf/
H A Drawdata.c42 Dnode * raw; local
75 * from the file's raw memory image, or the file system.
85 if ((raw = _elf_dnode()) == 0) {
89 raw->db_myflags |= DBF_READY;
91 d->db_raw = raw;
92 raw->db_data.d_size = d->db_shsz;
93 rc = &raw->db_data;
106 free(raw);
110 raw->db_data.d_size = d->db_fsz;
112 raw
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dcmd.tcl13 set raw 0
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRawArrayInput.java13 import com.sleepycat.persist.raw.RawObject;
30 RawObject raw,
33 array = raw.getElements();
27 RawArrayInput(Catalog catalog, boolean rawAccess, IdentityHashMap converted, RawObject raw, Format componentFormat) argument
H A DRawComplexInput.java13 import com.sleepycat.persist.raw.RawObject;
39 RawObject raw = objects[index];
43 Object o = raw.getValues().get(field.getName());
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminus/
H A Dpng2pnm.sh23 ./png2pnm -raw ../pngsuite/basn0g01.png rawn0g01.pgm
24 ./png2pnm -raw ../pngsuite/basn0g02.png rawn0g02.pgm
25 ./png2pnm -raw ../pngsuite/basn0g04.png rawn0g04.pgm
26 ./png2pnm -raw ../pngsuite/basn0g08.png rawn0g08.pgm
27 ./png2pnm -raw ../pngsuite/basn0g16.png rawn0g16.pgm
29 ./png2pnm -raw ../pngsuite/basn2c08.png rawn2c08.ppm
30 ./png2pnm -raw ../pngsuite/basn2c16.png rawn2c16.ppm
32 ./png2pnm -raw ../pngsuite/basn3p01.png rawn3p01.ppm
33 ./png2pnm -raw ../pngsuite/basn3p02.png rawn3p02.ppm
34 ./png2pnm -raw
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DCSLwithAB.tcl18 # Now read channel A by treating the file as raw data skipping initial
21 s read $filename -fileformat raw -skip 60 -end $end
27 s read $filename -fileformat raw -skip [expr 60 + $end * 2 + 8] -end $end
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-pcapng.c44 const u_char *raw)
43 pcapng_print(struct netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *raw) argument
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DConversion.java14 import com.sleepycat.persist.raw.RawObject;
15 import com.sleepycat.persist.raw.RawType;
145 * // Return new raw Address object
387 * Initializes the conversion, allowing it to obtain raw type information
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/masterformat/
H A Dsetup.sh18 rm -f ns1/example.db.raw
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dcmd.tcl13 set raw 0
33 set raw 1
53 if {$log} { set raw 0 }
62 sak::validate::$cmd $argv $mode($raw$log) $stem
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_pkcs5.rb10 raw = %w{ 0c 60 c8 0f 96 1f 0e 71
13 expected = [raw.join('')].pack('H*')
23 raw = %w{ ea 6c 01 4d c7 2d 6f 8c
26 expected = [raw.join('')].pack('H*')
36 raw = %w{ 4b 00 79 01 b7 65 48 9a
39 expected = [raw.join('')].pack('H*')
50 # raw = %w{ ee fe 3d 61 cd 4d a4 e4
53 # expected = [raw.join('')].pack('H*')
64 raw = %w{ 3d 2e ec 4f e4 1c 84 9b
68 expected = [raw
[all...]
H A Dtest_asn1.rb257 raw = [expected.join('')].pack('H*')
258 ary = OpenSSL::ASN1.decode_all(raw)
276 raw = [expected.join('')].pack('H*')
285 assert_equal(raw, cons.to_der)
286 asn1 = OpenSSL::ASN1.decode(raw)
288 assert_equal(raw, asn1.to_der)
316 raw = [expected.join('')].pack('H*')
317 asn1 = OpenSSL::ASN1.decode(raw)
318 assert_equal(raw, asn1.to_der)
328 raw
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dctrlunix.tcl33 proc ::term::ansi::ctrl::unix::raw {} {
35 exec $stty raw -echo <@stdin
41 exec $stty -raw echo <@stdin
75 namespace export columns rows raw cooked
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dxterm_title20 stty raw -echo min 0 time ${1-10}
/macosx-10.9.5/cups-372.4/cups/conf/
H A Dmime.convs.in59 @DEFAULT_RAW_PRINTING@application/octet-stream application/vnd.cups-raw 0 -
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/note/
H A Dcmd.tcl13 set raw 0
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dcmd.tcl13 set raw 0
34 set raw 1
58 if {$log} { set raw 0 }
67 sak::validate::$cmd $argv $mode($raw$log) $stem $tclv
/macosx-10.9.5/vim-53/pixmaps/
H A Dgen-inline-pixbufs.sh12 gdk-pixbuf-csource --raw --static --build-list $list
/macosx-10.9.5/zlib-53/zlib/contrib/puff/
H A DMakefile5 puff zeros.raw
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DPersistentProxy.java12 import com.sleepycat.persist.raw.RawStore; // for javadoc
91 * Converter}, only the raw data of the proxy instance will be visible. Raw
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContentType.h41 const String& raw() const { return m_type; } function in class:WebCore::ContentType

Completed in 355 milliseconds

1234567891011>>