HomeSort by: relevance | last modified time | path
    Searched defs:extract (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dir.mk 63 all: {fetch,extract}{,-post}
65 fetch fetch-post extract extract-post: target
94 .PHONY: fetch fetch-post extract extract-post
  /src/lib/libskey/
put.c 24 static unsigned int extract(char *s, int start, int length);
2093 p += extract (cp, i, 2);
2097 strncat (engout, &Wp[extract (cp, 0, 11)][0], 4);
2099 strncat (engout, &Wp[extract (cp, 11, 11)][0], 4);
2101 strncat (engout, &Wp[extract (cp, 22, 11)][0], 4);
2103 strncat (engout, &Wp[extract (cp, 33, 11)][0], 4);
2105 strncat (engout, &Wp[extract (cp, 44, 11)][0], 4);
2107 strncat (engout, &Wp[extract (cp, 55, 11)][0], 4);
2163 p += extract (b, i, 2);
2165 if ((p & 3) != extract (b, 64, 2)
2287 static unsigned int extract(char *s, int start, int length) function in typeref:typename:unsigned int
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_list.h 73 void extract(Item *prev, Item *x) { function in struct:__sanitizer::IntrusiveList
  /src/usr.sbin/mdsetimage/
mdsetimage.c 63 int extract; variable in typeref:typename:int
111 extract = 1;
125 if (extract) {
159 if (extract) {
179 (extract ? "from" : "into"), kfile, left_to_copy);
191 if (extract) {
220 if (setsize && !extract) {
  /src/usr.bin/fsplit/
fsplit.c 104 struct extract { struct
110 static struct extract extonly[MAXEXTONLY];
  /src/usr.bin/mail/
names.c 128 * Extract a list of names from a line,
133 extract(char line[], int ntype) function in typeref:typename:PUBLIC struct name *
  /src/bin/pax/
ar_subs.c 288 * extract()
289 * extract the member(s) of an archive as specified by user supplied
294 extract(void) function in typeref:typename:int
365 * with -u or -D only extract when the archive member is newer
453 * all ok, extract this member based on type
495 * extract the file from the archive and skip over padding and
692 * (otherwise during an extract the file header for the file
1165 * routines to extract the header and id the trailer. Trailers may be
1408 * yuck, to avoid slow special case code in the extract
  /src/usr.bin/unzip/
unzip.c 69 static int c_opt; /* extract to stdout */
76 static int p_opt; /* extract to stdout, quiet */
395 * Extract a directory.
416 * unable to extract files into the directory we just created, or
508 * Extract to a file descriptor
594 * Extract a regular file.
685 * Extract a zipfile entry: first perform some sanity checks to ensure
700 extract(struct archive *a, struct archive_entry *e) function in typeref:typename:void
835 * Extract to memory to check CRC
941 extract(a, e)
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX-encoder.c 273 /* Extract this operand and return it. */
274 unsigned int (*extract) (tilegx_bundle_bits bundle); member in struct:tilegx_operand
9559 int raw_opval = op->extract (bits);

Completed in 25 milliseconds