Home
last modified time | relevance | path

Searched refs:ret (Results 1 – 5 of 5) sorted by relevance

/nscd/
A Dnscd_helper.c88 ssize_t ret; in __readall() local
93 if (ret <= 0) in __readall()
103 n -= ret; in __readall()
106 return ret < 0 ? ret : len - n; in __readall()
114 if (ret <= 0) in __readvall()
118 return ret; in __readvall()
122 ret = 0; in __readvall()
129 if (ret < total) in __readvall()
156 ret += r; in __readvall()
160 ret = r; in __readvall()
[all …]
A Dgethstbynm3_r.c47 __gethostbyname2_r (const char *name, int af, struct hostent *ret, char *buf, in __gethostbyname2_r() argument
50 return __gethostbyname3_r (name, af, ret, buf, buflen, result, h_errnop, in __gethostbyname2_r()
A Dnscd.c636 int ret = read (fd, &child_ret, sizeof (child_ret)); in monitor_child() local
640 if (ret <= 0 || child_ret != 0) in monitor_child()
674 int ret __attribute__ ((unused)); in do_exit() local
675 ret = write (parent_fd, &child_ret, sizeof (child_ret)); in do_exit()
676 assert (ret == sizeof (child_ret)); in do_exit()
707 int ret __attribute__ ((unused)); in notify_parent() local
708 ret = write (parent_fd, &child_ret, sizeof (child_ret)); in notify_parent()
709 assert (ret == sizeof (child_ret)); in notify_parent()
A Dnscd-client.h262 time_t ret = datahead_init_common (head, allocsize, recsize, ttl); in datahead_init_pos() local
267 return ret; in datahead_init_pos()
274 time_t ret = datahead_init_common (head, allocsize, recsize, ttl); in datahead_init_neg() local
280 return ret; in datahead_init_neg()
A Dconnections.c269 ssize_t ret; in writeall() local
273 if (ret <= 0) in writeall()
276 n -= ret; in writeall()
279 return ret < 0 ? ret : len - n; in writeall()
1832 int ret; in inotify_check_files() local
1849 if (ret < 0) in inotify_check_files()
1914 int ret; in inotify_check_files() local
1926 if (ret < 0) in inotify_check_files()
2099 int ret; in main_loop_poll() local
2101 if (ret == -1) in main_loop_poll()
[all …]

Completed in 16 milliseconds