Searched refs:serial (Results 226 - 250 of 404) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_pkcs12.rb187 :serial,
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXClipboard.c70 event.xany.serial = NextRequest(Tk_Display(clipboardOwner));
H A DtkMacOSXEmbed.c542 event.xfocus.serial = LastKnownRequestProcessed(topLevelPtr->display);
953 event.xfocus.serial = LastKnownRequestProcessed(display);
1108 event.xany.serial =
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXWindowEvent.c562 event.xany.serial = Tk_Display(winPtr)->request;
692 event.xany.serial = dispPtr->display->request;
740 event.xconfigure.serial = Tk_Display(tkwin)->request;
854 event.xany.serial = Tk_Display(tkwin)->request;
H A DtkMacOSXEmbed.c558 event.xfocus.serial = LastKnownRequestProcessed(topLevelPtr->display);
979 event.xfocus.serial = LastKnownRequestProcessed(display);
1137 event.xany.serial =
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/
H A DEventExample.java21 import com.sleepycat.bind.serial.SerialBinding;
22 import com.sleepycat.bind.serial.StoredClassCatalog;
198 * for the serial binding used below. This avoids storing class
209 * Create a serial binding for Event data objects. Serial
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dreglib.h373 int serial; member in struct:Binary_s
498 short serial; /* subpattern number */ member in struct:Rex_s
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_ca.in254 --serial-number="deadbeaf" \
264 --serial-number="deadbeaf22" \
312 --serial-number="deadbeaf" \
H A Dcert.c1419 * Get serial number of the certificate.
1422 * @param i serial number, should be freed ith der_free_heim_integer().
3104 * Set the issuer and serial number of match in the query
3105 * controller. The function make copies of the isser and serial number.
3122 if (q->serial) {
3123 der_free_heim_integer(q->serial);
3124 free(q->serial);
3126 q->serial = malloc(sizeof(*q->serial));
3127 if (q->serial
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp324 uint32_t serial = 0; local
373 serial = (edid->serialNumber[3] << 24)
377 if (serial == 0x01010101) serial = 0;
379 DEBG(framebuffer->thisName, " vendor/product/serial 0x%02x/0x%02x/0x%x\n",
380 vendor, product, serial );
426 setProperty( kDisplaySerialNumber, serial, 32);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustSettings.cpp1015 /* extract issuer and serial number from the cert, if it's a cert */
1017 CFRef<CFDataRef> serial; local
1019 copyIssuerAndSerial(certRef, issuer.take(), serial.take());
1024 serial = CFDataCreate(NULL, &dummy, 0);
1047 CFDictionaryAddValue(certDict, kTrustRecordSerialNumber, serial);
1476 /* serial number */
1479 trustSettingsDbg("TrustSettings::validatePropList: missing serial number");
1480 abort("missing serial number", errSecInvalidTrustedRootRecord);
1483 trustSettingsDbg("TrustSettings::validatePropList: malformed serial number");
1484 abort("malformed serial numbe
1534 copyIssuerAndSerial( SecCertificateRef certRef, CFDataRef *issuer, CFDataRef *serial) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustSettings.cpp1015 /* extract issuer and serial number from the cert, if it's a cert */
1017 CFRef<CFDataRef> serial; local
1019 copyIssuerAndSerial(certRef, issuer.take(), serial.take());
1024 serial = CFDataCreate(NULL, &dummy, 0);
1047 CFDictionaryAddValue(certDict, kTrustRecordSerialNumber, serial);
1476 /* serial number */
1479 trustSettingsDbg("TrustSettings::validatePropList: missing serial number");
1480 abort("missing serial number", errSecInvalidTrustedRootRecord);
1483 trustSettingsDbg("TrustSettings::validatePropList: malformed serial number");
1484 abort("malformed serial numbe
1534 copyIssuerAndSerial( SecCertificateRef certRef, CFDataRef *issuer, CFDataRef *serial) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrustSettings.cpp1015 /* extract issuer and serial number from the cert, if it's a cert */
1017 CFRef<CFDataRef> serial; local
1019 copyIssuerAndSerial(certRef, issuer.take(), serial.take());
1024 serial = CFDataCreate(NULL, &dummy, 0);
1047 CFDictionaryAddValue(certDict, kTrustRecordSerialNumber, serial);
1476 /* serial number */
1479 trustSettingsDbg("TrustSettings::validatePropList: missing serial number");
1480 abort("missing serial number", errSecInvalidTrustedRootRecord);
1483 trustSettingsDbg("TrustSettings::validatePropList: malformed serial number");
1484 abort("malformed serial numbe
1534 copyIssuerAndSerial( SecCertificateRef certRef, CFDataRef *issuer, CFDataRef *serial) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/comm/
H A Dcomm.tcl78 # $ch,serial next serial number for commands
85 # $ch,pending,$id list of outstanding send serial numbers for id
88 # $ch,result,$serial result value set here to wake up sender
89 # $ch,return,$serial return codes to go along with result
317 unset comm($chan,serial)
406 set comm($chan,serial) 0
471 set ser [incr comm($chan,serial)]
473 ### if {$comm($chan,serial) == 0x7fffffff} {set comm($chan,serial)
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_neoclock4x.c125 char serial[7]; member in struct:neoclock4x_unit
186 * Open serial port. Use CLK line discipline, if available.
199 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcgetattr) can't query serial port settings: %m", unit);
213 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcsetattr) can't set serial port 2400 8N2: %m", unit);
221 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcgetattr) can't query serial port settings: %m", unit);
234 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcsetattr) can't set serial port 2400 8N2: %m", unit);
243 msyslog(LOG_CRIT, "NeoClock4X(%d): (TCGETA) can't query serial port settings: %m", unit);
256 msyslog(LOG_CRIT, "NeoClock4X(%d): (TSGETA) can't set serial port 2400 8N2: %m", unit);
268 /* NeoClock4x is powered from serial line */
311 * use 169.583333 ms to compensate the serial lin
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java32 import com.sleepycat.bind.serial.SerialInput;
33 import com.sleepycat.bind.serial.SerialOutput;
34 import com.sleepycat.bind.serial.test.TestClassCatalog;
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A Demulator.c531 char serial[32]; local
574 snprintf ( serial, 32, "APPLE Virtual LUN %qd", logicalUnit );
575 bcopy ( serial, ( char * ) &page80.header.PRODUCT_SERIAL_NUMBER, 32 );
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Dhost.c657 isc_uint32_t serial = 0; local
686 serial = strtoul(isc_commandline_argument + 5,
714 lookup->ixfr_serial = serial;
H A Ddig.c1320 isc_uint32_t serial; local
1323 result = parse_uint(&serial, &value[5],
1324 MAXSERIAL, "serial number");
1326 fatal("Couldn't parse serial number");
1327 (*lookup)->ixfr_serial = serial;
1569 "serial number\n");
1579 isc_uint32_t serial; local
1583 result = parse_uint(&serial,
1586 "serial number");
1589 "serial numbe
[all...]
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DInternal.c551 * Update the pane serial number.
553 p_ptr->serial = p_num;
697 * If the selection serial numbers are out of order, begin
699 * and serial number.
701 * When selections are created they are given a serial number of
703 * its initial coordinates and serial number.
705 if (s_ptr->serial != s_num) {
709 s_ptr->serial = s_num;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_param.tcl107 proc ::pt::peg::to::param::convert {serial} {
115 ::pt::peg verify-as-canonical $serial
118 array set peg $serial
H A Dpt_peg_to_tclparam.tcl128 proc ::pt::peg::to::tclparam::convert {serial} {
143 ::pt::peg verify-as-canonical $serial
146 array set peg $serial
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSDictionary.cpp548 if(defaults->serial) {
549 tmpStr = CFStringCreateWithCString(NULL, defaults->serial, kCFStringEncodingUTF8);
555 MPDebug("setDefaults: error creating CFString for serial number");
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dsoa_6.c86 "serial", "refresh", "retry", "expire", "minimum"
295 RETERR(uint32_tobuffer(soa->serial, target));
333 soa->serial = uint32_fromregion(&region);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhi-lock.el576 (let* ((serial (hi-lock-string-serialize regexp))
590 (overlay-put overlay 'hi-lock-overlay-regexp serial)
646 (defvar hi-lock-string-serialize-serial 1
652 "Return unique serial number for STRING."
657 (setq hi-lock-string-serialize-serial
658 (1+ hi-lock-string-serialize-serial))
660 hi-lock-string-serialize-serial)))

Completed in 324 milliseconds

1234567891011>>