/ast/src/cmd/pax/ |
H A D | tar.sh | 37 [+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 D | Makefile | 58 data/extract.pax \
|
/ast/src/cmd/mailx/ |
H A D | main.c | 327 extract(&head, GBCC|GMETOO, optarg); 333 extract(&head, GCC|GMETOO, optarg); 455 extract(&head, GTO|GMETOO, argv[i]);
|
H A D | collect.c | 509 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 D | cmd3.c | 509 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 D | tty.c | 382 extract(hp, lp->type, buf);
|
H A D | cmd2.c | 565 extract(&head, GTO|GMETOO, str); 589 extract(&head, GTO|GMETOO, str);
|
H A D | names.c | 160 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 D | mailx.h | 936 extern void extract(struct header*, unsigned long, char*);
|
/ast/src/cmd/re/ |
H A D | testregex.c | 1080 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 D | look.c | 68 #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 D | shar.sh | 128 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 D | locale.c | 731 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 D | Makerules.mk | 4717 : extract $(*) objects in $(<)
|