Lines Matching refs:current
169 char current[PATH_MAX + 1];
180 p = getcwd(current, PATH_MAX);;
187 ret = dst_key_fromfile(name1, id1, alg, type, current, mctx, &key1);
195 ret = dst_key_fromfile(name2, id2, alg, type, current, mctx, &key2);
281 char current[PATH_MAX + 1];
285 p = getcwd(current, PATH_MAX);;
292 ret = dst_key_fromfile(name, id, alg, type, current, mctx, &key);
554 len = buf->used - buf->current;
556 t_info("buf: current %d used %d len %d\n",
557 buf->current, buf->used, len);