Home | History | Annotate | Download | only in fio

Lines Matching defs:post

902 				     struct fio_option *options, char **post)
909 *post = ret;
912 (*post)++;
917 *post = NULL;
978 char *post;
986 *o = get_option(opt, options, &post);
988 if (post) {
990 if (opt + len + 1 != post)
991 memmove(opt + len + 1, post, strlen(post));
997 if (handle_option(*o, post, data)) {
1010 log_info("--%s%s", (*o)->name, post ? "" : " ");
1011 if (post)
1012 log_info("=%s%s%s ", delim, post, delim);