Searched refs:EXTRACT (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Darlex.l50 "EXTRACT" { return EXTRACT; }
65 "extract" { return EXTRACT; }
H A Darparse.y54 %token EXTRACT
101 EXTRACT modulename
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacplex.l62 EXTRACT|extract { return (EXTRACT); }
H A Dacpyacc.y99 %token EXTRACT
198 : EXTRACT mod_list { arscp_extract($2); }
/freebsd-11-stable/usr.bin/ar/
H A Dacplex.l62 EXTRACT|extract { return (EXTRACT); }
H A Dacpyacc.y99 %token EXTRACT
198 : EXTRACT mod_list { arscp_extract($2); }
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib218 func_at_file "${1#@}" -EXTRACT "$archive"
222 $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
229 $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
/freebsd-11-stable/bin/pax/
H A Dpax.h56 #define EXTRACT 1 /* extract the files in an archive */ macro
H A Doptions.c524 act = EXTRACT;
555 case EXTRACT:
727 act = EXTRACT;
840 case EXTRACT:
1071 act = EXTRACT;
1237 case EXTRACT:
H A Dpax.c273 case EXTRACT:
H A Dar_io.c116 case EXTRACT:
339 if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
/freebsd-11-stable/sbin/restore/
H A Drestore.h87 #define EXTRACT 0x0001 /* entry is to be replaced from the tape */ macro
H A Drestore.c201 * EXTRACT - files that must be updated with new contents.
353 ip->e_flags |= EXTRACT;
395 np->e_flags |= EXTRACT;
618 ep->e_flags &= ~(NEW|EXTRACT);
637 if ((ep->e_flags & (NEW|EXTRACT)) == 0)
644 if ((ep->e_flags & EXTRACT) != 0) {
649 ep->e_flags &= ~(NEW|EXTRACT);
695 (ep->e_flags & (NEW|EXTRACT))) {
H A Dutilities.c292 if (ep->e_flags & (NEW|EXTRACT))
310 if (ep->e_flags & (NEW|EXTRACT))
355 if (ep->e_flags & EXTRACT)
356 (void) strcat(flagbuf, "|EXTRACT");
H A Dtape.c610 if (ep == NULL || ep->e_flags & EXTRACT)
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-dis.c32 #define EXTRACT(a, offs, n_bits) \ macro
298 p.val = (dwordU) EXTRACT (val, 48 - end, end - start);

Completed in 347 milliseconds