Searched refs:fns (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c49 struct fns { struct
73 verify_file(struct archive *a, enum vtype type, struct fns *fns) argument
98 for (i = 0; i < fns->cnt; i++) {
110 assert(strcmp(fns->names[i], pathname) != 0);
111 assert((length = strlen(pathname)) <= fns->maxlen);
112 if (length > fns->longest_len)
113 fns->longest_len = length;
117 assert((size_t)(p - pathname) <= fns->maxflen);
119 assert(strlen(p+1) <= fns
141 verify(unsigned char *buff, size_t used, enum vtype type, struct fns *fns) argument
311 struct fns fns; local
[all...]
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dxatexit.c53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dxatexit.c53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_dyn.c454 dynamic_fns fns; local
521 fns.static_state = ENGINE_get_static_state();
522 fns.err_fns = ERR_get_implementation();
523 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
524 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
525 &fns.mem_fns.realloc_cb, &fns.mem_fns.free_cb);
526 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
527 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
528 fns
[all...]
H A Dengine.h826 const dynamic_fns *fns);
829 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
831 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
832 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
833 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
834 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
836 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
837 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
838 CRYPTO_set_dynlock_create_callback(fns
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddebug.c2311 debug_write (void *handle, const struct debug_write_fns *fns, void *fhandle)
2339 if (! (*fns->start_compilation_unit) (fhandle, u->files->filename))
2349 else if (! (*fns->start_source) (fhandle, f->filename))
2354 if (! debug_write_name (info, fns, fhandle, n))
2360 if (! debug_write_linenos (info, fns, fhandle, (bfd_vma) -1))
2371 const struct debug_write_fns *fns, void *fhandle,
2377 if (! debug_write_type (info, fns, fhandle, n->u.type, n)
2378 || ! (*fns->typdef) (fhandle, n->name))
2382 if (! debug_write_type (info, fns, fhandle, n->u.tag, n))
2384 return (*fns
2308 debug_write(void *handle, const struct debug_write_fns *fns, void *fhandle) argument
2367 debug_write_name(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_name *n) argument
2415 debug_write_type(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_type *type, struct debug_name *name) argument
2660 debug_write_class_type(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_type *type, const char *tag) argument
2809 debug_write_function(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, const char *name, enum debug_object_linkage linkage, struct debug_function *function) argument
2848 debug_write_block(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_block *block) argument
2896 debug_write_linenos(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, bfd_vma address) argument
[all...]
/freebsd-10-stable/lib/libc/stdlib/
H A Datexit.c71 } fns[ATEXIT_SIZE]; /* the table itself */ member in struct:atexit
109 p->fns[p->ind++] = *fptr;
179 if (p->fns[n].fn_type == ATEXIT_FN_EMPTY)
181 fn = p->fns[n];
193 p->fns[n].fn_type = ATEXIT_FN_EMPTY;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c878 svn_repos_parser_fns_t *fns;
880 fns = apr_palloc(pool, sizeof(*fns));
881 fns->new_revision_record = fns2->new_revision_record;
882 fns->uuid_record = fns2->uuid_record;
883 fns->new_node_record = fns2->new_node_record;
884 fns->set_revision_property = fns2->set_revision_property;
885 fns->set_node_property = fns2->set_node_property;
886 fns->remove_node_props = fns2->remove_node_props;
887 fns
877 svn_repos_parser_fns_t *fns; local
914 fns2_from_fns(const svn_repos_parser_fns_t *fns, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dtree-sra.c712 const struct sra_walk_fns *fns)
738 fns->use (elt, expr_p, bsi, is_output, use_all_p);
830 const struct sra_walk_fns *fns)
834 sra_walk_expr (&TREE_VALUE (op), bsi, is_output, fns);
842 const struct sra_walk_fns *fns)
844 sra_walk_tree_list (TREE_OPERAND (expr, 1), bsi, false, fns);
852 const struct sra_walk_fns *fns) local
854 sra_walk_tree_list (ASM_INPUTS (expr), bsi, false, fns);
855 sra_walk_tree_list (ASM_OUTPUTS (expr), bsi, true, fns);
862 const struct sra_walk_fns *fns)
708 sra_walk_expr(tree *expr_p, block_stmt_iterator *bsi, bool is_output, const struct sra_walk_fns *fns) argument
826 sra_walk_tree_list(tree list, block_stmt_iterator *bsi, bool is_output, const struct sra_walk_fns *fns) argument
831 sra_walk_expr (&TREE_VALUE (op), bsi, is_output, fns); local
838 sra_walk_call_expr(tree expr, block_stmt_iterator *bsi, const struct sra_walk_fns *fns) argument
848 sra_walk_asm_expr(tree expr, block_stmt_iterator *bsi, const struct sra_walk_fns *fns) argument
851 sra_walk_tree_list (ASM_INPUTS (expr), bsi, false, fns); local
858 sra_walk_modify_expr(tree expr, block_stmt_iterator *bsi, const struct sra_walk_fns *fns) argument
944 sra_walk_function(const struct sra_walk_fns *fns) argument
1088 static const struct sra_walk_fns fns = { local
2246 static const struct sra_walk_fns fns = { local
[all...]
/freebsd-10-stable/usr.bin/sort/
H A Dfile.h67 char **fns; member in struct:file_list
H A Dfile.c219 fl->fns = NULL;
232 if (fl->count >= fl->sz || (fl->fns == NULL)) {
234 fl->fns = sort_realloc(fl->fns, fl->sz *
237 fl->fns[fl->count] = allocate ? sort_strdup(fn) : fn;
266 if (fl->fns) {
270 if (fl->fns[i]) {
272 unlink(fl->fns[i]);
273 sort_free(fl->fns[i]);
274 fl->fns[
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dcall.c954 tree fns = TREE_VALUE (conversions); local
956 for (; fns; fns = OVL_NEXT (fns))
958 tree f = OVL_CURRENT (fns);
2608 tree fns; local
2619 for (fns = TREE_VALUE (conv_fns); fns; fns = OVL_NEXT (fns))
2875 tree fns; local
2971 tree fns, convs, mem_args = NULL_TREE; local
3027 tree fns = TREE_VALUE (convs); local
3616 add_candidates(tree fns, tree args, tree explicit_targs, bool template_only, tree conversion_path, tree access_path, int flags, struct z_candidate **candidates) argument
3757 tree fns; local
4023 tree fns, fnname, argtypes, args, type; local
5220 tree fns; local
5360 build_new_method_call(tree instance, tree fns, tree args, tree conversion_path, int flags, tree *fn_p) argument
[all...]
H A Dmethod.c883 tree fns;
893 for (fns = CLASSTYPE_CONSTRUCTORS (type); fns; fns = OVL_NEXT (fns))
895 tree fn = OVL_CURRENT (fns);
920 tree fns;
930 fns = VEC_index (tree, CLASSTYPE_METHOD_VEC (type), ix);
938 fns = CLASSTYPE_CONSTRUCTORS (type);
942 for (; fns; fn
881 tree fns; local
918 tree fns; local
[all...]
H A Dsemantics.c1610 tree fns; local
1613 fns = BASELINK_FUNCTIONS (expr);
1614 if (TREE_CODE (fns) == TEMPLATE_ID_EXPR)
1615 fns = TREE_OPERAND (fns, 0);
1618 if (!shared_member_p (fns)
2462 baselink_for_fns (tree fns) argument
2467 if (BASELINK_P (fns)
2468 || error_operand_p (fns))
2469 return fns;
2776 tree fns = decl; local
[all...]
H A Dclass.c88 VEC(tree,gc) *fns;
997 tree fns;
1000 for (fns = current_fns; fns; fns = OVL_NEXT (fns))
1002 tree fn = OVL_CURRENT (fns);
2399 tree fns;
2404 VEC_iterate (tree, method_vec, i, fns);
2417 name = DECL_NAME (OVL_CURRENT (fns));
995 tree fns; local
2395 tree fns; local
4022 tree fns; local
4060 tree fns; local
5832 tree fns; local
5874 tree fns; local
6140 tree fns = TREE_OPERAND (rhs, 0); local
[all...]
H A Dpt.c854 tree fns; local
874 for (fns = VEC_index (tree, methods, idx); fns; fns = OVL_NEXT (fns))
876 tree fn = OVL_CURRENT (fns);
1333 print_candidates (tree fns) argument
1339 for (fn = fns; fn != NULL_TREE; fn = TREE_CHAIN (fn))
1381 tree fns; local
1399 fns
1959 tree fns; local
2028 tree fns = NULL_TREE; local
3498 tree fns = expr; local
4425 lookup_template_function(tree fns, tree arglist) argument
5322 tree template_id, arglist, fns; local
7860 tree fns; local
[all...]
H A Dname-lookup.c3655 remove_hidden_names (tree fns)
3657 if (!fns)
3658 return fns;
3660 if (TREE_CODE (fns) == FUNCTION_DECL && hidden_name_p (fns))
3661 fns = NULL_TREE;
3662 else if (TREE_CODE (fns) == OVERLOAD)
3666 for (o = fns; o; o = OVL_NEXT (o))
3673 for (o = fns; o; o = OVL_NEXT (o))
3676 fns
3650 remove_hidden_names(tree fns) argument
4704 lookup_arg_dependent(tree name, tree fns, tree args) argument
[all...]
H A Dinit.c1736 tree fns;
1756 fns = lookup_fnfields (elt_type, fnname, /*protect=*/2);
1757 if (fns == NULL_TREE)
1762 if (TREE_CODE (fns) == TREE_LIST)
1765 print_candidates (fns);
1769 fns, args,
1734 tree fns; local
H A Dsearch.c1956 tree fns = VEC_index (tree, CLASSTYPE_METHOD_VEC (type), ix);
1958 for (; fns; fns = OVL_NEXT (fns))
1960 tree fn = OVL_CURRENT (fns);
1953 tree fns = VEC_index (tree, CLASSTYPE_METHOD_VEC (type), ix); local
H A Ddecl2.c2939 tree fns;
2941 for (fns = constructor_p ? static_ctors : static_dtors;
2942 fns;
2943 fns = TREE_CHAIN (fns))
2945 fndecl = TREE_VALUE (fns);
2934 tree fns; local
/freebsd-10-stable/contrib/libc++/src/
H A Dios.cpp230 event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))); local
231 if (fns == 0)
233 __fn_ = fns;
/freebsd-10-stable/crypto/openssl/engines/
H A De_gmp.c483 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
485 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns)
H A De_padlock.c1255 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
1257 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) argument
/freebsd-10-stable/crypto/openssl/crypto/err/
H A Derr.h383 int ERR_set_implementation(const ERR_FNS *fns);
H A Derr.c309 int ERR_set_implementation(const ERR_FNS *fns) argument
319 err_fns = fns;

Completed in 347 milliseconds

12