Searched refs:ERRNO (Results 1 - 25 of 57) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/libtest/
H A Dlib541.c63 error = ERRNO;
74 error = ERRNO;
H A Dlib505.c71 error = ERRNO;
82 error = ERRNO;
H A Dlib518.c93 store_errmsg("fopen() failed", ERRNO);
129 store_errmsg("getrlimit() failed", ERRNO);
176 store_errmsg("setrlimit() failed", ERRNO);
187 store_errmsg("setrlimit() failed", ERRNO);
195 store_errmsg("getrlimit() failed", ERRNO);
275 store_errmsg("memchunk, malloc() failed", ERRNO);
310 store_errmsg("fd, malloc() failed", ERRNO);
333 store_errmsg(strbuff, ERRNO);
H A Dlib537.c94 store_errmsg("fopen() failed", ERRNO);
130 store_errmsg("getrlimit() failed", ERRNO);
171 store_errmsg("setrlimit() failed", ERRNO);
182 store_errmsg("setrlimit() failed", ERRNO);
190 store_errmsg("getrlimit() failed", ERRNO);
249 store_errmsg("memchunk, malloc() failed", ERRNO);
304 store_errmsg("fd, malloc() failed", ERRNO);
327 store_errmsg(strbuff, ERRNO);
H A Dlib525.c58 error = ERRNO;
69 error = ERRNO;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/libtest/
H A Dlib541.c63 error = ERRNO;
74 error = ERRNO;
H A Dlib505.c71 error = ERRNO;
82 error = ERRNO;
H A Dlib518.c93 store_errmsg("fopen() failed", ERRNO);
129 store_errmsg("getrlimit() failed", ERRNO);
176 store_errmsg("setrlimit() failed", ERRNO);
187 store_errmsg("setrlimit() failed", ERRNO);
195 store_errmsg("getrlimit() failed", ERRNO);
275 store_errmsg("memchunk, malloc() failed", ERRNO);
310 store_errmsg("fd, malloc() failed", ERRNO);
333 store_errmsg(strbuff, ERRNO);
H A Dlib537.c94 store_errmsg("fopen() failed", ERRNO);
130 store_errmsg("getrlimit() failed", ERRNO);
171 store_errmsg("setrlimit() failed", ERRNO);
182 store_errmsg("setrlimit() failed", ERRNO);
190 store_errmsg("getrlimit() failed", ERRNO);
249 store_errmsg("memchunk, malloc() failed", ERRNO);
304 store_errmsg("fd, malloc() failed", ERRNO);
327 store_errmsg(strbuff, ERRNO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/libtest/
H A Dlib541.c63 error = ERRNO;
74 error = ERRNO;
H A Dlib505.c71 error = ERRNO;
82 error = ERRNO;
H A Dlib518.c93 store_errmsg("fopen() failed", ERRNO);
129 store_errmsg("getrlimit() failed", ERRNO);
176 store_errmsg("setrlimit() failed", ERRNO);
187 store_errmsg("setrlimit() failed", ERRNO);
195 store_errmsg("getrlimit() failed", ERRNO);
275 store_errmsg("memchunk, malloc() failed", ERRNO);
310 store_errmsg("fd, malloc() failed", ERRNO);
333 store_errmsg(strbuff, ERRNO);
H A Dlib537.c94 store_errmsg("fopen() failed", ERRNO);
130 store_errmsg("getrlimit() failed", ERRNO);
171 store_errmsg("setrlimit() failed", ERRNO);
182 store_errmsg("setrlimit() failed", ERRNO);
190 store_errmsg("getrlimit() failed", ERRNO);
249 store_errmsg("memchunk, malloc() failed", ERRNO);
304 store_errmsg("fd, malloc() failed", ERRNO);
327 store_errmsg(strbuff, ERRNO);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/server/
H A Dutil.c103 error = ERRNO;
234 logmsg("Couldn't write pid file: %s %s", filename, strerror(ERRNO));
251 } while((lockfile == NULL) && ((error = ERRNO) == EINTR));
260 } while(res && ((error = ERRNO) == EINTR));
279 } while(res && ((error = ERRNO) == EINTR));
H A Drtspd.c248 int old_errno = ERRNO;
262 logmsg("cannot install SIGHUP handler: %s", strerror(ERRNO));
267 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
272 logmsg("cannot install SIGALRM handler: %s", strerror(ERRNO));
277 logmsg("cannot install SIGINT handler: %s", strerror(ERRNO));
284 logmsg("cannot install SIGTERM handler: %s", strerror(ERRNO));
407 error = ERRNO;
589 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
721 } while ((dump == NULL) && ((error = ERRNO) == EINTR));
737 } while ((writeleft > 0) && ((error = ERRNO)
[all...]
H A Dsws.c239 int old_errno = ERRNO;
253 logmsg("cannot install SIGHUP handler: %s", strerror(ERRNO));
258 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
263 logmsg("cannot install SIGALRM handler: %s", strerror(ERRNO));
268 logmsg("cannot install SIGINT handler: %s", strerror(ERRNO));
275 logmsg("cannot install SIGTERM handler: %s", strerror(ERRNO));
392 error = ERRNO;
555 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
687 } while ((dump == NULL) && ((error = ERRNO) == EINTR));
703 } while ((writeleft > 0) && ((error = ERRNO)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/server/
H A Dutil.c103 error = ERRNO;
234 logmsg("Couldn't write pid file: %s %s", filename, strerror(ERRNO));
251 } while((lockfile == NULL) && ((error = ERRNO) == EINTR));
260 } while(res && ((error = ERRNO) == EINTR));
279 } while(res && ((error = ERRNO) == EINTR));
H A Drtspd.c248 int old_errno = ERRNO;
262 logmsg("cannot install SIGHUP handler: %s", strerror(ERRNO));
267 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
272 logmsg("cannot install SIGALRM handler: %s", strerror(ERRNO));
277 logmsg("cannot install SIGINT handler: %s", strerror(ERRNO));
284 logmsg("cannot install SIGTERM handler: %s", strerror(ERRNO));
407 error = ERRNO;
589 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
721 } while ((dump == NULL) && ((error = ERRNO) == EINTR));
737 } while ((writeleft > 0) && ((error = ERRNO)
[all...]
H A Dsws.c239 int old_errno = ERRNO;
253 logmsg("cannot install SIGHUP handler: %s", strerror(ERRNO));
258 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
263 logmsg("cannot install SIGALRM handler: %s", strerror(ERRNO));
268 logmsg("cannot install SIGINT handler: %s", strerror(ERRNO));
275 logmsg("cannot install SIGTERM handler: %s", strerror(ERRNO));
392 error = ERRNO;
555 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
687 } while ((dump == NULL) && ((error = ERRNO) == EINTR));
703 } while ((writeleft > 0) && ((error = ERRNO)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/server/
H A Dutil.c103 error = ERRNO;
234 logmsg("Couldn't write pid file: %s %s", filename, strerror(ERRNO));
251 } while((lockfile == NULL) && ((error = ERRNO) == EINTR));
260 } while(res && ((error = ERRNO) == EINTR));
279 } while(res && ((error = ERRNO) == EINTR));
H A Drtspd.c248 int old_errno = ERRNO;
262 logmsg("cannot install SIGHUP handler: %s", strerror(ERRNO));
267 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
272 logmsg("cannot install SIGALRM handler: %s", strerror(ERRNO));
277 logmsg("cannot install SIGINT handler: %s", strerror(ERRNO));
284 logmsg("cannot install SIGTERM handler: %s", strerror(ERRNO));
407 error = ERRNO;
589 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
721 } while ((dump == NULL) && ((error = ERRNO) == EINTR));
737 } while ((writeleft > 0) && ((error = ERRNO)
[all...]
H A Dsws.c239 int old_errno = ERRNO;
253 logmsg("cannot install SIGHUP handler: %s", strerror(ERRNO));
258 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
263 logmsg("cannot install SIGALRM handler: %s", strerror(ERRNO));
268 logmsg("cannot install SIGINT handler: %s", strerror(ERRNO));
275 logmsg("cannot install SIGTERM handler: %s", strerror(ERRNO));
392 error = ERRNO;
555 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == ERRNO)) {
687 } while ((dump == NULL) && ((error = ERRNO) == EINTR));
703 } while ((writeleft > 0) && ((error = ERRNO)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dnon-ascii.c105 error = ERRNO;
120 error = ERRNO;
166 error = ERRNO;
181 error = ERRNO;
228 error = ERRNO;
243 error = ERRNO;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dnon-ascii.c105 error = ERRNO;
120 error = ERRNO;
166 error = ERRNO;
181 error = ERRNO;
228 error = ERRNO;
243 error = ERRNO;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dnon-ascii.c105 error = ERRNO;
120 error = ERRNO;
166 error = ERRNO;
181 error = ERRNO;
228 error = ERRNO;
243 error = ERRNO;

Completed in 82 milliseconds

123