Home
last modified time | relevance | path

Searched refs:ofield (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c2717 char *ofield = NULL; in zfs_do_userspace() local
2757 ofield = optarg; in zfs_do_userspace()
2799 if (ofield == NULL) in zfs_do_userspace()
2800 ofield = deffields; in zfs_do_userspace()
2802 if ((delim = strchr(ofield, ',')) != NULL) in zfs_do_userspace()
2804 if ((fields[cfield++] = us_field_index(ofield)) == -1) { in zfs_do_userspace()
2806 "for -o option\n"), ofield); in zfs_do_userspace()
2810 ofield = delim + 1; in zfs_do_userspace()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c19116 tree ofield = TREE_PURPOSE (cap); in tsubst_lambda_expr() local
19138 (IDENTIFIER_POINTER (DECL_NAME (ofield)) + 2)); in tsubst_lambda_expr()
19139 tree ftype = TREE_TYPE (ofield); in tsubst_lambda_expr()
19143 add_capture (r, name, init, by_ref, !DECL_NORMAL_CAPTURE_P (ofield)); in tsubst_lambda_expr()
19147 if (PACK_EXPANSION_P (ofield)) in tsubst_lambda_expr()
19148 ofield = PACK_EXPANSION_PATTERN (ofield); in tsubst_lambda_expr()
19149 tree field = tsubst_decl (ofield, args, complain); in tsubst_lambda_expr()
19151 if (DECL_PACK_P (ofield) && !DECL_NORMAL_CAPTURE_P (ofield)) in tsubst_lambda_expr()
19154 vec_safe_push (field_packs, ofield); in tsubst_lambda_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc19788 tree ofield = TREE_PURPOSE (cap); in tsubst_lambda_expr() local
19810 (IDENTIFIER_POINTER (DECL_NAME (ofield)) + 2)); in tsubst_lambda_expr()
19811 tree ftype = TREE_TYPE (ofield); in tsubst_lambda_expr()
19815 add_capture (r, name, init, by_ref, !DECL_NORMAL_CAPTURE_P (ofield)); in tsubst_lambda_expr()
19819 if (PACK_EXPANSION_P (ofield)) in tsubst_lambda_expr()
19820 ofield = PACK_EXPANSION_PATTERN (ofield); in tsubst_lambda_expr()
19821 tree field = tsubst_decl (ofield, args, complain); in tsubst_lambda_expr()
19823 if (DECL_PACK_P (ofield) && !DECL_NORMAL_CAPTURE_P (ofield)) in tsubst_lambda_expr()
19826 vec_safe_push (field_packs, ofield); in tsubst_lambda_expr()