Searched refs:serial (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dzkt-soaserial.c5 ** A small utility to print out the (unixtime) soa serial
56 static int read_serial_fromfile (const char *fname, unsigned long *serial);
57 static void printserial (const char *fname, unsigned long serial);
103 ** <SPACEes or TABs> 1234567890; serial number
108 static int read_serial_fromfile (const char *fname, unsigned long *serial) argument
137 *serial = 0L; /* read in the current serial number */
138 if ( fscanf (fp, "%lu", serial) != 1 ) /* try to get serial no */
139 return -3; /* no serial numbe
149 printserial(const char *fname, unsigned long serial) argument
196 unsigned long serial; local
[all...]
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOModemSerialStreamSync.h27 * 2000-10-21 gvdl Initial real change to IOKit serial family.
34 #include <IOKit/serial/IOSerialStreamSync.h>
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_export_container.tcl34 proc export {serial configuration} {
41 set text [pt::peg::to::container convert $serial]
H A Dpt_peg_export_json.tcl33 proc export {serial configuration} {
40 set text [pt::peg::to::json convert $serial]
H A Dpt_peg_export_peg.tcl34 proc export {serial configuration} {
41 set text [pt::peg::to::peg convert $serial]
H A Dpt_peg_export.tcl55 return [$self export serial [$obj serialize] $format]
58 method {export serial} {serial {format {}}} {
59 set serial [pt::peg canonicalize $serial]
66 return [$plugin do export $serial $configuration]
H A Dpt_astree.tcl31 proc ::pt::ast::verify {serial {canonvar {}}} {
33 #puts "V <$serial> /[llength [info level 0]] / [info level 0]"
37 set iscanonical [string equal $serial [list {*}$serial]]
40 topdown [list [namespace current]::Verify] $serial
44 proc ::pt::ast::verify-as-canonical {serial} {
45 verify $serial iscanonical
100 proc ::pt::ast::canonicalize {serial} {
101 verify $serial iscanonical
102 if {$iscanonical} { return $serial }
[all...]
H A Dpt_pexpr_op.tcl26 proc ::pt::pe::op::rename {nt ntnew serial} {
28 return $serial
32 $serial]
35 proc ::pt::pe::op::drop {dropset serial} {
38 $serial]
43 proc ::pt::pe::op::called {serial} {
46 $serial]
49 proc ::pt::pe::op::flatten {serial} {
52 $serial]
55 proc ::pt::pe::op::fusechars {serial} {
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport.tcl54 return [$self export serial [$obj serialize] $format]
57 method {export serial} {serial {format {}}} {
58 doctools::idx::structure verify $serial iscanonical
65 set serial [doctools::idx::structure canonicalize $serial]
72 return [$plugin do export $serial $configuration]
H A Dimport_docidx.tcl70 } serial]
81 return -code $code -errorinfo $ei -errorcode $ec $serial
84 return $serial
H A Dstructure.tcl23 typemethod verify {serial {canonvar {}}} {
25 if {[llength $serial] != 2} {
29 foreach {tag contents} $serial break
30 #struct::list assign $serial tag contents
117 typemethod verify-as-canonical {serial} {
118 $type verify $serial iscanonical
126 typemethod canonicalize {serial} {
127 $type verify $serial iscanonical
128 if {$iscanonical} { return $serial }
131 array set idx $serial
[all...]
H A Dcontainer.tcl215 set format serial
218 if {$format ne "serial"} {
231 set format serial
234 if {$format ne "serial"} {
253 set format serial
267 if {$format eq "serial"} {
302 set serial [list doctools::idx \
311 doctools::idx::structure verify-as-canonical $serial
313 set myidx(serial) $serial
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport.tcl54 return [$self export serial [$obj serialize] $format]
57 method {export serial} {serial {format {}}} {
58 doctools::toc::structure verify $serial iscanonical
65 set serial [doctools::toc::structure canonicalize $serial]
72 return [$plugin do export $serial $configuration]
H A Dimport_doctoc.tcl70 } serial]
81 return -code $code -errorinfo $ei -errorcode $ec $serial
84 return $serial
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Ddns-mode.el29 ;; C-c C-s Increment SOA serial.
30 ;; Understands YYYYMMDDNN, Unix time, and serial number formats,
31 ;; and complains if it fail to find SOA serial.
93 (defcustom dns-mode-soa-auto-increment-serial t
94 "Whether to increment the SOA serial number automatically.
96 If this variable is t, the serial number is incremented upon each save of
98 increment the serial upon saving. If nil, serials must be incremented
99 manually with \\[dns-mode-soa-increment-serial]."
118 (define-key map "\C-c\C-s" 'dns-mode-soa-increment-serial)
130 ["Increment SOA serial" dn
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/serial/test/
H A DNullClassCatalog.java9 package com.sleepycat.bind.serial.test;
15 import com.sleepycat.bind.serial.ClassCatalog;
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_ocsp.rb13 serial = 0xabcabcabcabd
21 subj, @key, serial, now, now+3600, [], @ca_cert, nil, dgst)
27 assert_equal @cert.serial, cid.serial
33 assert_equal @cert.serial, cid.serial
43 assert_equal cid.serial, request.certid.first.serial
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixFocus.c28 * The return value is the serial number of the command that changed the
50 unsigned int numChildren, serial;
64 serial = 0;
66 return serial;
121 * Remember the current serial number for the X server and issue a dummy
127 serial = NextRequest(winPtr->display);
143 return serial;
49 unsigned int numChildren, serial; local
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixFocus.c30 * The return value is the serial number of the command that
53 unsigned int numChildren, serial;
68 serial = 0;
70 return serial;
126 * Remember the current serial number for the X server and issue
132 serial = NextRequest(winPtr->display);
148 return serial;
52 unsigned int numChildren, serial; local
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dkrl.sh21 # A specification that revokes some certificates by serial numbers
22 # The serial pattern is chosen to ensure the KRL includes list, range and
25 serial: 1-4
26 serial: 10
27 serial: 15
28 serial: 30
29 serial: 50
30 serial: 999
32 serial: 500
33 serial
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DClassCatalog.java9 package com.sleepycat.bind.serial;
29 * {@link SerialOutput} or any of the serial bindings, the use of the catalog
H A DSerialBase.java9 package com.sleepycat.bind.serial;
14 * A base class for serial bindings creators that provides control over the
65 * Returns an empty SerialOutput instance that will be used by the serial
77 * @param object is the object to be written to the serial output, and may
/macosx-10.10/Security-57031.1.35/Security/libsecurity_mds/lib/
H A Dmdspriv.h39 const char *serial; member in struct:__anon4860
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dsoa_6.h29 isc_uint32_t serial; /*%< host order */ member in struct:dns_rdata_soa
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_create.sql4 id serial not null primary key,
13 id serial not null primary key,
20 id serial not null primary key,
35 id serial not null primary key,
51 id serial not null primary key,

Completed in 536 milliseconds

1234567891011>>