Home
last modified time | relevance | path

Searched refs:EXTRACT (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Darlex.l51 "EXTRACT" { return EXTRACT; }
66 "extract" { return EXTRACT; }
H A Darparse.y54 %token EXTRACT
101 EXTRACT modulename
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Darlex.l50 "EXTRACT" { return EXTRACT; }
65 "extract" { return EXTRACT; }
H A Darparse.y54 %token EXTRACT
101 EXTRACT modulename
/openbsd-src/sbin/restore/
H A Drestore.c327 ip->e_flags |= EXTRACT; in nodeupdates()
369 np->e_flags |= EXTRACT; in nodeupdates()
594 ep->e_flags &= ~(NEW|EXTRACT); in createleaves()
614 if ((ep->e_flags & (NEW|EXTRACT)) == 0) in createleaves()
621 if ((ep->e_flags & EXTRACT) != 0) { in createleaves()
626 ep->e_flags &= ~(NEW|EXTRACT); in createleaves()
H A Dutilities.c231 if (ep->e_flags & (NEW|EXTRACT)) in lowerbnd()
249 if (ep->e_flags & (NEW|EXTRACT)) in upperbnd()
295 if (ep->e_flags & EXTRACT) in flagvalues()
H A Drestore.h90 #define EXTRACT 0x0001 /* entry is to be replaced from the tape */ macro
H A Dtape.c567 if (ep == NULL || ep->e_flags & EXTRACT) in extractfile()
/openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/
H A D90_symlink.t
/openbsd-src/gnu/usr.bin/perl/
H A Dconfigure.com168 $ IF (F$EXTRACT(0,1,P'i') .EQS. "-") THEN P'i' = P'i' - "-"
169 $ IF (F$EXTRACT(0,1,P'i') .EQS. "/") THEN P'i' = P'i' - "/"
175 $ IF (F$EXTRACT(0,1,P'i') .EQS. "d")
182 $ IF (F$EXTRACT(0,1,P'i') .EQS. "e")
189 $ IF (F$EXTRACT(0,1,P'i') .EQS. "f") ! "-f"
211 $ IF (F$EXTRACT(0,1,P'i') .EQS. "h") ! "-h"
218 $ IF (F$EXTRACT(0,1,P'i') .EQS. "m") ! "-m"
225 $ IF (F$EXTRACT(0,1,P'i') .EQS. "r") ! "-r"
232 $ IF (F$EXTRACT(0,1,P'i') .EQS. "s") ! "-s"
239 $ IF (F$EXTRACT(
[all...]
/openbsd-src/bin/pax/
H A Doptions.c660 act = EXTRACT; in pax_options()
691 case EXTRACT: in pax_options()
854 act = EXTRACT; in tar_options()
980 if (act == LIST || act == EXTRACT || arcname != NULL) in tar_options()
992 case EXTRACT: in tar_options()
1232 act = EXTRACT; in cpio_options()
1415 case EXTRACT: in cpio_options()
H A Dpax.c274 if (pmode == 0 || (act != EXTRACT && act != COPY)) { in main()
310 case EXTRACT: in main()
H A Dar_io.c110 case EXTRACT: in ar_open()
333 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0) { in ar_close()
1263 if (pmode == 0 || (act != EXTRACT && act != COPY)) { in ar_start_gzip()
H A Dpax.h58 #define EXTRACT 1 /* extract the files in an archive */ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h46 EXTRACT = 272, enumerator
221 #define EXTRACT 272 macro
H A Dbfin-lex.c1562 return EXTRACT;
H A Dbfin-parse.c73 EXTRACT = 272, enumerator
248 #define EXTRACT 272 macro
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c32 #define EXTRACT(a, offs, n_bits) \ macro
309 p.val = (dwordU) EXTRACT(val, 48 - end, end - start); in makelongparameter()
H A DChangeLog30 * crx-dis.c (EXTRACT): Make macro work on 64-bit hosts.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-lex.l166 [eE][xX][tT][rR][aA][cC][tT] return EXTRACT;
H A Dbfin-parse.y389 %token EXTRACT DEPOSIT EXPADJ SEARCH
1992 | REG ASSIGN EXTRACT LPAREN REG COMMA HALF_REG RPAREN xpmod
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.md788 ;; FIELD EXTRACT
/openbsd-src/gnu/usr.bin/binutils/binutils/doc/
H A Dbinutils.info422 `EXTRACT MODULE, MODULE, ... MODULE'
H A Dbinutils.texi596 @item EXTRACT @var{module}, @var{module}, @dots{} @var{module}
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/doc/
H A Dbinutils.texi599 @item EXTRACT @var{module}, @var{module}, @dots{} @var{module}

12