Searched refs:strerror (Results 1 - 25 of 1314) sorted by relevance

1234567891011>>

/macosx-10.10.1/libpcap-48/libpcap/lbl/
H A Dos-solaris2.h25 char *strerror(int);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dfmterror.c36 return strerror(err);
H A Dstrerror.c35 #undef strerror macro
56 extern char* strerror(int);
75 msg = strerror(err);
99 * stash the pending strerror() msg
106 * make sure that strerror() translates
109 if (!(s = strerror(1)))
118 sys = (s = strerror(1)) && strcmp(s, t) ? 1 : -1;
143 strerror(int err) function
/macosx-10.10.1/tcpdump-61/tcpdump/lbl/
H A Dos-solaris2.h28 char *strerror(int);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dstrerr.c15 #undef strerror macro
18 strerror (ierr) function
H A Dsize.c22 ulog (LOG_ERROR, "stat (%s): %s", zfile, strerror (errno));
H A Dsync.c22 ulog (LOG_ERROR, "%s: fflush: %s", zmsg, strerror (errno));
36 ulog (LOG_ERROR, "%s: fsync: %s", zmsg, strerror (errno));
H A Dtrunc.c66 ulog (LOG_ERROR, "rewind: %s", strerror (errno));
105 ulog (LOG_ERROR, "ftruncate: %s", strerror (errno));
108 ulog (LOG_ERROR, "ltrunc: %s", strerror (errno));
111 ulog (LOG_ERROR, "fcntl (F_CHSIZE): %s", strerror (errno));
114 ulog (LOG_ERROR, "fcntl (F_FREESP): %s", strerror (errno));
131 ulog (LOG_ERROR, "creat during esysdep_truncate (%s): %s", zname, strerror (errno));
137 ulog (LOG_ERROR, "fcntl (FD_CLOEXEC): %s", strerror (errno));
147 ulog (LOG_ERROR, "fdopen (%s): %s", zname, strerror (errno));
H A Duid.c67 (long) iegid, (long) igid, strerror (errno));
73 (long) ieuid, (long) iuid, strerror (errno));
86 ulog (LOG_ERROR, "setgid (%ld): %s", (long) igid, strerror (errno));
91 ulog (LOG_ERROR, "setuid (%ld): %s", (long) iuid, strerror (errno));
122 ulog (LOG_ERROR, "setgid (%ld): %s", (long) iegid, strerror (errno));
131 ulog (LOG_ERROR, "setuid (%ld): %s", (long) ieuid, strerror (errno));
H A Dmove.c79 ulog (LOG_ERROR, "stat (%s): %s", zcopy, strerror (errno));
85 ulog (LOG_ERROR, "%s: %s", zcopy, strerror (EACCES));
124 strerror (errno));
131 ulog (LOG_ERROR, "stat (%s): %s", zorig, strerror (errno));
149 ulog (LOG_ERROR, "creat during move (%s): %s", zto, strerror (errno));
159 ulog (LOG_ERROR, "remove (%s): %s", zorig, strerror (errno));
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dxstrerror.c1 /* xstrerror.c -- jacket routine for more robust strerror() usage.
9 Behaves exactly like the standard @code{strerror} function, but
27 extern char *strerror (int,...);
40 extern char *strerror (int);
46 /* If strerror returns NULL, we'll format the number into a static buffer. */
51 /* Like strerror, but result is never a null pointer. */
61 vmslib_strerror = (char *(*) (int,...)) strerror;
69 errstr = strerror (errnum);
/macosx-10.10.1/bash-94.1.2/bash-3.2/CWRU/misc/
H A Derrlist.c26 extern char *strerror();
39 printf("%d --> %s\n", i, strerror(i));
43 printf("%d --> %s\n", n, strerror(n));
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dstrerror.c1 /* $NetBSD: strerror.c,v 1.3 2005/05/11 01:01:56 lukem Exp $ */
6 strerror(int n) function
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dstrerror.c1 /* public domain rewrite of strerror(3) */
11 strerror(int error) function
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsema_tests.c28 printf( "semget failed with error %d - \"%s\" \n", errno, strerror( errno) );
35 printf( "semget failed with error %d - \"%s\" \n", errno, strerror( errno) );
42 printf( "semop did not fail with E2BIG - instead %d - \"%s\" \n", errno, strerror( errno) );
54 printf( "semop failed with error %d - \"%s\" \n", errno, strerror( errno) );
60 printf( "semctl failed with error %d - \"%s\" \n", errno, strerror( errno) );
74 printf( "semop failed with error %d - \"%s\" \n", errno, strerror( errno) );
81 printf( "semctl (IPC_RMID) failed with error %d - \"%s\" \n", errno, strerror( errno) );
113 printf( "sem_open failed with error %d - \"%s\" \n", errno, strerror( errno) );
122 printf( "sem_trywait failed with error %d - \"%s\" \n", my_err, strerror( my_err) );
130 printf( "sem_post failed with error %d - \"%s\" \n", errno, strerror( errn
[all...]
H A Dmemory_tests.c50 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
67 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
79 printf( "minherit failed with error %d - \"%s\" \n", errno, strerror( errno) );
88 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
100 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
108 printf("madvise WILLNEED on anon memory failed with error %d - \"%s\" \n", errno, strerror( errno ) );
116 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
124 printf("madvise DONTNEED on anon memory failed with error %d - \"%s\" \n", errno, strerror( errno ) );
131 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
139 printf( "mmap call failed with error %d - \"%s\" \n", errno, strerror( errn
[all...]
H A Dxattr_tests.c35 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
52 printf( "setxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
59 printf( "listxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
72 printf( "getxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
85 printf( "removexattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
92 printf( "listxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
99 printf( "getxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
108 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
116 printf( "fsetxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
123 printf( "flistxattr failed with error %d - \"%s\" \n", errno, strerror( errn
[all...]
H A Dshared_memory_tests.c31 printf( "shmget failed with error %d - \"%s\" \n", errno, strerror( errno) );
38 printf( "shmat failed with error %d - \"%s\" \n", errno, strerror( errno) );
47 printf( "shmctl failed with error %d - \"%s\" \n", errno, strerror( errno) );
71 printf( "shmdt failed with error %d - \"%s\" \n", errno, strerror( errno) );
116 printf( "shm_open failed with error %d - \"%s\" \n", my_err, strerror( my_err) );
128 printf( "ftruncate call failed with error %d - \"%s\" \n", errno, strerror( errno) );
134 printf( "shm_unlink failed with error %d - \"%s\" \n", errno, strerror( errno) );
142 printf( "shm_unlink of non existent path failed with error %d - \"%s\" \n", errno, strerror( errno) );
148 printf( "mmap call failed with error %d - \"%s\" \n", errno, strerror( errno) );
H A Dsocket_tests.c42 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
48 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
83 printf( "socket call in parent failed with error %d - \"%s\" \n", errno, strerror( errno) );
89 printf( "bind call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
98 printf( "getsockname call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
118 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
132 printf( "socket call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
140 printf( "bind call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
150 printf( "connect call in child failed with error %d - \"%s\" \n", errno, strerror( errno) );
164 printf( "getpeername call in parent failed with error %d - \"%s\" \n", errno, strerror( errn
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrerror.c0 /* strerror.c - string corresponding to a particular value of errno. */
45 #if defined (strerror)
46 # undef strerror macro
52 strerror (e) function
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dport-irix.c62 strerror(errno));
68 strerror(errno));
78 (int)projid, pw->pw_name, strerror(errno));
84 debug("error setting satid: %.100s", strerror(errno));
H A Dbsd-setres_id.c41 error("setregid %u: %.100s", rgid, strerror(errno));
48 error("setegid %u: %.100s", (u_int)egid, strerror(errno));
54 error("setgid %u: %.100s", rgid, strerror(errno));
76 error("setreuid %u: %.100s", ruid, strerror(errno));
85 error("seteuid %u: %.100s", euid, strerror(errno));
92 error("setuid %u: %.100s", ruid, strerror(errno));
H A Dport-solaris.c57 "contract: %s", __func__, strerror(errno));
62 "status: %s", __func__, strerror(errno));
67 __func__, strerror(errno));
82 CT_TEMPLATE, strerror(errno));
92 "(pgrponly): %s", __func__, strerror(errno));
97 "fatal events: %s", __func__, strerror(errno));
102 "critical events: %s", __func__, strerror(errno));
107 "informative events: %s", __func__, strerror(errno));
114 "template: %s", __func__, strerror(errno));
135 "template: %s", __func__, strerror(errn
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread-test.h89 #expr, strerror(errno)); \
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dcharsets.c57 ASL_LEVEL_DEBUG, windows_string, strerror(errno));
64 ASL_LEVEL_DEBUG, windows_string, strerror(errno));
75 ASL_LEVEL_DEBUG, windows_string, strerror(errno));
82 ASL_LEVEL_DEBUG, windows_string, strerror(errno));
112 ASL_LEVEL_DEBUG, utf8_string, strerror(errno));
124 ASL_LEVEL_DEBUG, utf8_string, strerror(errno));
129 ASL_LEVEL_DEBUG, utf8_string, strerror(errno));
176 ASL_LEVEL_DEBUG, strerror(errno));
184 ASL_LEVEL_DEBUG, strerror(errno));
190 ASL_LEVEL_DEBUG, strerror(errn
[all...]

Completed in 143 milliseconds

1234567891011>>