Searched refs:fn (Results 151 - 175 of 516) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/gcc/
H A Dtree-inline.c149 tree fn; local
152 fn = id->src_fn;
390 tree fn; local
403 fn = id->dst_fn;
469 tree fn = id->src_fn; local
507 else if (lang_hooks.tree_inlining.auto_var_in_fn_p (*tp, fn))
563 (TREE_OPERAND (*tp, 0), fn)))
998 self_inlining_addr_expr (tree value, tree fn) argument
1007 return var && lang_hooks.tree_inlining.auto_var_in_fn_p (var, fn);
1011 setup_one_parameter (copy_body_data *id, tree p, tree value, tree fn, argument
1122 initialize_inlined_parameters(copy_body_data *id, tree args, tree static_chain, tree fn, basic_block bb) argument
1306 tree_inlinable_function_p(tree fn) argument
1318 tree fn = (tree) fnp; local
1485 inlinable_function_p(tree fn) argument
1922 tree fn; local
2215 optimize_inline_calls(tree fn) argument
2285 clone_body(tree clone, tree fn, void *arg_map) argument
[all...]
H A Dlanghooks.c327 lhd_tree_inlining_disregard_inline_limits (tree fn) argument
329 if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn)) != NULL)
352 lhd_tree_inlining_auto_var_in_fn_p (tree var, tree fn) argument
354 return (DECL_P (var) && DECL_CONTEXT (var) == fn
380 lhd_tree_inlining_start_inlining (tree fn ATTRIBUTE_UNUSED)
386 lhd_tree_inlining_end_inlining (tree fn ATTRIBUTE_UNUSED)
/freebsd-10-stable/contrib/libucl/utils/
H A Dobjdump.c97 const char *fn = NULL; local
106 fn = argv[1];
109 if (fn != NULL) {
110 in = fopen (fn, "r");
/freebsd-10-stable/contrib/smbfs/include/
H A Dcflib.h62 opt_callback_t *fn; /* call back to validate */ member in struct:opt_args
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dasn1_gen.c46 doit(const char *fn) argument
55 f = fopen(fn, "r");
59 bname = strrchr(fn, '/');
63 bname = fn;
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dks_dir.c135 char *fn; local
162 if (asprintf(&fn, "FILE:%s/%s", (char *)data, dir->d_name) == -1)
165 ret = hx509_certs_init(context, fn, 0, NULL, &d->certs);
178 free(fn);
H A Dks_file.c40 char *fn; member in struct:ks_file
49 parse_certificate(hx509_context context, const char *fn, argument
133 parse_pkcs8_private_key(hx509_context context, const char *fn, argument
162 parse_pem_private_key(hx509_context context, const char *fn, argument
187 "password protected file %s", fn);
195 enc, fn);
392 ksf->fn = strdup(residue);
393 if (ksf->fn == NULL) {
417 for (p = ksf->fn; p != NULL; p = pnext) {
483 if (ksf->fn)
[all...]
/freebsd-10-stable/usr.bin/tail/
H A Dread.c65 bytes(FILE *fp, const char *fn, off_t off) argument
83 ierr(fn);
135 lines(FILE *fp, const char *fn, off_t off) argument
176 ierr(fn);
/freebsd-10-stable/usr.sbin/ppp/
H A Dthroughput.h54 void (*fn)(void *v); member in struct:pppThroughput::__anon12249
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devmap-internal.h108 /* Helper: Call fn on every fd or signal event, passing as its arguments the
109 * provided event_base, the event, and arg. If fn returns 0, process the next
114 event_base_foreach_event_cb fn,
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.h55 testcase_fn fn; /**< The function to run to implement this case. */ member in struct:testcase_t
/freebsd-10-stable/contrib/openpam/misc/
H A Dgendoc.pl99 my $fn = shift;
120 if ($fn !~ m,\.c$,) {
121 warn("$fn: not C source, ignoring\n");
125 open(FILE, "<", "$fn")
126 or die("$fn: open(): $!\n");
150 $func = $fn;
153 warn("$fn: can't find $func\n");
330 'source' => $fn,
360 my $fn;
380 $fn
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_options.c42 int magic, const char *fn, option_handler use_option)
47 archive_check_magic(a, magic, ARCHIVE_STATE_NEW, fn);
101 int magic, const char *fn, option_handler use_option)
107 archive_check_magic(a, magic, ARCHIVE_STATE_NEW, fn);
40 _archive_set_option(struct archive *a, const char *m, const char *o, const char *v, int magic, const char *fn, option_handler use_option) argument
100 _archive_set_options(struct archive *a, const char *options, int magic, const char *fn, option_handler use_option) argument
/freebsd-10-stable/usr.bin/grep/
H A Dutil.c171 procfile(const char *fn) argument
181 if (strcmp(fn, "-") == 0) {
182 fn = label != NULL ? label : getstr(1);
185 if (!stat(fn, &sb)) {
194 f = grep_open(fn);
199 warn("%s", fn);
203 ln.file = grep_malloc(strlen(fn) + 1);
204 strcpy(ln.file, fn);
249 printf("%s%c", fn, nullflag ? 0 : '\n');
251 printf("%s%c", fn, nullfla
[all...]
/freebsd-10-stable/contrib/dtc/
H A Ddtc-lexer.l81 char *line, *tmp, *fn;
93 fn = strchr(tmp + 1, '"') + 1;
95 tmp = strchr(fn, '"');
98 srcpos_set_line(xstrdup(fn), atoi(line) - 1);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCocoaConventions.cpp91 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { argument
94 const IdentifierInfo *ident = fn->getIdentifier();
/freebsd-10-stable/lib/libc/gen/
H A Dnftw.c33 nftw(const char *path, int (*fn)(const char *, const struct stat *, int,
98 error = fn(cur->fts_path, cur->fts_statp, fnflag, &ftw);
/freebsd-10-stable/lib/libdevinfo/
H A Ddevinfo.c432 * Iterate over the children of a device, calling (fn) on each. If
433 * (fn) returns nonzero, abort the scan and return.
437 int (* fn)(struct devinfo_dev *child, void *arg),
445 if ((error = fn(&dd->dd_dev, arg)) != 0)
451 * Iterate over all the resources owned by a device, calling (fn) on each.
452 * If (fn) returns nonzero, abort the scan and return.
456 int (* fn)(struct devinfo_dev *dev, struct devinfo_res *res, void *arg),
464 if ((error = fn(dev, &dr->dr_res, arg)) != 0)
470 * Iterate over all the resources owned by a resource manager, calling (fn)
471 * on each. If (fn) return
[all...]
/freebsd-10-stable/sys/ofed/include/linux/
H A Dkthread.h75 #define kthread_run(fn, data, fmt, ...) \
79 _task = _kthread_create((fn), (data)); \
/freebsd-10-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c103 char fn[PATH_MAX]; local
107 if (snprintf(fn, sizeof(fn), "%s/%s", dir, kfn) > (int)sizeof(fn))
118 key = key_load_private(fn, "", &comment);
124 key = key_load_private(fn, passphrase, &comment);
126 openpam_log(PAM_LOG_DEBUG, "failed to load key from %s", fn);
130 openpam_log(PAM_LOG_DEBUG, "loaded '%s' from %s", comment, fn);
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dfsi_dict.c120 dict_iter(dict *dp, int (*fn) (qelem *))
128 errors += (*fn) (&de->de_q);
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtraverse.c63 fndef_t *fn = this->t_fndef; local
66 if ((rc = tdtraverse(fn->fn_ret, &fn->fn_ret, tdtd)) < 0)
69 for (i = 0; i < (int) fn->fn_nargs; i++) {
70 if ((rc = tdtraverse(fn->fn_args[i], &fn->fn_args[i],
/freebsd-10-stable/contrib/gcclibs/libgomp/
H A Dloop.c373 gomp_parallel_loop_start (void (*fn) (void *), void *data,
383 gomp_team_start (fn, data, num_threads, ws);
387 GOMP_parallel_loop_static_start (void (*fn) (void *), void *data,
391 gomp_parallel_loop_start (fn, data, num_threads, start, end, incr,
396 GOMP_parallel_loop_dynamic_start (void (*fn) (void *), void *data,
400 gomp_parallel_loop_start (fn, data, num_threads, start, end, incr,
405 GOMP_parallel_loop_guided_start (void (*fn) (void *), void *data,
409 gomp_parallel_loop_start (fn, data, num_threads, start, end, incr,
414 GOMP_parallel_loop_runtime_start (void (*fn) (void *), void *data,
418 gomp_parallel_loop_start (fn, dat
[all...]
/freebsd-10-stable/crypto/openssl/crypto/objects/
H A Do_names.c256 void (*fn) (const OBJ_NAME *, void *arg); member in struct:doall
263 d->fn(name, d->arg);
268 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
274 d.fn = fn;
306 void (*fn) (const OBJ_NAME *, void *arg),
323 fn(d.names[n], arg);
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dlog.c306 char *fn; local
309 fn = strdup(p + 5);
310 if(fn == NULL) {
316 int i = open(fn, O_WRONLY | O_CREAT |
321 N_("open(%s) logile: %s", ""), fn,
323 free(fn);
333 fn, strerror(ret));
334 free(fn);
339 ret = open_file(context, f, min, max, fn, "a", file, keep_open);

Completed in 324 milliseconds

1234567891011>>