HomeSort by: relevance | last modified time | path
    Searched refs:extract (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
dir.exp 13 Expanding "{fetch,extract}{,-post}"... Expanding "fetch{,-post}"... fetch fetch-post
14 Expanding "extract{,-post}"... fetch fetch-post extract extract-post
15 fetch fetch-post extract extract-post
41 : extract
42 : extract-post
dir.mk 63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post: target
94 .PHONY: fetch fetch-post extract extract-post
opt-debug-for.mk 14 # XXX: It is hard to extract any information from the debug log since
  /src/lib/libskey/
put.c 24 static unsigned int extract(char *s, int start, int length);
2093 p += extract (cp, i, 2);
2097 strncat (engout, &Wp[extract (cp, 0, 11)][0], 4);
2099 strncat (engout, &Wp[extract (cp, 11, 11)][0], 4);
2101 strncat (engout, &Wp[extract (cp, 22, 11)][0], 4);
2103 strncat (engout, &Wp[extract (cp, 33, 11)][0], 4);
2105 strncat (engout, &Wp[extract (cp, 44, 11)][0], 4);
2107 strncat (engout, &Wp[extract (cp, 55, 11)][0], 4);
2163 p += extract (b, i, 2);
2165 if ((p & 3) != extract (b, 64, 2)
2287 static unsigned int extract(char *s, int start, int length) function in typeref:typename:unsigned int
    [all...]
  /src/usr.sbin/mdsetimage/
mdsetimage.c 63 int extract; variable in typeref:typename:int
111 extract = 1;
125 if (extract) {
159 if (extract) {
179 (extract ? "from" : "into"), kfile, left_to_copy);
191 if (extract) {
220 if (setsize && !extract) {
  /src/common/lib/libc/arch/m68k/gen/
muldi3.S 80 movel %d4, %d0 | extract A(H)
94 clrl %d3 | extract B(H)
  /src/usr.bin/mail/
cmd3.c 234 extract(cp, GTO)->n_flink == NULL) { /* check for one recipient */
249 np = extract(__UNCONST("-f"), GSMOPTS);
250 np = cat(np, extract(cp, GSMOPTS));
291 hp->h_references = extract(references, GMISC);
292 hp->h_references = cat(hp->h_references, extract(in_reply_to, GMISC));
296 * Reply to a list of messages. Extract each name from the
321 np = extract(replyto, GTO);
323 np = extract(cp, GTO);
336 np = cat(np, extract(rcv, GTO));
340 np = extract(rcv, GTO)
    [all...]
tty.c 326 extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
333 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
337 extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
collect.c 554 hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));
567 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
573 hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
extern.h 222 struct name * extract(char [], int);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_list_test.cc 131 l.extract(x, y);
136 l.extract(x, z);
  /src/usr.bin/fsplit/
fsplit.c 104 struct extract { struct
110 static struct extract extonly[MAXEXTONLY];
  /src/common/dist/zlib/
make_vms.com 142 $ if f$extract(0,6,work) .nes. "#undef"
144 $ if f$extract(0,12,work) .nes. "#cmakedefine"
324 $ ccopt = ccopt + f$extract(start,len,cparm)
333 $ lopts = lopts + f$extract(start,len,cparm)
339 $ cc_com = f$extract(start,len,cparm)
356 $ mmks = f$extract(start,len,cparm)
492 $ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop
529 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
549 $ libdefs = f$extract(0,in_ldef,libdefs) + -
550 f$extract(in_ldef + f$length(cdef) + 1,
    [all...]
  /src/common/lib/libc/arch/sparc/gen/
mul.S 156 sra %o4, 20, %o1 ! ... and extract high part of result
  /src/lib/libc/arch/mips/gen/
setjmp.S 85 and v1, v1, SS_ONSTACK # extract onstack flag
ldexp.S 154 sll t2, v1, 31 - 20 # clear exponent, extract fraction
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_list.h 73 void extract(Item *prev, Item *x) { function in struct:__sanitizer::IntrusiveList
sanitizer_quarantine.h 174 // Extract enough chunks from the quarantine to get below the max
266 list_.extract(current, extracted);
  /src/distrib/notes/common/
extract-contrib-string.pl 31 # Extract BSD-mandated copyright messages for NetBSD documentation
35 # | perl extract-contrib-string.pl
43 # perl extract-contrib-string.pl [-d] [-h] [-x] [-?]
103 " perl extract-contrib-string.pl [-h] [-x] [-?] [-d]\n" .
  /src/bin/pax/
extern.h 90 int extract(void);
pax.c 107 int to_stdout; /* extract to stdout */
118 int secure = 1; /* don't extract names that contain .. */
266 * For EXTRACT (pax -r) without --insecure, also save the path
276 if (act == EXTRACT && secure) {
308 case EXTRACT:
309 rval = extract();
  /src/lib/libc/compat/arch/mips/gen/
compat_setjmp.S 86 and v1, v1, SS_ONSTACK # extract onstack flag
  /src/usr.bin/unzip/
unzip.c 69 static int c_opt; /* extract to stdout */
76 static int p_opt; /* extract to stdout, quiet */
395 * Extract a directory.
416 * unable to extract files into the directory we just created, or
508 * Extract to a file descriptor
594 * Extract a regular file.
685 * Extract a zipfile entry: first perform some sanity checks to ensure
700 extract(struct archive *a, struct archive_entry *e) function in typeref:typename:void
835 * Extract to memory to check CRC
941 extract(a, e)
    [all...]
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 710 andi.w &0x007f,%d1 # extract extension
953 andi.w &0x007f,%d1 # extract extension
1310 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
1338 andi.b &0x38,%d0 # extract bits 3-5
1441 bfextu EXC_CMDREG(%a6){&0:&6},%d0 # extract opclass,src fmt
1855 bfextu 1+EXC_CMDREG(%a6){&1:&7},%d1 # extract extension
1883 andi.b &0x38,%d0 # extract bits 3-5
2312 bfextu EXC_EXTWORD(%a6){&3:&3},%d0 # extract src specifier
2604 andi.w &0x007f,%d1 # extract extension
3199 bfextu %d0{&19:&3},%d0 # extract dst format fiel
    [all...]
  /src/sys/stand/efiboot/bootarm/
cache.S 95 ubfx r0, r3, #4, #18 @ extract set bits

Completed in 29 milliseconds

1 2