Searched refs:bsdcat (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/libarchive/cat/
H A Dcmdline.c43 #include "bsdcat.h"
55 * defined in bsdcat.h. Also note that so far I've found no need
75 * has, of course, been shamelessly tailored for bsdcat. (If you're
93 * early bsdcat as a way to access long options on platforms that did
104 * bsdcat.c.
113 bsdcat_getopt(struct bsdcat *bsdcat) argument
124 bsdcat->argument = NULL;
127 if (bsdcat->getopt_state == state_start) {
129 ++bsdcat
[all...]
H A Dbsdcat.c27 __FBSDID("$FreeBSD: releng/11.0/contrib/libarchive/cat/bsdcat.c 299529 2016-05-12 10:16:16Z mm $");
40 #include "bsdcat.h"
64 printf("bsdcat %s - %s\n",
110 struct bsdcat *bsdcat, bsdcat_storage; local
113 bsdcat = &bsdcat_storage;
114 memset(bsdcat, 0, sizeof(*bsdcat));
116 lafe_setprogname(*argv, "bsdcat");
118 bsdcat
[all...]
H A Dbsdcat.h37 struct bsdcat { struct
52 int bsdcat_getopt(struct bsdcat *);
/freebsd-11.0-release/usr.bin/bsdcat/
H A DMakefile1 # $FreeBSD: releng/11.0/usr.bin/bsdcat/Makefile 302075 2016-06-22 07:49:59Z mm $
8 PROG= bsdcat
12 SRCS= bsdcat.c cmdline.c
/freebsd-11.0-release/usr.bin/bsdcat/tests/
H A Dfunctional_test.sh27 # $FreeBSD: releng/11.0/usr.bin/bsdcat/tests/functional_test.sh 299529 2016-05-12 10:16:16Z mm $
31 export BSDCAT=$(which bsdcat)
/freebsd-11.0-release/usr.bin/
H A DMakefile19 bsdcat \
/freebsd-11.0-release/targets/pseudo/tests/
H A DMakefile.depend286 usr.bin/bsdcat/tests \
/freebsd-11.0-release/targets/pseudo/userland/
H A DMakefile.depend182 usr.bin/bsdcat \

Completed in 114 milliseconds