Searched refs:n (Results 1 – 3 of 3) sorted by relevance
45 struct notify_func *const n = arg; in notify_func_wrapper() local46 void (*func) (sigval_t) = n->func; in notify_func_wrapper()47 sigval_t value = n->value; in notify_func_wrapper()48 free (n); in notify_func_wrapper()
55 size_t n = 0; in do_cleanup() local57 while ((rets = getline (&line, &n, f)) > 0) in do_cleanup()
76 ssize_t n = TEMP_FAILURE_RETRY (mq_receive (m, buf, attr.mq_msgsize, NULL)); in fct() local77 if (n != sizeof (message)) in fct()80 __FUNCTION__, n, sizeof (message)); in fct()
Completed in 7 milliseconds