| /openbsd/src/gnu/usr.bin/perl/dist/Storable/t/ |
| D | hugeids.t | 335 my ($self, $cloning, $ser, $data) = @_; 340 $self->{id} = $ser+0; 365 my ($self, $cloning, $ser) = @_; 367 $self->{size} = length $ser;
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/sh/ |
| D | embed.mt | 2 TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o
|
| D | linux.mt | 2 TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o solib.o solib-svr4.o so…
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/config/h8300/ |
| D | h8300.mt | 2 TDEPFILES= h8300-tdep.o remote-e7000.o ser-e7kpc.o monitor.o remote-hms.o dsrec.o
|
| /openbsd/src/sys/dev/ic/ |
| D | ami.c | 1977 char ser[32 + 1]; in ami_disk() local 2010 bcopy(vpdbuf->serial, ser, sizeof ser - 1); in ami_disk() 2011 ser[sizeof ser - 1] = '\0'; in ami_disk() 2012 if (_2btol(vpdbuf->hdr.page_length) < sizeof ser) in ami_disk() 2013 ser[_2btol(vpdbuf->hdr.page_length)] = '\0'; in ami_disk() 2014 strlcpy(bd->bd_serial, ser, sizeof(bd->bd_serial)); in ami_disk() 2177 char ser[32 + 1]; in ami_ioctl_disk() local 2258 bcopy(vpdbuf->serial, ser, sizeof ser - 1); in ami_ioctl_disk() 2259 ser[sizeof ser - 1] = '\0'; in ami_ioctl_disk() 2261 sizeof(ser)) in ami_ioctl_disk() [all …]
|
| /openbsd/src/usr.bin/openssl/ |
| D | x509.c | 1064 ASN1_INTEGER *ser; in x509_main() local 1066 ser = X509_get_serialNumber(x); in x509_main() 1067 if (ser == NULL) in x509_main() 1069 bnser = ASN1_INTEGER_to_BN(ser, NULL); in x509_main() 1076 ser = BN_to_ASN1_INTEGER(bnser, NULL); in x509_main() 1077 if (ser == NULL) { in x509_main() 1082 i2a_ASN1_INTEGER(out, ser); in x509_main() 1083 ASN1_INTEGER_free(ser); in x509_main()
|
| D | ocsp.c | 95 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser); 1347 lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial() argument 1355 bn = ASN1_INTEGER_to_BN(ser, NULL); in lookup_serial()
|
| /openbsd/src/gnu/gcc/libcpp/po/ |
| D | ca.po | 209 msgstr "els noms de macro han de ser identificadors" 369 msgstr "el predicat ha de ser un identificador" 474 msgstr "aquest �s de \"defined\" podria no ser portable" 574 msgstr "un o m�s fitxers PCH varen ser trobats, per� varen ser inv�lids" 602 msgstr "M�ltiples gu�rdies d'inclusi� poden ser �tils per a:\n" 606 msgstr "cppchar_t ha de ser d'un tipus unsigned" 615 msgstr "l'aritm�tica de CPP ha de ser almenys tan precisa com un int de l'objectiu" 800 msgstr "els par�metres de macro han de ser separats per comes" 846 msgstr "l'argument de macro \"%s\" hauria de ser convertit en cadena en C traditional"
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/t/ |
| D | file.t | 295 $ok= GetVolumeInformation( $drive, $vol, 64, $ser, $max, $flag, $fs, 16 ); 298 $vol= $ser= $max= $flag= $fs= ""; # Prevent warnings.
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1999 | 648 * ser-pipe.c: Include <string.h> for memset(). 2346 * ser-unix.c (fd_event): Delete fd parameter. Use scb->fd, 2381 * ser-unix.c: Add some notes on how the async code works. 2494 * ser-unix.c (generic_readchar): Make SERIAL_ERROR sticky. 2509 * ser-unix.c (push_event, fd_event, reschedule): New functions. 2519 * ser-unix.c (ser_unix_readchar): Delete code working around ASYNC 2551 * ser-unix.c (ser_unix_flush_input): New function. Discard input 2555 * ser-unix.h (ser_unix_flush_input): Update. 2556 ser-tcp.c (_initialize_ser_tcp), ser-pipe.c 2559 * ser-unix.c (hardwire_write): Delete. [all …]
|
| D | ChangeLog-1993 | 285 * ser-go32.c: Lint. (strncasecmp): Removed, now in libiberty. 322 * ser-unix.c (set_tty_state): set the rest of the terminal state 369 * config/mips/irix4.mh: Enable ser-tcp.o. 1209 procfs.c, remote-udi.c, ser-go32.c, ultra3-xdep.c, sh-tdep.c, 1638 * inflow.c, ser-unix.c, ser-go32.c, ser-tcp.c, serial.h, 2444 * ser-tcp.c (tcp_restore): comment out declaration. Appears 2446 * ser-unix.c (hardwire_restore): comment out declaration. Appears 3026 * ser-unix.c (get_tty_state): if a descriptor is not a tty, then 3109 * ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep. 3141 * ser-go32.c: Define job_control variable. [all …]
|
| D | ChangeLog-1997 | 597 * ser-e7kpc.c (get_ds_base): Only use under Windows. 730 * ser-e7kpc.c: Don't include w32sut.h. We no longer use the UT 841 * config/powerpc/ppcle-sim.mt: ser-ocd.c needs to be before 853 * ser-ocd.c (ocd_readchar): error if we attempt to read past 973 * ser-ocd.c (ocd_write): Conditionalize on _WIN32 instead of 981 * config/i386/cygwin32.mh: Stop including ocd.o ser-ocd.o. 985 * config/powerpc/ppcle-sim.mt: Include ser-ocd.o. 1036 * ser-ocd.c: If _WIN32, include <windows.h>. 1061 ser-ocd.c serial interface which communicates with Wigglers.dll, 1068 * ser-ocd.c: add buffer to contain responses from sending a [all …]
|
| D | Makefile.in | 551 serial.c ser-unix.c source.c \ 765 ser_unix_h = ser-unix.h 1412 ser-go32.c ser-pipe.c ser-tcp.c \
|
| D | configure.in | 1200 dnl Figure out which of the many generic ser-*.c files the _host_ supports. 1201 SER_HARDWIRE="ser-unix.o ser-pipe.o ser-tcp.o" 1203 *go32* ) SER_HARDWIRE=ser-go32.o ;; 1204 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
|
| D | ChangeLog-2000 | 175 remote-udi.c, remote-vx.c, remote.c, rs6000-nat.c, ser-pipe.c, 390 * ser-pipe.c (pipe_open): Only use vfork when available. 399 * ser-unix.c (wait_for): Initialize the FD_SET before every select 431 * ser-e7kpc.c (e7000pc_setstopbits): New function. 1167 mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c, 1271 * ser-unix.c (do_unix_readchar): Coding style improvement only. 1657 * ser-unix.c (do_unix_readchar): Prevent infinite read wait to be 2791 ser-e7kpc.c, ser-go32.c, ser-mac.c, ser-ocd.c, ser-unix.c, 3286 ser-go32.c. 3326 * ser-unix.c (do_unix_readchar): Revert Tue Mar 28 18:19:50 2000 [all …]
|
| D | ChangeLog-2001 | 344 * ser-tcp.c (tcp_open): Disable Nagle algorithm which 688 * ser-tcp.c: Conditionally include sys/filio.h. 828 * ser-tcp.c (tcp_open): Rewrite to use a non-blocking connect. 3342 * ser-tcp.c (tcp_open): Use `localhost' as default host if no 3803 * ser-unix.c: Update. 4099 * ser-e7kpc.c: Update. 4102 * ser-tcp.c: Update. 4103 * ser-go32.c: Update. 4109 * ser-pipe.c: Update. 4110 * ser-unix.c: Update. [all …]
|
| D | ChangeLog-1995 | 456 * config/i386/linux.mt (XDEPFILES): Include ser-tcp.o. 961 (ser-mac.o): Add rule. 1284 * ser-unix.c (terminal.h): Include instead of havig 2075 * config/pa/hppabsd.mh (XDEPFILES): Add ser-tcp.o. 2114 * ser-unix.c (hardwire_noflush_set_tty_state): Enclose otherwise 2408 * ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud. 2487 * ser-tcp.c (tcp_open): Retry connection if we get ECONNREFUSED. 3017 * ser-mac.c (mac-setbaudrate): Make it actually set baud rates. 3144 * ser-mac.c (mac_open): Clarify error message. 3178 * ser-mac.c (MacSerial.h): Include instead of Serial.h. [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | m88k.h | 235 #define ser 29 macro
|
| D | avr.h | 173 AVR_INSN (ser, "d", "11101111dddd1111", 1, AVR_ISA_1200, 0xef0f)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | avr.h | 179 AVR_INSN (ser, "d", "11101111dddd1111", 1, AVR_ISA_1200, 0xef0f)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/po/ |
| D | ca.po | 61 msgstr "el segon argument de \"__builtin_prefetch\" deu ser una constant" 69 msgstr "el tercer argument de \"__builtin_prefetch\" deu ser una constant" 88 msgstr "l'argument de \"__builtin_args_info\" deu ser constant" 151 msgstr "el segon argument de \"__builtin_expect\" deu ser una constant" 155 msgstr "el segon argument de _builtin_longjump deu ser 1" 392 msgstr "l'atribut de secci� no pot ser especificat per a les variables locals" 423 msgstr "l'alineaci� no pot ser especificada per a \"%s\"" 440 msgstr "l'argument de visibilitat deu ser \"default\", \"hidden\", \"protected\" o \"internal\"" 448 msgstr "l'argument de tls_model deu ser \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"gl… 509 msgstr "valor void no ignorat com deuria ser" [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gprof/po/ |
| D | pt_BR.po | 283 msgstr "%s: o arquivo � muito pequeno para ser um arquivo gmon\n" 434 msgstr "%s: Apenas um de --function-ordering e --file-ordering pode ser especificado.\n"
|
| /openbsd/src/gnu/usr.bin/binutils/gprof/po/ |
| D | pt_BR.po | 283 msgstr "%s: o arquivo � muito pequeno para ser um arquivo gmon\n" 434 msgstr "%s: Apenas um de --function-ordering e --file-ordering pode ser especificado.\n"
|
| /openbsd/src/usr.bin/sndiod/ |
| D | dev.c | 1532 unsigned int i, ser, bestser, bestidx; in slot_new() local 1590 ser = slot_serial - s->serial; in slot_new() 1591 if (ser > bestser) { in slot_new() 1592 bestser = ser; in slot_new()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrHFP.td | 153 def SER : BinaryRR<"ser", 0x3B, null_frag, FP32, FP32>;
|