Searched refs:perror (Results 201 - 225 of 431) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsinfo.c231 perror("gethostname");
/freebsd-11-stable/crypto/openssl/apps/
H A Decparam.c296 perror(infile);
310 perror(outfile);
438 perror("OPENSSL_malloc");
484 perror("OPENSSL_malloc");
H A Dcrl2p7.c187 perror(infile);
251 perror(outfile);
H A Dsess_id.c209 perror(outfile);
278 perror(infile);
H A Dgendsa.c217 perror(dsaparams);
242 perror(outfile);
/freebsd-11-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c394 perror("open");
398 perror("fstat");
405 perror("mmap");
431 perror("open");
/freebsd-11-stable/tools/tools/netmap/
H A Dctrs.h108 perror("select");
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h145 extern void perror (const char *);
H A Dtimepps-Solaris.h250 perror("refclock_ioctl: TIOCSPPS failed:");
499 perror("time_pps_fetch:");
H A Dtimepps-SunOS.h221 perror("time_pps_create: I_PUSH ppsclock failed");
436 perror("time_pps_fetch:");
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c101 perror("curses: Can't get working directory");
116 perror("curses: Can't open 'trace' file");
/freebsd-11-stable/contrib/libreadline/examples/
H A Dfileman.c359 perror (arg);
430 perror (arg);
/freebsd-11-stable/contrib/groff/src/utils/xtotroff/
H A Dxtotroff.c167 perror(troff_name);
278 perror(argv[optind]);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbitdomain.c58 perror(optarg);
72 perror(argv[optind]);
/freebsd-11-stable/sbin/dump/
H A Ddumprmt.c178 perror("IP_TOS:IPTOS_THROUGHPUT setsockopt");
181 perror("TCP_NODELAY setsockopt");
/freebsd-11-stable/tools/tools/pirtool/
H A Dpirtool.c91 perror("open");
97 perror("mmap");
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_vss_daemon.c221 perror("poll");
229 perror("pread");
/freebsd-11-stable/usr.bin/mkesdb/
H A Dyacc.y197 perror("fopen");
250 perror("malloc");
/freebsd-11-stable/usr.sbin/fdread/
H A Dfdread.c220 perror("non-IO error");
323 perror("non-IO error");
/freebsd-11-stable/contrib/tcsh/
H A Dgethost.c35 # define perror __perror macro
42 # undef perror macro
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc190 perror("Unable to open output file");
221 perror("Unable to open dependency file");
/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c761 int perror = 1; local
871 perror = pthread_create(&tid, NULL, rfb_wr_thr, rc);
872 if (perror == 0)
909 if (perror == 0)
928 perror("pthread_sigmask");
1009 perror("socket");
1017 perror("bind");
1023 perror("listen");
/freebsd-11-stable/crypto/openssh/
H A Dsession.c386 perror("dup2 stdin");
392 perror("dup2 stdout");
398 perror("dup2 stderr");
409 perror("dup2 stdin");
411 perror("dup2 stdout");
414 perror("dup2 stderr");
1357 perror("unable to set user context");
1364 perror("setgid");
1369 perror("initgroups");
1394 perror("unabl
[all...]
/freebsd-11-stable/sys/net/
H A Droute.c145 struct rt_addrinfo *info, int *perror);
149 struct rt_addrinfo *info, struct rtentry *rto, int *perror);
1168 * Returns NULL and sets @perror to:
1174 rt_unlinkrte(struct rib_head *rnh, struct rt_addrinfo *info, int *perror) argument
1185 *perror = ESRCH;
1192 *perror = EADDRINUSE;
1200 *perror = ENOENT;
1216 *perror = ESRCH;
1219 rn = rt_mpath_unlink(rnh, info, rt, perror);
1234 *perror
1439 rt_mpath_unlink(struct rib_head *rnh, struct rt_addrinfo *info, struct rtentry *rto, int *perror) argument
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c73 perror("Unable to create new symbol");
139 perror("Symbol table creation failed");
179 perror("Symbol table get operation failed");
191 perror("Symtable put failed");
197 perror("Unexpected return value from db get routine");

Completed in 229 milliseconds

1234567891011>>