Home
last modified time | relevance | path

Searched refs:check_fp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-link.c418 ctf_file_t *check_fp; in ctf_link_one_variable() local
425 check_fp = arg->out_fp; in ctf_link_one_variable()
427 dst_type = ctf_type_mapping (arg->in_fp, type, &check_fp); in ctf_link_one_variable()
430 if (check_fp == arg->out_fp) in ctf_link_one_variable()
432 if (check_variable (name, check_fp, dst_type, &dvd)) in ctf_link_one_variable()
435 if (ctf_add_variable (check_fp, name, dst_type) < 0) in ctf_link_one_variable()
436 return (ctf_set_errno (arg->out_fp, ctf_errno (check_fp))); in ctf_link_one_variable()
457 check_fp = per_cu_out_fp; in ctf_link_one_variable()
458 dst_type = ctf_type_mapping (arg->in_fp, type, &check_fp); in ctf_link_one_variable()
/dragonfly/contrib/ee/
H A Dee.c289 void check_fp P_((void));
610 check_fp();
1733 check_fp();
2160 check_fp() /* open or close files according to flags */ in check_fp() function
2469 check_fp();
3774 check_fp();
4457 check_fp(); in ispell_op()