Lines Matching defs:post
949 struct fio_option *options, char **post)
956 *post = ret;
959 (*post)++;
964 *post = NULL;
1004 const char *post)
1013 if (post)
1014 p->value = strdup(post);
1046 char *post;
1054 *o = get_option(opt, options, &post);
1056 if (post) {
1058 if (opt + len + 1 != post)
1059 memmove(opt + len + 1, post, strlen(post));
1065 if (handle_option(*o, post, data)) {
1070 add_to_dump_list(*o, dump_list, post);