| /NextBSD/contrib/netbsd-tests/lib/libm/ |
| HD | t_libm.h | 10 #define T_LIBM_CHECK(subtest, fn, arg, expect_, epsilon_) do { \ argument 24 #define T_LIBM_CHECK_NAN(subtest, fn, arg) do { \ argument 32 #define T_LIBM_CHECK_NAN(subtest, fn, arg) (void)(arg) argument 36 #define T_LIBM_CHECK_PLUS_ZERO(subtest, fn, arg) do { \ argument 44 #define T_LIBM_CHECK_MINUS_ZERO(subtest, fn, arg) do { \ argument
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | module.h | 64 void (*fn)(void); in _module_run() local 82 #define module_init(fn) \ argument 85 #define module_exit(fn) \ argument 92 #define module_init_order(fn, order) \ argument 95 #define module_exit_order(fn, order) \ argument
|
| /NextBSD/usr.bin/xlint/lint1/ |
| HD | mem1.c | 53 typedef struct fn { struct 54 char *fn_name; argument 55 size_t fn_len; argument 56 int fn_id; argument 57 struct fn *fn_nxt; argument 70 fn_t *fn; in srchfn() local 92 fn_t *fn; in fnnalloc() local 126 fn_t *fn; in getfnid() local
|
| HD | err.c | 421 const char *fn; in verror() local 436 const char *fn; in vwarning() local 467 const char *fn; in lerror() local 493 const char *fn; in message() local
|
| /NextBSD/lib/libutil/tests/ |
| HD | flopen_test.c | 50 const char *fn = "test_flopen_create"; in test_flopen_create() local 71 const char *fn = "test_flopen_open"; in test_flopen_open() local 97 const char *fn = "test_flopen_lock_self"; in test_flopen_lock_self() local 123 const char *fn = "test_flopen_lock_other"; in test_flopen_lock_other() local 154 const char *fn = "test_flopen_lock_child"; in test_flopen_lock_child() local
|
| HD | pidfile_test.c | 62 const char *fn = "test_pidfile_uncontested"; in test_pidfile_uncontested() local 88 const char *fn = "test_pidfile_self"; in test_pidfile_self() local 127 common_test_pidfile_child(const char *fn, int parent_open) in common_test_pidfile_child() 233 const char *fn = "test_pidfile_contested"; in test_pidfile_contested() local 246 const char *fn = "test_pidfile_inherited"; in test_pidfile_inherited() local
|
| /NextBSD/usr.bin/cksum/ |
| HD | print.c | 47 pcrc(char *fn, uint32_t val, off_t len) in pcrc() 56 psum1(char *fn, uint32_t val, off_t len) in psum1() 65 psum2(char *fn, uint32_t val, off_t len) in psum2()
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | fifo.c | 62 fifonode_t *fn = xmalloc(sizeof (fifonode_t)); in fifo_add() local 79 fifonode_t *fn; in fifo_remove() local 105 fifonode_t *fn = f->f_head; in fifo_free() local 125 fifonode_t *fn; in fifo_len() local 142 fifonode_t *fn; in fifo_iter() local
|
| /NextBSD/contrib/gcc/cp/ |
| HD | except.c | 167 tree fn; in do_get_exception_ptr() local 187 tree fn; in do_begin_catch() local 225 tree fn, cleanup; in do_end_catch() local 533 tree fn; in do_allocate_exception() local 553 tree fn; in do_free_exception() local 601 tree fn; in build_throw() local 627 tree fn = get_identifier ("_Jv_Throw"); in build_throw() local 805 tree fn = get_identifier ("__cxa_rethrow"); in build_throw() local 895 nothrow_libfn_p (tree fn) in nothrow_libfn_p()
|
| HD | method.c | 837 tree fn = (*extractor) (BINFO_TYPE (base_binfo), client); in synthesize_exception_spec() local 848 tree fn; in synthesize_exception_spec() local 893 tree fn = OVL_CURRENT (fns); in locate_ctor() local 942 tree fn = OVL_CURRENT (fns); in locate_copy() local 985 tree fn; in implicitly_declare_fn() local 1118 tree fn; in lazily_declare_fn() local 1180 skip_artificial_parms_for (tree fn, tree list) in skip_artificial_parms_for()
|
| /NextBSD/contrib/gcc/ |
| HD | ipa-reference.c | 120 get_local_reference_vars_info (tree fn) in get_local_reference_vars_info() 135 get_global_reference_vars_info (tree fn) in get_global_reference_vars_info() 151 ipa_reference_get_read_local (tree fn) in ipa_reference_get_read_local() 165 ipa_reference_get_written_local (tree fn) in ipa_reference_get_written_local() 179 ipa_reference_get_read_global (tree fn) in ipa_reference_get_read_global() 194 ipa_reference_get_written_global (tree fn) in ipa_reference_get_written_global() 208 ipa_reference_get_not_read_global (tree fn) in ipa_reference_get_not_read_global() 223 ipa_reference_get_not_written_global (tree fn) in ipa_reference_get_not_written_global() 483 struct cgraph_node *fn = data; in scan_for_static_refs() local 790 analyze_function (struct cgraph_node *fn) in analyze_function() [all …]
|
| HD | fix-header.c | 404 struct fn_decl *fn; in lookup_std_proto() local 443 struct fn_decl *fn; member 459 struct fn_decl *fn = lookup_std_proto (fname, strlen (fname)); in recognized_macro() local 530 struct fn_decl *fn; in recognized_function() local 608 struct fn_decl *fn; in read_scan_file() local 751 struct fn_decl *fn; in write_rbrac() local 1166 struct fn_decl *fn = lookup_std_proto (cptr, name_len); in main() local 1259 struct fn_decl *fn; in main() local
|
| /NextBSD/include/ |
| HD | tgmath.h | 65 #define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument 77 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument 81 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument 86 #define __tg_generic_simple(x, fnl, fn, fnf) \ argument 92 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument 106 #define __tg_generic_full(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument 112 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument 126 #define __tg_simple(x, fn) \ argument 128 #define __tg_simple2(x, y, fn) \ argument 130 #define __tg_simple3(x, y, z, fn) \ argument [all …]
|
| /NextBSD/lib/msun/src/ |
| HD | s_lrint.c | 36 #define fn lrint macro 47 fn(type x) in fn() function
|
| HD | s_lround.c | 39 #define fn lround macro 56 fn(type x) in fn() function
|
| /NextBSD/lib/libc/net/ |
| HD | nss_compat.c | 96 int (*fn)(const char *, struct group *, char *, size_t, int *); in __nss_compat_getgrnam_r() local 121 int (*fn)(gid_t, struct group *, char *, size_t, int *); in __nss_compat_getgrgid_r() local 146 int (*fn)(struct group *, char *, size_t, int *); in __nss_compat_getgrent_r() local 197 int (*fn)(const char *, struct passwd *, char *, size_t, int *); in __nss_compat_getpwnam_r() local 222 int (*fn)(uid_t, struct passwd *, char *, size_t, int *); in __nss_compat_getpwuid_r() local 247 int (*fn)(struct passwd *, char *, size_t, int *); in __nss_compat_getpwent_r() local
|
| /NextBSD/contrib/ofed/management/libibcommon/src/ |
| HD | util.c | 62 ibwarn(const char * const fn, char *msg, ...) in ibwarn() 76 ibpanic(const char * const fn, char *msg, ...) in ibpanic() 93 logmsg(const char * const fn, char *msg, ...) in logmsg()
|
| /NextBSD/lib/libc/stdlib/ |
| HD | atexit.c | 132 struct atexit_fn fn; in atexit() local 150 struct atexit_fn fn; in atexit_b() local 176 struct atexit_fn fn; in __cxa_atexit() local 203 struct atexit_fn fn; in __cxa_finalize() local
|
| /NextBSD/usr.bin/tail/ |
| HD | reverse.c | 79 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse() 108 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg() 189 r_buf(FILE *fp, const char *fn) in r_buf()
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | test-readenv.c | 60 write_file(const char *fn, const char *s) in write_file() 81 char fn[MAXPATHLEN]; in main() local
|
| /NextBSD/contrib/ntp/sntp/libevent/test/ |
| HD | regress_thread.h | 34 #define THREAD_START(threadvar, fn, arg) \ argument 41 #define THREAD_START(threadvar, fn, arg) do { \ argument
|
| /NextBSD/sys/sys/ |
| HD | callout.h | 99 #define callout_reset_sbt(c, sbt, pr, fn, arg, flags) \ argument 101 #define callout_reset_sbt_curcpu(c, sbt, pr, fn, arg, flags) \ argument 104 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument 107 #define callout_reset(c, on_tick, fn, arg) \ argument 109 #define callout_reset_curcpu(c, on_tick, fn, arg) \ argument
|
| /NextBSD/sys/boot/i386/common/ |
| HD | cons.c | 65 getc(int fn) in getc() 83 xgetc(int fn) in xgetc()
|
| /NextBSD/usr.bin/sort/ |
| HD | file.c | 102 char *fn; member 170 file_is_tmp(const char* fn) in file_is_tmp() 197 static const char *fn = ".bsdsort."; in new_tmp_file_name() local 228 file_list_add(struct file_list *fl, char *fn, bool allocate) in file_list_add() 362 sort_list_dump(struct sort_list *l, const char *fn) in sort_list_dump() 401 check(const char *fn) in check() 536 openfile(const char *fn, const char *mode) in openfile() 588 closefile(FILE *f, const char *fn) in closefile() 853 char *fn; in procfile() local 896 file_header_init(struct file_header **fh, const char *fn, size_t file_pos) in file_header_init() [all …]
|
| /NextBSD/lib/libedit/ |
| HD | hist.h | 58 #define HIST_FUN_INTERNAL(el, fn, arg) \ argument 62 #define HIST_FUN(el, fn, arg) \ argument 66 #define HIST_FUN(el, fn, arg) HIST_FUN_INTERNAL(el, fn, arg) argument
|