| /src/usr.bin/make/unit-tests/ |
| H A D | 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
|
| H A D | dir.mk | 63 all: {fetch,extract}{,-post} 65 fetch fetch-post extract extract-post: target 94 .PHONY: fetch fetch-post extract extract-post
|
| H A D | opt-debug-for.mk | 14 # XXX: It is hard to extract any information from the debug log since
|
| /src/lib/libskey/ |
| H A D | 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 ( 2287 static unsigned int extract(char *s, int start, int length) function in typeref:typename:unsigned int [all...] |
| /src/usr.sbin/mdsetimage/ |
| H A D | 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/sys/dev/usb/ |
| H A D | umcpmio_gpio.c | 1263 uint8_t *extract) 1281 extract[0] = mcp2210_get_gpio_sram_res.gp0_designation; 1282 extract[1] = mcp2210_get_gpio_sram_res.gp1_designation; 1283 extract[2] = mcp2210_get_gpio_sram_res.gp2_designation; 1284 extract[3] = mcp2210_get_gpio_sram_res.gp3_designation; 1285 extract[4] = mcp2210_get_gpio_sram_res.gp4_designation; 1286 extract[5] = mcp2210_get_gpio_sram_res.gp5_designation; 1287 extract[6] = mcp2210_get_gpio_sram_res.gp6_designation; 1288 extract[7] = mcp2210_get_gpio_sram_res.gp7_designation; 1289 extract[ 1262 umcpmio_extract_gpio_sram(struct umcpmio_softc * sc,uint8_t * extract) argument 1329 uint8_t extract[UMCPMIO_MAX_GPIO_PINS + 3]; local in function:umcpmio_gpio_attach [all...] |
| /src/common/lib/libc/arch/m68k/gen/ |
| H A D | muldi3.S | 80 movel %d4, %d0 | extract A(H) 94 clrl %d3 | extract B(H)
|
| /src/usr.bin/mail/ |
| H A D | 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)); 321 np = extract(replyto, GTO); 323 np = extract(cp, GTO); 336 np = cat(np, extract(rcv, GTO)); 340 np = extract(rcv, GTO); 347 np = elide(extract(c [all...] |
| H A D | 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);
|
| H A D | 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));
|
| H A D | extern.h | 222 struct name * extract(char [], int);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_list_test.cc | 131 l.extract(x, y); 136 l.extract(x, z);
|
| /src/usr.bin/fsplit/ |
| H A D | fsplit.c | 104 struct extract { struct 110 static struct extract extonly[MAXEXTONLY];
|
| /src/common/dist/zlib/ |
| H A D | 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_lde [all...] |
| /src/lib/libc/arch/mips/gen/ |
| H A D | setjmp.S | 85 and v1, v1, SS_ONSTACK # extract onstack flag
|
| H A D | ldexp.S | 154 sll t2, v1, 31 - 20 # clear exponent, extract fraction
|
| /src/common/lib/libc/arch/sparc/gen/ |
| H A D | mul.S | 156 sra %o4, 20, %o1 ! ... and extract high part of result
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_list.h | 73 void extract(Item *prev, Item *x) { function in struct:__sanitizer::IntrusiveList
|
| H A D | sanitizer_quarantine.h | 266 list_.extract(current, extracted);
|
| /src/lib/libc/compat/arch/mips/gen/ |
| H A D | compat_setjmp.S | 86 and v1, v1, SS_ONSTACK # extract onstack flag
|
| /src/bin/pax/ |
| H A D | extern.h | 90 int extract(void);
|
| H A D | pax.c | 107 int to_stdout; /* extract to stdout */ 118 int secure = 1; /* don't extract names that contain .. */ 309 rval = extract();
|
| /src/usr.bin/unzip/ |
| H A D | unzip.c | 69 static int c_opt; /* extract to stdout */ 76 static int p_opt; /* extract to stdout, quiet */ 416 * unable to extract files into the directory we just created, or 700 extract(struct archive *a, struct archive_entry *e) function in typeref:typename:void 941 extract(a, e);
|
| /src/sys/arch/m68k/060sp/dist/ |
| H A D | 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 ds [all...] |
| /src/sys/stand/efiboot/bootarm/ |
| H A D | cache.S | 95 ubfx r0, r3, #4, #18 @ extract set bits
|