| /mirbsd/src/usr.bin/file/magdir/ |
| D | dump | 1 # $OpenBSD: dump,v 1.3 2004/06/03 03:14:19 tedu Exp $ 4 # dump: file(1) magic for dump file format--for new and old dump filesystems 8 24 belong 60012 new-fs dump file (big endian), 9 >4 bedate x Previous dump %s, 10 >8 bedate x This dump %s, 27 24 belong 60011 old-fs dump file (big endian), 28 #>4 bedate x Previous dump %s, 29 #>8 bedate x This dump %s, 46 24 lelong 60012 new-fs dump file (little endian), 47 >4 ledate x This dump %s, [all …]
|
| D | convex | 22 # The following are a series of dump format magic numbers. Each one 23 # corresponds to a drastically different dump format. The first on is 24 # the original dump format on a 4.1 BSD or earlier file system. The 28 # a dump that is dependent on Convex Storage Manager, because data in 29 # secondary storage is not physically contained within the dump. 33 24 belong =60011 dump format, 4.1 BSD or earlier 34 24 belong =60012 dump format, 4.2 or 4.3 BSD without IDC 35 24 belong =60013 dump format, 4.2 or 4.3 BSD (IDC compatible) 36 24 belong =60014 dump format, Convex Storage Manager by-reference dump
|
| D | console | 7 # ROM dump format 9 0 string NES\032 iNES ROM dump, 72 0x100 string SEGA Sega MegaDrive/Genesis raw ROM dump 78 # genesis: file(1) magic for the Super MegaDrive ROM dump format 80 0x280 string EAGN Super MagicDrive ROM dump 88 # genesis: file(1) alternate magic for the Super MegaDrive ROM dump format 90 0x280 string EAMG Super MagicDrive ROM dump 105 #>1 byte 0xED Sega Master System/Game Gear ROM dump 106 #>1 byte 0x31 Sega Master System/Game Gear ROM dump 107 #>1 byte 0xDB Sega Master System/Game Gear ROM dump [all …]
|
| D | sinclair | 9 0 string =QL5 QL disk dump data, 15 # Sinclair QL OS dump (ThMO) 27 #>>>>49136 belong <47104 QL OS dump data,
|
| D | sgi | 146 0 belong 0xdeadadb0 IRIX core dump 150 0 belong 0xdeadad40 IRIX 64-bit core dump 153 # New style crash dump file 154 0 string \x43\x72\x73\x68\x44\x75\x6d\x70 IRIX vmcore dump of
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/ |
| D | store.t | 39 $dumped = &dump(\@a); 46 $got = &dump($root); 88 print "not " unless &dump($foo) eq &dump($r); 94 print "not " unless &dump(\@a) eq &dump($r); 100 print "not " unless &dump($foo) eq &dump($r); 106 print "not " unless &dump(\%a) eq &dump($r);
|
| D | freeze.t | 44 $dumped = &dump(\@a); 51 $got = &dump($root); 78 print "not " unless &dump($foo) eq &dump($root3); 82 print "not " unless &dump($foo) eq &dump($root); 85 print "not " unless &dump($root3) eq &dump($root); 93 print "not " unless &dump($root2) eq &dump($root);
|
| D | dclone.t | 40 $dumped = &dump(\@a); 43 $got = &dump($aref); 63 print "not " unless &dump($foo) eq &dump($r);
|
| D | st-dump.pl | 40 %dump = ( 99 croak "Unknown simple type '$ref'" unless defined $dump{$ref}; 101 &{$dump{$ref}}($object); # Dump object
|
| D | lock.t | 43 ok 2, $dumped = &dump(\@a); 48 ok 5, &dump($root) eq $dumped;
|
| D | retrieve.t | 60 $d1 = &dump($root); 62 $d2 = &dump($nroot);
|
| /mirbsd/src/usr.bin/vi/catalog/ |
| D | Makefile | 8 all: dump ${CAT} 75 english.base: dump ${FILES} #Makefile 76 ./dump ${FILES} |\ 83 dump: dump.c target 84 ${CC} -O -o dump dump.c 87 rm -f dump dump.o ${CAT} english.base *.check __ck1 __ck2
|
| /mirbsd/src/lib/libssl/src/crypto/asn1/ |
| D | asn1_par.c | 68 int offset, int depth, int indent, int dump); 111 int ASN1_parse_dump(BIO *bp, unsigned char *pp, long len, int indent, int dump) in ASN1_parse_dump() argument 113 return(asn1_parse2(bp,&pp,len,0,0,indent,dump)); in ASN1_parse_dump() 117 int depth, int indent, int dump) in asn1_parse2() argument 187 indent,dump); in asn1_parse2() 197 indent,dump); in asn1_parse2() 283 && dump) in asn1_parse2() 291 ((dump == -1 || dump > os->length)?os->length:dump), in asn1_parse2() 364 else if (len > 0 && dump) in asn1_parse2() 372 ((dump == -1 || dump > len)?len:dump), in asn1_parse2()
|
| /mirbsd/src/sbin/dump/ |
| D | Makefile | 15 PROG= dump 18 LINKS= ${BINDIR}/dump ${BINDIR}/rdump 19 MAN= dump.8 20 MLINKS+= dump.8 rdump.8
|
| /mirbsd/src/usr.sbin/isdn/isdntrace/ |
| D | q921.c | 145 goto dump; in decode_lapd() 153 goto dump; in decode_lapd() 167 goto dump; in decode_lapd() 175 goto dump; in decode_lapd() 224 goto dump; in decode_lapd() 235 goto dump; in decode_lapd() 238 dump: in decode_lapd()
|
| /mirbsd/src/usr.bin/script/ |
| D | script.c | 148 #define dump(buf, len) __dump(#buf, __func__, buf, len) macro 151 #define dump(buf, len) /* nothing */ macro 320 dump(ibuf, cc); in doinput() 322 dump(cbuf, cc); in doinput() 330 dump(ibuf, cc); in doinput() 354 dump(ubuf, cc); in doinput() 484 dump(obuf, cc); in dooutput() 508 dump(cbuf, cc); in dooutput() 514 dump(obuf, cc); in dooutput() 516 dump(ubuf, cc); in dooutput()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/t/ |
| D | Peek.t | 34 my $dump = <IN>; 35 print $dump, "\n" if $DEBUG; 36 print "got:\n[\n$dump\n]\nexpected:\n[\n$pattern\n]\nnot " 37 unless $dump =~ /\A$pattern\Z/ms;
|
| /mirbsd/src/distrib/common/ |
| D | Makefile.sparc-big | 16 set -A dump -- $$(dd if=${WRKDIR}/b_sparc.ldr bs=4 count=64 | \ 18 while (( i < 64 )); do [[ $${dump[i++]} = 2035560? ]] && break; done; \ 19 if [[ $$i = 64 || $${dump[i-1]} != 20355601 ]]; then \
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | asn1pars.c | 91 int informat,indent=0, noout = 0, dump = 0; in MAIN() local 157 dump= -1; in MAIN() 162 dump= atoi(*(++argv)); in MAIN() 163 if (dump <= 0) goto bad; in MAIN() 335 indent,dump)) in MAIN()
|
| /mirbsd/src/usr.sbin/route6d/ |
| D | route6d.c | 2853 FILE *dump; in ifdump() local 2857 dump = stderr; in ifdump() 2859 if ((dump = fopen(ROUTE6D_DUMP, "a")) == NULL) in ifdump() 2860 dump = stderr; in ifdump() 2862 fprintf(dump, "%s: Interface Table Dump\n", hms()); in ifdump() 2863 fprintf(dump, " Number of interfaces: %d\n", nifc); in ifdump() 2865 fprintf(dump, " %sadvertising interfaces:\n", i ? "non-" : ""); in ifdump() 2876 ifdump0(dump, ifcp); in ifdump() 2879 fprintf(dump, "\n"); in ifdump() 2880 if (dump != stderr) in ifdump() [all …]
|
| /mirbsd/src/sbin/routed/ |
| D | defs.h | 444 #define BADERR(dump,msg) logbad(dump,msg ": %s", strerror(errno)) argument 446 #define DBGERR(dump,msg) BADERR(dump,msg) argument 448 #define DBGERR(dump,msg) LOGERR(msg) argument
|
| /mirbsd/src/usr.bin/sudo/ |
| D | UPGRADE | 39 /sbin/dump 42 /sbin/dump as root. No password need be given for either 45 a password for /bin/ls and /sbin/dump the line could be written 49 (root) PASSWD:/bin/ls, /sbin/dump
|
| /mirbsd/src/gnu/usr.bin/perl/t/comp/ |
| D | parser.t | 19 like( $@, qr/syntax error/, 'syntax error, used to dump core' ); 24 'syntax error in string, used to dump core' );
|
| /mirbsd/src/distrib/tools/ |
| D | Makefile | 61 set -A dump -- $$(dd if=cddir/b_sparc.ldr bs=4 count=64 | \ 63 while (( i < 64 )); do [[ $${dump[i++]} = 2035560? ]] && break; done; \ 64 if [[ $$i = 64 || $${dump[i-1]} != 20355601 ]]; then \
|
| /mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | toke | 105 dump() better written as CORE::dump() 717 dump; 718 CORE::dump; 720 dump() better written as CORE::dump() at - line 4. 725 use subs qw/dump/; 726 sub dump { print "no warning for overriden dump\n"; } 727 dump; 729 no warning for overriden dump
|