Symbol: extract
bin/pax/extern.h
66
void extract (void);
bin/pax/pax.c
264
extract();
tools/regression/lib/libc-regex/testregex.c
1154
extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
tools/regression/lib/libc-regex/testregex.c
1907
extract(tabs, line, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test|TEST_OK);
tools/regression/lib/libc-regex/testregex.c
2029
skip = extract(tabs, line, re, s, ans, msg, "OK", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2045
skip = extract(tabs, line, re, s, ans, msg, "OK", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2066
skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2087
skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2097
skip = extract(tabs, line, re, s, ans, msg, codes[got].name, NiL, 0, 0, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2163
skip = extract(tabs, line, re, s, ans, msg, "NOMATCH", NiL, 0, 0, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2174
skip = extract(tabs, line, re, s, ans, msg, NiL, match, nmatch, nsub, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2187
skip = extract(tabs, line, re, s, ans, msg, "NOMATCH", NiL, 0, nsub, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2203
skip = extract(tabs, line, re, s, ans, msg, NiL, match, nmatch, nsub, skip, level, test|TEST_DELIMIT);
tools/regression/lib/libc-regex/testregex.c
2229
skip = extract(tabs, line, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
tools/regression/lib/libc-regex/testregex.c
2256
skip = extract(tabs, line, re, s, ans, msg, NiL, match, nmatch, nsub, skip, level, test|TEST_OK);
tools/regression/lib/libc-regex/testregex.c
2259
skip = extract(tabs, line, re, s, ans, msg, NiL, match, nmatch, nsub, skip, level, test|TEST_DELIMIT);
usr.bin/mail/cmd3.c
211
np = extract(replyto, GTO);
usr.bin/mail/cmd3.c
213
np = extract(cp, GTO);
usr.bin/mail/cmd3.c
226
np = cat(np, extract(rcv, GTO));
usr.bin/mail/cmd3.c
230
np = extract(rcv, GTO);
usr.bin/mail/cmd3.c
237
np = elide(extract(cp, GCC));
usr.bin/mail/cmd3.c
586
head.h_to = cat(head.h_to, extract(cp, GTO));
usr.bin/mail/collect.c
240
hp->h_to = cat(hp->h_to, extract(&linebuf[2], GTO));
usr.bin/mail/collect.c
264
hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
usr.bin/mail/collect.c
270
hp->h_bcc = cat(hp->h_bcc, extract(&linebuf[2], GBCC));
usr.bin/mail/extern.h
37
struct name *extract(char [], int);
usr.bin/mail/send.c
268
head.h_to = extract(str, GTO);
usr.bin/mail/tty.c
84
extract(readtty("To: ", detract(hp->h_to, 0)), GTO);
usr.bin/mail/tty.c
91
extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
usr.bin/mail/tty.c
95
extract(readtty("Bcc: ", detract(hp->h_bcc, 0)), GBCC);
usr.bin/unzip/unzip.c
894
extract(a, e);