/dflybsd-src/lib/libc/rpc/ |
H A D | LICENSE | 8 making the Original Code available to a third party. 11 Original Code, and the Modifications made by that particular 18 1.4. "Executable" means Original Code in any form other 19 than Source Code. 22 identified as the Initial Developer in the Source Code 26 Code or portions thereof with code not governed by the terms 37 the substance or structure of either the Original Code or 41 containing Original Code or previous Modifications. 43 B. Any new file that contains any part of the Original Code 46 1.10. "Original Code" means Source Code of computer [all …]
|
/dflybsd-src/sys/contrib/dev/acpica/ |
H A D | changes.txt | 632 iASL: Added a custom iASL macro __EXPECT__(iASL-Error-Code). This macro 2416 Example Code and Data Size: These are the sizes for the OS-independent 2422 Non-Debug Version: 143.1K Code, 60.0K Data, 203.1K Total 2423 Debug Version: 204.0K Code, 84.3K Data, 288.3K Total 2425 Non-Debug Version: 141.7K Code, 58.5K Data, 200.2K Total 2426 Debug Version: 207.5K Code, 82.7K Data, 290.2K Total 2522 Example Code and Data Size: These are the sizes for the OS-independent 2528 Non-Debug Version: 141.7K Code, 58.5K Data, 200.2K Total 2529 Debug Version: 207.5K Code, 82.7K Data, 290.2K Total 2531 Non-Debug Version: 137.4K Code, 52.6K Data, 190.0K Total [all …]
|
/dflybsd-src/contrib/grep/lib/ |
H A D | trim.c | 35 # define IF_LINT(Code) Code argument 37 # define IF_LINT(Code) /* empty */ argument
|
/dflybsd-src/contrib/gcc-8.0/ |
H A D | COPYING.RUNTIME | 38 "Target Code" refers to output from any compiler for a real or virtual 41 phase. Notwithstanding that, Target Code does not include data in any 47 Java Virtual Machine byte code, into Target Code. Thus, for example, 61 You have permission to propagate a work of Target Code formed by 64 all Target Code was generated by Eligible Compilation Processes. You
|
/dflybsd-src/contrib/gcc-4.7/ |
H A D | COPYING.RUNTIME | 38 "Target Code" refers to output from any compiler for a real or virtual 41 phase. Notwithstanding that, Target Code does not include data in any 47 Java Virtual Machine byte code, into Target Code. Thus, for example, 61 You have permission to propagate a work of Target Code formed by 64 all Target Code was generated by Eligible Compilation Processes. You
|
/dflybsd-src/share/syscons/fonts/ |
H A D | INDEX.fonts | 72 cp437-8x14.fnt:fr:Code page 437 Anglais, 8x14 78 cp437-8x16.fnt:fr:Code page 437 Anglais, 8x16 84 cp437-thin-8x16.fnt:fr:Code page 437 Anglais, 8x16 (d�nn) 90 cp437-8x8.fnt:fr:Code page 437 Anglais, 8x8 96 cp437-thin-8x8.fnt:fr:Code page 437 Anglais, 8x8 (d�nn) 132 cp865-8x14.fnt:fr:Code page 865 Norv�gien, 8x14 138 cp865-8x16.fnt:fr:Code page 865 Norv�gien, 8x16 144 cp865-thin-8x16.fnt:fr:Code page 865 Norv�gien, 8x16 (fine) 150 cp865-8x8.fnt:fr:Code page 865 Norv�gien, 8x8 156 cp865-thin-8x8.fnt:fr:Code page 885 Norv�gien, 8x8 (fine) [all …]
|
/dflybsd-src/share/misc/ |
H A D | usb_hid_usages | 229 0x24 Security Code Character Entered 230 0x25 Security Code Character Erased 231 0x26 Security Code Cleared 1476 140 Bar Code Scanner 1478 0x01 Bar Code Badge Reader 1479 0x02 Bar Code Scanner 1480 0x03 Dumb Bar Code Scanner 1482 0x05 Bar Code Scanner Cradle 1491 0x18 Code 39 Control Report 1496 0x1D Code 128 Control Report [all …]
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | natinst | 4 # natinst: file(1) magic for National Instruments Code Files 16 >>10 string SB Code Resource File, data
|
H A D | apple | 350 # Code Signing related file types 351 0 belong 0xfade0c00 Mac OS X Code Requirement 355 0 belong 0xfade0c01 Mac OS X Code Requirement Set 359 0 belong 0xfade0c02 Mac OS X Code Directory 364 0 belong 0xfade0cc0 Mac OS X Detached Code Signature (non-executable) 367 0 belong 0xfade0cc1 Mac OS X Detached Code Signature
|
/dflybsd-src/usr.bin/ee/nls/de_DE.ISO8859-1/ |
H A D | ee.msg | 46 36 "^a ASCII-Code direkt ^i Tabulator ^r nach rechts " 58 48 "lesen : Datei �ffnen zeichen : ASCII-Code anzeigen " 68 58 "^a ASCII-Code ^x Weitersuchen ^z Zeile r�ckhl. ^d runter ^n Seite vor " 73 63 "lesen: Datei lesen |zeichen:ASCII-Code des Zeichens |0-9 : zur Zeile " 79 69 "ASCII-Code: "
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_ppmd7_private.h | 77 UInt32 Code; member 108 #define Ppmd7z_RangeDec_IsFinishedOK(p) ((p)->Code == 0)
|
H A D | archive_ppmd8_private.h | 68 UInt32 Code; member 123 #define Ppmd8_RangeDec_IsFinishedOK(p) ((p)->Code == 0)
|
H A D | archive_ppmd7.c | 751 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream); in Ppmd_RangeDec_Init() 752 return (p->Code < 0xFFFFFFFF); in Ppmd_RangeDec_Init() 773 return (p->Code - p->Low) / (p->Range /= total); in Range_GetThreshold() 787 p->Code = (p->Code << 8) | p->Stream->Read((void *)p->Stream); in Range_Normalize() 796 p->Code -= start * p->Range; in Range_Decode_7z() 814 if (p->Code < newBound) in Range_DecodeBit_7z() 822 p->Code -= newBound; in Range_DecodeBit_7z()
|
H A D | archive_ppmd8.c | 1129 p->Code = 0; in Ppmd8_RangeDec_Init() 1131 p->Code = (p->Code << 8) | p->Stream.In->Read(p->Stream.In); in Ppmd8_RangeDec_Init() 1132 return (p->Code < 0xFFFFFFFF); in Ppmd8_RangeDec_Init() 1137 return p->Code / (p->Range /= total); in RangeDec_GetThreshold() 1144 p->Code -= start; in RangeDec_Decode() 1150 p->Code = (p->Code << 8) | p->Stream.In->Read(p->Stream.In); in RangeDec_Decode() 1201 if (((p->Code / (p->Range >>= 14)) < *prob)) in Ppmd8_DecodeSymbol()
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | README-DPP | 106 Get QR Code of device using the bootstrap info id. 116 Enter the QR Code in the Configurator. 117 > dpp_qr_code "<QR-Code-read-from-enrollee>" 119 On successfully adding QR Code, a bootstrapping info id is returned.
|
/dflybsd-src/sbin/hammer2/zlib/ |
H A D | hammer2_zlib_trees.c | 163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 169 send_bits(s, tree[c].Code, tree[c].Len); } 307 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header() 347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 607 tree[n].Code = bi_reverse(next_code[len]++, len); in gen_codes() 610 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/ |
H A D | hammer2_zlib_trees.c | 163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 169 send_bits(s, tree[c].Code, tree[c].Len); } 307 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header() 347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 607 tree[n].Code = bi_reverse(next_code[len]++, len); in gen_codes() 610 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|
/dflybsd-src/sys/vfs/hammer2/zlib/ |
H A D | hammer2_zlib_trees.c | 163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 169 send_bits(s, tree[c].Code, tree[c].Len); } 307 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header() 347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 607 tree[n].Code = bi_reverse(next_code[len]++, len); in gen_codes() 610 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
|
/dflybsd-src/contrib/zlib-1.2/ |
H A D | trees.c | 161 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) 167 send_bits(s, tree[c].Code, tree[c].Len); } 304 static_dtree[n].Code = bi_reverse((unsigned)n, 5); in tr_static_init() 337 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code, in gen_trees_header() 343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code, in gen_trees_header() 600 tree[n].Code = (ush)bi_reverse(next_code[len]++, len); 603 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
|
/dflybsd-src/share/syscons/keymaps/ |
H A D | INDEX.keymaps | 95 danish.cp865.kbd:da:Dansk Code page 865 97 danish.cp865.kbd:fr:Danois Code page 865 157 german.cp850.kbd:fr:Allemand Code page 850 247 ru.cp866.kbd:fr:Russe Code page 866 (alternative) 311 swedish.cp850.kbd:fr:Su�dois Code page 850 326 swissfrench.cp850.kbd:fr:Suisse-Fran�ais Code Page 850 343 swissgerman.cp850.kbd:fr:Suisse-Allemand Code Page 850 358 uk.cp850.kbd:fr:Royaume Uni Code page 850
|
/dflybsd-src/contrib/mpfr/ |
H A D | COPYING.LESSER | 37 The "Corresponding Application Code" for a Combined Work means the 63 3. Object Code Incorporating Material from Library Header Files. 102 License, and the Corresponding Application Code in a form 124 Code. If you use option 4d1, you must provide the Installation
|
/dflybsd-src/contrib/mpc/ |
H A D | COPYING.LESSER | 37 The "Corresponding Application Code" for a Combined Work means the 63 3. Object Code Incorporating Material from Library Header Files. 102 License, and the Corresponding Application Code in a form 124 Code. If you use option 4d1, you must provide the Installation
|
/dflybsd-src/sys/dev/acpica/Osd/ |
H A D | OsdDebug.c | 78 fatal->Type, fatal->Code, fatal->Argument); in AcpiOsSignal()
|
/dflybsd-src/sys/netgraph7/bluetooth/hci/ |
H A D | TODO | 25 4) Code cleanup
|
/dflybsd-src/bin/sh/ |
H A D | TOUR | 34 EXCEPTIONS: Code for dealing with exceptions appears in 179 redir.c Code to handle redirection of input and output. 180 jobs.c Code to handle forking, waiting, and job control. 181 exec.c Code to do path searches and the actual exec sys call. 182 expand.c Code to evaluate arguments.
|