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

12

/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c433 dynamic_fns fns; local
496 fns.static_state = ENGINE_get_static_state();
497 fns.err_fns = ERR_get_implementation();
498 fns.ex_data_fns = CRYPTO_get_ex_data_implementation();
499 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb,
500 &fns.mem_fns.realloc_cb,
501 &fns.mem_fns.free_cb);
502 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback();
503 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback();
504 fns
[all...]
H A Dengine.h710 const dynamic_fns *fns);
713 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
715 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
717 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
718 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
720 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
721 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
722 CRYPTO_set_dynlock_create_callback(fns
[all...]
/freebsd-10.0-release/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.0-release/lib/libc/stdlib/
H A Datexit.c71 } fns[ATEXIT_SIZE]; /* the table itself */ member in struct:atexit
109 p->fns[p->ind++] = *fptr;
175 if (p->fns[n].fn_type == ATEXIT_FN_EMPTY)
177 fn = p->fns[n];
188 p->fns[n].fn_type = ATEXIT_FN_EMPTY;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c798 svn_repos_parser_fns_t *fns;
800 fns = apr_palloc(pool, sizeof(*fns));
801 fns->new_revision_record = fns2->new_revision_record;
802 fns->uuid_record = fns2->uuid_record;
803 fns->new_node_record = fns2->new_node_record;
804 fns->set_revision_property = fns2->set_revision_property;
805 fns->set_node_property = fns2->set_node_property;
806 fns->remove_node_props = fns2->remove_node_props;
807 fns
797 svn_repos_parser_fns_t *fns; local
834 fns2_from_fns(const svn_repos_parser_fns_t *fns, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/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.0-release/usr.bin/sort/
H A Dfile.h67 char **fns; member in struct:file_list
H A Dfile.c255 fl->fns = NULL;
268 if (fl->count >= fl->sz || (fl->fns == NULL)) {
270 fl->fns = sort_realloc(fl->fns, fl->sz *
273 fl->fns[fl->count] = allocate ? sort_strdup(fn) : fn;
302 if (fl->fns) {
306 if (fl->fns[i]) {
308 unlink(fl->fns[i]);
309 sort_free(fl->fns[i]);
310 fl->fns[
[all...]
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcall.c941 tree fns = TREE_VALUE (conversions); local
943 for (; fns; fns = OVL_NEXT (fns))
945 tree f = OVL_CURRENT (fns);
2595 tree fns; local
2606 for (fns = TREE_VALUE (conv_fns); fns; fns = OVL_NEXT (fns))
2862 tree fns; local
2958 tree fns, convs, mem_args = NULL_TREE; local
3014 tree fns = TREE_VALUE (convs); local
3594 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
3735 tree fns; local
4001 tree fns, fnname, argtypes, args, type; local
5198 tree fns; local
5338 build_new_method_call(tree instance, tree fns, tree args, tree conversion_path, int flags, tree *fn_p) argument
[all...]
H A Dmethod.c881 tree fns;
891 for (fns = CLASSTYPE_CONSTRUCTORS (type); fns; fns = OVL_NEXT (fns))
893 tree fn = OVL_CURRENT (fns);
918 tree fns;
928 fns = VEC_index (tree, CLASSTYPE_METHOD_VEC (type), ix);
936 fns = CLASSTYPE_CONSTRUCTORS (type);
940 for (; fns; fn
879 tree fns; local
916 tree fns; local
[all...]
H A Dsemantics.c1586 tree fns; local
1589 fns = BASELINK_FUNCTIONS (expr);
1590 if (TREE_CODE (fns) == TEMPLATE_ID_EXPR)
1591 fns = TREE_OPERAND (fns, 0);
1594 if (!shared_member_p (fns)
2424 baselink_for_fns (tree fns) argument
2429 if (BASELINK_P (fns)
2430 || error_operand_p (fns))
2431 return fns;
2658 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);
2386 tree fns;
2391 VEC_iterate (tree, method_vec, i, fns);
2404 name = DECL_NAME (OVL_CURRENT (fns));
995 tree fns; local
2382 tree fns; local
3993 tree fns; local
4031 tree fns; local
5803 tree fns; local
5845 tree fns; local
6111 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
7855 tree fns; local
[all...]
H A Dname-lookup.c3610 remove_hidden_names (tree fns)
3612 if (!fns)
3613 return fns;
3615 if (TREE_CODE (fns) == FUNCTION_DECL && hidden_name_p (fns))
3616 fns = NULL_TREE;
3617 else if (TREE_CODE (fns) == OVERLOAD)
3621 for (o = fns; o; o = OVL_NEXT (o))
3628 for (o = fns; o; o = OVL_NEXT (o))
3631 fns
3605 remove_hidden_names(tree fns) argument
4689 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.c2901 tree fns;
2903 for (fns = constructor_p ? static_ctors : static_dtors;
2904 fns;
2905 fns = TREE_CHAIN (fns))
2907 fndecl = TREE_VALUE (fns);
2896 tree fns; local
/freebsd-10.0-release/contrib/libc++/src/
H A Dios.cpp229 event_callback* fns = (event_callback*)realloc(__fn_, newcap * sizeof(event_callback)); local
230 if (fns == 0)
232 __fn_ = fns;
/freebsd-10.0-release/crypto/openssl/engines/
H A De_gmp.c474 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
476 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }
H A De_padlock.c1233 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
1235 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; } argument
/freebsd-10.0-release/crypto/openssl/crypto/err/
H A Derr.h380 int ERR_set_implementation(const ERR_FNS *fns);
H A Derr.c309 int ERR_set_implementation(const ERR_FNS *fns) argument
318 err_fns = fns;

Completed in 643 milliseconds

12