Searched refs:extract (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/pax/
H A Dtar.sh37 [+NAME?tar - create tape archives, and add or extract files]
58 [x:extract|get?Extract files from an archive.]
67 [k?On archive read only extract files that are newer than the target
72 [m:modification-time?Do not extract file modified time.]
80 [23:exclude-file]:[pattern?Do not extract matching the \bksh\b(1)
H A DMakefile58 data/extract.pax \
/ast/src/cmd/mailx/
H A Dmain.c327 extract(&head, GBCC|GMETOO, optarg);
333 extract(&head, GCC|GMETOO, optarg);
455 extract(&head, GTO|GMETOO, argv[i]);
H A Dcollect.c509 extract(hp, GBCC|GMETOO, &pp.buf[2]);
515 extract(hp, GCC|GMETOO, &pp.buf[2]);
688 extract(hp, GTO|GMETOO, &pp.buf[2]);
H A Dcmd3.c509 extract(&head, GTO, cp);
511 extract(&head, GCC, cp);
512 extract(&head, GTO|GFIRST|GMETOO, rp);
519 extract(&head, GTO, grab(mp, GREPLY, NiL));
H A Dtty.c382 extract(hp, lp->type, buf);
H A Dcmd2.c565 extract(&head, GTO|GMETOO, str);
589 extract(&head, GTO|GMETOO, str);
H A Dnames.c160 extract(struct header* hp, unsigned long flags, register char* s) function
168 note(DEBUG, "extract type=0x%08x data=\"%s\"%s", flags, s, (hp->h_clear & flags) ? " [clear]" : "");
H A Dmailx.h936 extern void extract(struct header*, unsigned long, char*);
/ast/src/cmd/re/
H A Dtestregex.c1080 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) function
1156 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
1909 extract(tabs, line, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test|TEST_OK);
2031 skip = extract(tabs, line, re, s, ans, msg, "OK", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2047 skip = extract(tabs, line, re, s, ans, msg, "OK", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2068 skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2089 skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2099 skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2165 skip = extract(tabs, line, re, s, ans, msg, "NOMATCH", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
2176 skip = extract(tab
[all...]
/ast/src/cmd/builtin/
H A Dlook.c68 #define EXTRACT(f,p,b,n) (((b)&&((f)&D_FLAG))?extract(p,b,n):(p))
71 extract(register const char* cp, char* buff, int len) function
/ast/src/cmd/std/
H A Dshar.sh128 extract=$"echo 'x -' extracting"
346 # Emit either a mkdir or a cat/sed to extract the file.
356 printf "\$quiet || $skipping %q $exists\nelse \$quiet || $extract %q '(%s)'\n" "$file" "$file" "$filetype"
H A Dlocale.c731 extract(Sfio_t* sp, register Keyword_t* key, void* data, unsigned int flags) function
892 extract(sp, key, state.conv, flags);
902 extract(sp, key, tmlocale(), flags);
/ast/src/cmd/nmake/
H A DMakerules.mk4717 : extract $(*) objects in $(<)

Completed in 43 milliseconds