Searched refs:r (Results 1 – 5 of 5) sorted by relevance
257 return r; in sock_connect()398 int r = 0; in poll_with_timeout() local425 if (!r) in poll_with_timeout()462 *blen = r; in write_with_timeout()513 return r; in recv_with_out_flags()517 return r; in recv_with_out_flags()553 if (r < 0) in read_with_timeout()561 r++; in read_with_timeout()564 *blen = r; in read_with_timeout()586 *blen = r; in read_with_timeout()[all …]
322 ssize_t r = 0; in ree_fs_new_read() local341 r = -1; in ree_fs_new_read()344 if (r < 0) { in ree_fs_new_read()350 buf += r; in ree_fs_new_read()351 len -= r; in ree_fs_new_read()352 offs += r; in ree_fs_new_read()353 s += r; in ree_fs_new_read()386 if (r < 0) { in ree_fs_new_write()392 buf += r; in ree_fs_new_write()393 len -= r; in ree_fs_new_write()[all …]
128 int r; in plugin_load_all() local140 r = snprintf(path, sizeof(path), "%s/%s", in plugin_load_all()142 if (r < 0 || r >= (int)sizeof(path)) { in plugin_load_all()
111 #define OUTRMSG(r) \ argument113 if (r) \114 EMSG("Function returns with [%d]", r); \115 OUTMSG("r=[%d]", r); \116 return r; \
2 # order (sort -r)
Completed in 11 milliseconds