Searched refs:cctx (Results 1 – 1 of 1) sorted by relevance
21 struct custom_ctx *cctx = (struct custom_ctx*)ctx; in _rym_bg() local22 cctx->fpath[0] = '/'; in _rym_bg()24 strcpy(&(cctx->fpath[1]), (const char*)buf); in _rym_bg()25 cctx->fd = open(cctx->fpath, O_CREAT | O_WRONLY | O_TRUNC, 0); in _rym_bg()26 if (cctx->fd < 0) in _rym_bg()34 cctx->flen = atoi((const char*)buf+strlen((const char*)buf)+1); in _rym_bg()35 if (cctx->flen == 0) in _rym_bg()36 cctx->flen = -1; in _rym_bg()45 struct custom_ctx *cctx = (struct custom_ctx*)ctx; in _rym_tof() local46 RT_ASSERT(cctx->fd >= 0); in _rym_tof()[all …]