Searched refs:strerror (Results 1 - 25 of 907) sorted by last modified time

1234567891011>>

/freebsd-9.3-release/usr.sbin/ntp/libntp/
H A DMakefile45 strerror.c \
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure15461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if vsnprintf expands \"%m\" to strerror(errno)" >&5
15462 $as_echo_n "checking if vsnprintf expands \"%m\" to strerror(errno)... " >&6; }
15510 strcpy(sbuf, strerror(ENOENT));
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq.c2765 (void) fprintf(stderr, ": %s\n", strerror(serrno));
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c2007 errtxt = strerror(ec);
H A Dntpd.c19 #include "isc/strerror.h"
318 strerror(rc));
326 strerror(rc));
/freebsd-9.3-release/contrib/ntp/libntp/
H A Daudio.c278 printf("audio_init: AIOGSIZE: %s\n", strerror(errno));
288 printf("audio_init: AIOSSIZE: %s\n", strerror(errno));
299 strerror(errno));
305 printf("audio_init: AIOGFMT: %s\n", strerror(errno));
314 printf("SOUND_MIXER_READ_DEVMASK: %s\n", strerror(errno));
316 printf("SOUND_MIXER_READ_RECMASK: %s\n", strerror(errno));
403 printf("audio_gain: agc write: %s\n", strerror(errno));
421 strerror(errno));
436 strerror(errno));
443 strerror(errn
[all...]
H A DMakefile.in180 $(srcdir)/../lib/isc/unix/strerror.c \
198 strerror.$(OBJEXT) task.$(OBJEXT) thread.$(OBJEXT) \
264 $(srcdir)/../lib/isc/unix/strerror.c \
633 $(srcdir)/../lib/isc/unix/strerror.c \
861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@
1249 strerror.o: $(srcdir)/../lib/isc/unix/strerror.c
1250 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strerror.o -MD -MP -MF $(DEPDIR)/strerror.Tpo -c -o strerror
[all...]
H A DMakefile.am33 $(srcdir)/../lib/isc/unix/strerror.c \
H A Dwork_thread.c582 strerror(rc));
596 strerror(rc));
613 strerror(rc));
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure27889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if vsnprintf expands \"%m\" to strerror(errno)" >&5
27890 $as_echo_n "checking if vsnprintf expands \"%m\" to strerror(errno)... " >&6; }
27938 strcpy(sbuf, strerror(ENOENT));
29063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
29064 $as_echo_n "checking for library containing strerror... " >&6; }
29078 char strerror ();
29082 return strerror ();
31284 for ac_func in strdup strerror setrlimit strchr
[all...]
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc.c1900 (void) fprintf(stderr, ": %s\n", strerror(serrno));
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_stdlib.h257 /* lib/isc/win32/strerror.c
260 * particularly reference clocks, we hijack calls to strerror() to deal
267 #define strerror(e) ntp_strerror(e) macro
/freebsd-9.3-release/crypto/openssh/
H A Dsession.c204 "mkdtemp() failed: %.100s", strerror(errno));
217 error("socket: %.100s", strerror(errno));
228 error("bind: %.100s", strerror(errno));
238 error("listen: %.100s", strerror(errno));
490 error("%s: pipe in: %.100s", __func__, strerror(errno));
494 error("%s: pipe out: %.100s", __func__, strerror(errno));
501 strerror(errno));
516 error("%s: socketpair #1: %.100s", __func__, strerror(errno));
521 strerror(errno));
533 error("%s: fork: %.100s", __func__, strerror(errn
[all...]
H A Dreadconf.c429 fatal("open(/dev/null): %s", strerror(errno));
442 fatal("dup2: %s", strerror(errno));
444 fatal("dup2: %s", strerror(errno));
455 error("Unable to execute '%.100s': %s", cmd, strerror(errno));
463 fatal("%s: fork: %.100s", __func__, strerror(errno));
470 fatal("%s: waitpid: %s", __func__, strerror(errno));
555 fatal("gethostname: %s", strerror(errno));
926 filename, linenum, arg, strerror(errno));
1529 fatal("fstat %s: %s", filename, strerror(errno));
/freebsd-9.3-release/crypto/openssl/
H A De_os.h639 # define strerror(errnum) \ macro
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Deasy-tls.c1285 strerror(errno));
1308 strerror(errno));
/freebsd-9.3-release/crypto/openssl/fips/aes/
H A Dfips_aesavs.c514 printf("Cannot open file: %s, %s\n", afn, strerror(errno));
531 printf("Cannot open file: %s, %s\n", rfn, strerror(errno));
/freebsd-9.3-release/crypto/openssl/fips/des/
H A Dfips_desmovs.c288 printf("Cannot open file: %s, %s\n", afn, strerror(errno));
305 printf("Cannot open file: %s, %s\n", rfn, strerror(errno));
/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_str.c221 * SYS_str_reasons is filled with copies of strerror() results at
256 char *src = strerror(i);
/freebsd-9.3-release/crypto/openssl/crypto/dso/
H A Ddso_dl.c139 ERR_add_error_data(4, "filename(", filename, "): ", strerror(errno));
204 ERR_add_error_data(4, "symname(", symname, "): ", strerror(errno));
230 ERR_add_error_data(4, "symname(", symname, "): ", strerror(errno));
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dmakeshell.c94 fprintf(stderr, zfserr_fmt, prog, errno, strerror(errno),
H A Dsave.c184 fprintf(stderr, zNoStat, errno, strerror(errno), pzDir);
238 fprintf(stderr, zNoStat, errno, strerror(errno),
535 fprintf(stderr, zNoCreat, errno, strerror(errno), pzFName);
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dmsyslog.c42 strerror(ENOENT));
89 strerror(ENOENT));
153 exp_cnt = snprintf(exp_buf, 3, "%s", strerror(ENOENT));
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dnet.c29 #include <isc/strerror.h>
H A Dinterfaceiter.c34 #include <isc/strerror.h>

Completed in 301 milliseconds

1234567891011>>