Searched refs:warn (Results 176 - 200 of 704) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/tools/makeroot/
H A Dmakeroot.sh45 warn() function
54 warn "$@"
63 warn "temp directory left at ${tmpdir}"
109 warn "-g requires -p"
114 warn "-K requires -k"
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_volume.c87 warn("mpt_open");
100 warn("Failed to fetch volume names");
119 warn("Failed to set volume name");
151 warn("mpt_open");
227 warn("mpt_open");
H A Dmpt_evt.c102 warn("mpt_open");
109 warn("Failed to get event log info");
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c310 warn("Can't stat %s", special);
600 warn("Failed to write updated cg");
630 warn("Failed to initialize new block");
647 warn("Failed to read dir block");
681 warn("Failed to get root inode");
740 warn("Failed to read dir block");
752 warn("Failed to write dir block");
769 warn("Failed to read dir block");
775 warn("Failed to write dir block");
800 warn("Faile
[all...]
/freebsd-11-stable/usr.bin/ipcrm/
H A Dipcrm.c91 warn("msqid(%d): ", id);
132 warn("shmid(%d): ", id);
174 warn("semid(%d): ", id);
241 warn("%sid(%d): ",
268 warn("%ss(%ld): ",
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c237 /* LINTED (automatic hides external declaration: warn) */
238 int warn, eq; local
252 eq = eqtype(tp1, tp2, 1, 0, 0, (warn = 0, &warn));
278 if (!eq || (sflag && warn)) {
297 /* LINTED (automatic hides external declaration: warn) */
298 int eq, warn; local
311 warn = 0;
313 eq = eqtype(tp1->t_subt, tp2->t_subt, 1, 0, 0, &warn);
315 eq = eqtype(tp1, tp2, 0, 0, 0, &warn);
444 int promote, asgn, warn; local
1097 int osdef, eq, warn, n; local
1174 eqtype(type_t *tp1, type_t *tp2, int ignqual, int promot, int asgn, int *warn) argument
1300 eqargs(type_t *tp1, type_t *tp2, int *warn) argument
1334 mnoarg(type_t *tp, int *warn) argument
[all...]
/freebsd-11-stable/tools/regression/ethernet/ethermulti/
H A Dethermulti.c154 warn("can't add ethernet multicast membership");
161 warn("getifmaddrs()");
197 warn("can't delete ethernet multicast membership");
/freebsd-11-stable/usr.sbin/fstyp/
H A Dfstyp.c81 warn("cannot seek to %jd", (uintmax_t)off);
87 warn("cannot malloc %zd bytes of memory", len);
95 warn("fread");
/freebsd-11-stable/usr.bin/getconf/
H A Dgetconf.c165 warn("confstr: %s", name);
187 warn("sysconf: %s", name);
213 warn("pathconf: %s", name);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp45 static void warn(Twine Message, Twine Whence = "", function
101 warn("symbol " + Symbol + " is equivalent to earlier symbol " +
119 warn("no new symbol matches old symbol " + Symbol,
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c213 warn("Can't create socket for connection to `%s:%s'",
239 warn("Can't determine my address of connection to `%s:%s'",
713 warn("Can't execute `%s'", local + 1);
722 warn("Can't open `%s'", local);
756 warn("Can't seek to restart `%s'", local);
793 warn("Reading `%s'", local);
796 warn("Writing to network");
829 warn("Reading `%s'", local);
832 warn("Writing to network");
948 warn("Ca
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dsoelim.c73 warn("can't open '%s'", name);
84 warn("can't open '%s'", name);
H A Ddbm_map.c131 warn("dbm_unmap: munmap");
133 warn("dbm_unmap: close");
H A Dcompat_err.c92 warn(const char *fmt, ...) function
/freebsd-11-stable/bin/stty/
H A Dstty.c103 warn("TIOCGWINSZ");
156 warn("TIOCSWINSZ");
/freebsd-11-stable/contrib/pf/pflogd/
H A Dprivsep_fdpass.c82 warn("%s: sendmsg(%d)", __func__, sock);
111 warn("%s: recvmsg", __func__);
/freebsd-11-stable/usr.bin/renice/
H A Drenice.c136 warn("%d: getpriority", who);
146 warn("%d: setpriority", who);
/freebsd-11-stable/usr.bin/soelim/
H A Dsoelim.c69 warn("can't open '%s'", name);
80 warn("can't open '%s'", name);
/freebsd-11-stable/usr.bin/talk/
H A Dinvite.c189 warn("send_delete (remote)");
195 warn("send_delete (local)");
/freebsd-11-stable/usr.sbin/quotaon/
H A Dquotaon.c161 warn("%s", quota_fsname(qf));
170 warn("using %s on %s", quota_qfname(qf), quota_fsname(qf));
/freebsd-11-stable/crypto/openssl/apps/
H A Dtsget166 or warn("$input: could not open input file: $!\n"), next REQUEST;
169 or warn("$input: could not close input file: $!\n"), next REQUEST;
188 or warn("$output: could not open output file: $!\n"), next REQUEST;
191 or warn("$output: could not close output file: $!\n"), next REQUEST;
/freebsd-11-stable/usr.bin/brandelf/
H A Dbrandelf.c122 warn("error opening file %s", argv[0]);
152 warn("error writing %s %d", argv[0], fd);
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c323 warn("can't make temp");
642 warn("can't make temp");
670 warn("lseek");
674 warn("ftruncate");
730 warn("cannot fork");
745 warn("cannot exec %s", path);
752 warn("wait");
855 warn("cannot open %s", dest);
864 warn("cannot open %s", src);
870 warn("rea
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.h119 void warn (const char *, ...) ATTRIBUTE_PRINTF_1;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dutils.c79 warn(const char *format, ...) function

Completed in 382 milliseconds

1234567891011>>