Home
last modified time | relevance | path

Searched refs:next_arg (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/libxo/xo/
H A Dxo.c32 next_arg (void) in next_arg() function
136 w1 = strtol(next_arg(), NULL, 0); in formatter()
138 w2 = strtol(next_arg(), NULL, 0); in formatter()
144 long long value = strtoll(next_arg(), NULL, 0); in formatter()
153 unsigned long long value = strtoull(next_arg(), NULL, 0); in formatter()
162 double value = strtold(next_arg(), NULL); in formatter()
171 char *value = next_arg(); in formatter()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1242 kcf_dual_req_t *next_arg; in kcf_aop_done() local
1243 next_arg = (kcf_dual_req_t *)areq->an_reqarg.cr_callback_arg; in kcf_aop_done()
1244 next_arg->kr_areq = areq; in kcf_aop_done()