| /freebsd-9-stable/contrib/libarchive/libarchive/ |
| D | archive_read_extract.c | 48 struct extract { struct 58 static struct extract *get_extract(struct archive_read *); 60 static struct extract * 65 if (a->extract == NULL) { in get_extract() 66 a->extract = (struct extract *)malloc(sizeof(*a->extract)); in get_extract() 67 if (a->extract == NULL) { in get_extract() 71 memset(a->extract, 0, sizeof(*a->extract)); in get_extract() 72 a->extract->ad = archive_write_disk_new(); in get_extract() 73 if (a->extract->ad == NULL) { in get_extract() 77 archive_write_disk_set_standard_lookup(a->extract->ad); in get_extract() [all …]
|
| D | archive_read_private.h | 173 struct extract *extract; member
|
| /freebsd-9-stable/contrib/opie/libopie/ |
| D | btoe.c | 34 static UINT4 extract __P((char *s, int start, int length)); 2101 p += extract(cp, i, 2); 2104 strncat(engout, Wp[extract(cp, 0, 11)], 4); 2106 strncat(engout, Wp[extract(cp, 11, 11)], 4); 2108 strncat(engout, Wp[extract(cp, 22, 11)], 4); 2110 strncat(engout, Wp[extract(cp, 33, 11)], 4); 2112 strncat(engout, Wp[extract(cp, 44, 11)], 4); 2114 strncat(engout, Wp[extract(cp, 55, 11)], 4); 2184 p += extract(b, i, 2); 2186 if ((p & 3) != extract(b, 64, 2)) { [all …]
|
| /freebsd-9-stable/usr.bin/clang/llvm-extract/ |
| D | Makefile | 5 PROG_CXX=llvm-extract 7 SRCDIR= tools/llvm-extract 8 SRCS= llvm-extract.cpp
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/build-aux/ |
| D | ar-lib | 154 extract= 165 x*) extract=yes ;; 181 case $delete$extract$list$quick$replace,$index in 209 elif test -n "$extract"; then
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | alpha-dis.c | 136 if (operand->extract) 137 (*operand->extract) (insn, &invalid); 171 if (operand->extract) 172 value = (*operand->extract) (insn, (int *) NULL);
|
| D | ppc-dis.c | 139 if (operand->extract) in operand_value_powerpc() 140 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc() 244 if (operand->extract) in print_insn_powerpc() 245 (*operand->extract) (insn, dialect, &invalid); in print_insn_powerpc()
|
| D | ia64-opc.c | 321 (*o1->extract) (o1, opcode, &f2); in opcode_verify() 322 (*o2->extract) (o2, opcode, &f3); in opcode_verify() 333 (*o1->extract) (o1, opcode, &len); in opcode_verify() 334 (*o2->extract) (o2, opcode, &count); in opcode_verify()
|
| /freebsd-9-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFDebugAbbrev.cpp | 15 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor data, in extract() function in DWARFAbbreviationDeclarationSet 22 while (abbrevDeclaration.extract(data, offset_ptr)) { in extract() 70 if (abbrevDeclSet.extract(data, &offset)) in parse()
|
| D | DWARFDebugAranges.cpp | 19 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { in extract() function in DWARFDebugAranges 28 while (Set.extract(DebugArangesData, &Offset)) { in extract() 57 extract(ArangesData); in generate()
|
| D | DWARFContext.cpp | 94 while (set.extract(arangesData, &offset)) in dump() 137 while (rangeList.extract(rangesData, &offset)) in dump() 289 if (!CU->extract(DIData, &offset)) { in parseCompileUnits() 311 if (!TU->extract(DIData, &offset)) in parseTypeUnits() 329 if (!DWOCU->extract(DIData, &offset)) { in parseDWOCompileUnits()
|
| D | DWARFDebugRangeList.h | 69 bool extract(DataExtractor data, uint32_t *offset_ptr);
|
| D | DWARFDebugArangeSet.h | 56 bool extract(DataExtractor data, uint32_t *offset_ptr);
|
| D | DWARFAbbreviationDeclaration.h | 46 bool extract(DataExtractor Data, uint32_t* OffsetPtr);
|
| /freebsd-9-stable/usr.bin/mail/ |
| D | cmd3.c | 216 np = extract(replyto, GTO); in dorespond() 218 np = extract(cp, GTO); in dorespond() 231 np = cat(np, extract(rcv, GTO)); in dorespond() 235 np = extract(rcv, GTO); in dorespond() 242 np = elide(extract(cp, GCC)); in dorespond() 594 head.h_to = cat(head.h_to, extract(cp, GTO)); in doRespond()
|
| D | tty.c | 115 extract(readtty("To: ", detract(hp->h_to, 0)), GTO); in grabh() 130 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC); in grabh() 138 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC); in grabh()
|
| /freebsd-9-stable/usr.sbin/pkg_install/add/ |
| D | perform.c | 67 char *extract; in pkg_do() local 133 extract = extract_contents; in pkg_do() 136 extract = NULL; in pkg_do() 144 if (unpack(pkg_fullname, extract)) { in pkg_do() 192 if (!extract && !inPlace && min_free(playpen) < sb.st_size * 4) { in pkg_do() 207 if (extract && unpack(pkg_fullname, NULL)) { in pkg_do()
|
| D | Makefile | 4 SRCS= main.c perform.c futil.c extract.c
|
| /freebsd-9-stable/contrib/libstdc++/scripts/ |
| D | extract_symvers | 53 tmp=extract.$$
|
| /freebsd-9-stable/tools/tools/scsi-defects/ |
| D | README | 1 Peter Dufault's tools to extract the primary or grown defect list from
|
| /freebsd-9-stable/usr.bin/clang/ |
| D | Makefile | 16 llvm-extract \
|
| /freebsd-9-stable/usr.sbin/pc-sysinstall/backend/ |
| D | functions-extractimage.sh | 73 … cvf - . 2>/dev/null | tar -xpv -C ${FSMNT} ${TAROPTS} -f - 2>&1 | tee -a ${FSMNT}/.tar-extract.log 78 cat ${FSMNT}/.tar-extract.log | grep "tar:" >>${LOGOUT}
|
| /freebsd-9-stable/contrib/gdb/ |
| D | FREEBSD-upgrade | 3 To strip down a new version of gdb for import, extract the files like this:
|
| /freebsd-9-stable/usr.bin/ar/ |
| D | acplex.l | 60 EXTRACT|extract { return (EXTRACT); }
|
| /freebsd-9-stable/contrib/binutils/include/opcode/ |
| D | ppc.h | 198 long (*extract) (unsigned long instruction, int dialect, int *invalid); member
|