Searched refs:err (Results 1 - 25 of 4714) sorted by path

1234567891011>>

/freebsd-11-stable/bin/cat/
H A Dcat.c58 #include <err.h>
142 err(EXIT_FAILURE, "stdout");
150 err(1, "stdout");
288 err(1, "stdout");
303 err(1, "stdout");
314 err(1, "malloc() failure of IO buffer");
319 err(1, "stdout");
/freebsd-11-stable/bin/chflags/
H A Dchflags.c48 #include <err.h>
132 err(1, "invalid flags: %s", flags);
145 err(1, NULL);
194 err(1, "fts_read");
/freebsd-11-stable/bin/chio/
H A Dchio.c50 #include <err.h>
156 err(1, "%s: open", changer_name);
160 err(1, "can't register cleanup function");
249 err(1, "%s: CHIOMOVE", changer_name);
356 err(1, "%s: CHIOEXCHANGE", changer_name);
418 err(1, "%s: CHIOPOSITION", changer_name);
447 err(1, "%s: CHIOGPARAMS", changer_name);
460 err(1, "%s: CHIOGPICKER", changer_name);
488 err(1, "%s: CHIOGPICKER", changer_name);
518 err(
[all...]
/freebsd-11-stable/bin/chmod/
H A Dchmod.c47 #include <err.h>
152 err(1, "fts_open");
213 err(1, "fts_read");
/freebsd-11-stable/bin/cp/
H A Dcp.c65 #include <err.h>
219 err(1, "%s", to.p_path);
282 err(1, "fts_open");
447 err(1, "%s", to.p_path);
450 err(1, "%s", to.p_path);
491 err(1, "fts_read");
H A Dutils.c46 #include <err.h>
210 err(1, "Not enough memory");
/freebsd-11-stable/bin/csh/
H A DMakefile23 SRCS= sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
37 GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
114 gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META}
132 sh.err.h: sh.err.c
140 tc.const.h: tc.const.c sh.char.h config.h config_f.h sh.types.h sh.err.h ${BUILD_TOOLS_META}
/freebsd-11-stable/bin/date/
H A Ddate.c50 #include <err.h>
152 err(1, "settimeofday (timezone)");
155 err(1, "time");
199 err(1, "stdout");
307 err(1, "settimeofday (timeval)");
H A Dnetdate.c48 #include <err.h>
H A Dvary.c30 #include <err.h>
96 err(1, "malloc");
/freebsd-11-stable/bin/dd/
H A Dargs.c44 #include <err.h>
431 err(1, "%s", oper);
480 err(1, "%s", oper);
H A Dconv.c44 #include <err.h>
H A Dmisc.c44 #include <err.h>
65 err(1, "clock_gettime");
67 err(1, "clock_getres");
H A Dposition.c45 #include <err.h>
102 err(1, "%s", in.name);
152 err(1, "%s", in.name);
172 err(1, "%s", out.name);
186 err(1, "%s", out.name);
196 err(1, "%s", out.name);
206 err(1, "%s", out.name);
211 err(1, "%s", out.name);
/freebsd-11-stable/bin/df/
H A Ddf.c56 #include <err.h>
/freebsd-11-stable/bin/domainname/
H A Ddomainname.c46 #include <err.h>
75 err(1, "setdomainname");
78 err(1, "getdomainname");
/freebsd-11-stable/bin/ed/
H A Ded.h116 #define REALLOC(b,n,i,err) \
126 return err; \
133 return err; \
142 #define REALLOC(b,n,i,err) \
151 return err; \
/freebsd-11-stable/bin/ed/test/
H A Dmkscripts.sh43 for i in *.err; do
51 # echo "r $base.err"
55 # ) >$base-err.ed
56 # chmod +x $base-err.ed
67 r $base.err
/freebsd-11-stable/bin/expr/
H A Dexpr.y14 #include <err.h>
/freebsd-11-stable/bin/getfacl/
H A Dgetfacl.c42 #include <err.h>
/freebsd-11-stable/bin/hostname/
H A Dhostname.c46 #include <err.h>
89 err(1, "sethostname");
92 err(1, "gethostname");
/freebsd-11-stable/bin/kenv/
H A Dkenv.c31 #include <err.h>
/freebsd-11-stable/bin/kill/
H A Dkill.c49 #include <err.h>
/freebsd-11-stable/bin/ln/
H A Dln.c47 #include <err.h>
165 err(1, "%s", targetdir);
168 err(1, "%s", targetdir);
/freebsd-11-stable/bin/ls/
H A Dls.c53 #include <err.h>

Completed in 195 milliseconds

1234567891011>>