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

/freebsd-12-stable/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.c40 #include "bsdcat.h"
64 printf("bsdcat %s - %s \n",
118 struct bsdcat *bsdcat, bsdcat_storage; local
121 bsdcat = &bsdcat_storage;
122 memset(bsdcat, 0, sizeof(*bsdcat));
124 lafe_setprogname(*argv, "bsdcat");
126 bsdcat->argv = argv;
127 bsdcat
[all...]
H A Dbsdcat.h40 struct bsdcat { struct
55 int bsdcat_getopt(struct bsdcat *);
/freebsd-12-stable/usr.bin/bsdcat/
H A DMakefile8 PROG= bsdcat
13 SRCS= bsdcat.c cmdline.c
/freebsd-12-stable/usr.bin/bsdcat/tests/
H A Dfunctional_test.sh31 export BSDCAT=$(which bsdcat)
/freebsd-12-stable/usr.bin/
H A DMakefile13 bsdcat \
/freebsd-12-stable/targets/pseudo/tests/
H A DMakefile.depend318 usr.bin/bsdcat/tests \
/freebsd-12-stable/targets/pseudo/userland/
H A DMakefile.depend159 usr.bin/bsdcat \

Completed in 217 milliseconds