Searched refs:fn (Results 226 - 250 of 516) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/gdb/gdb/
H A Dcp-valprint.c758 int fn, oi; local
771 for (fn = 0; fn < TYPE_NFN_FIELDS (type); fn++)
772 for (oi = 0; oi < TYPE_FN_FIELDLIST_LENGTH (type, fn); oi++)
773 if (TYPE_FN_FIELD_VIRTUAL_P (TYPE_FN_FIELDLIST1 (type, fn), oi))
779 int vx = (TYPE_FN_FIELD_VOFFSET (TYPE_FN_FIELDLIST1 (type, fn), oi)
794 = TYPE_FN_FIELD_PHYSNAME (TYPE_FN_FIELDLIST1 (type, fn), oi);
/freebsd-10-stable/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp140 const char *fn = current_filename; local
144 current_filename = fn;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp81 void CheckerRegistry::addChecker(InitializationFunction fn, StringRef name, argument
83 Checkers.push_back(CheckerInfo(fn, name, desc));
/freebsd-10-stable/contrib/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp161 int (*fn)(void) = (int(*)(void))Addr;
162 Result = fn();
/freebsd-10-stable/contrib/pf/authpf/
H A Dauthpf.c754 char *rsn = NULL, *fn = NULL; local
779 if (asprintf(&fn, "%s/%s/authpf.rules",
782 if (stat(fn, &sb) == -1) {
783 free(fn);
784 if ((fn = strdup(PATH_PFRULES)) == NULL)
792 pargv[11] = fn;
795 pargv[9] = fn;
838 free(fn);
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dfootnote.c89 typedef struct fn
91 struct fn *next;
239 `fn-<n>', though that's unlikely. */
245 add_word_args ("\"#fn-%d\" name=\"fnd-%d\"><sup>%s</sup></a>",
358 add_word_args ("[<a name=\"fn-%d\" href=\"#fnd-%d\">%d</a>]",
87 typedef struct fn struct
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c61 const char *fn = kadm5_log_signal_socket(context); local
65 strlcpy (un->sun_path, fn, sizeof(un->sun_path));
/freebsd-10-stable/sbin/nvmecontrol/
H A Dnvmecontrol.c52 nvme_fn_t fn; member in struct:nvme_function
227 f->fn(argc-1, &argv[1]);
/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_os.h138 #define qla_mdelay(fn, msecs) \
143 pause(fn, qla_ms_to_hz(msecs)); \
/freebsd-10-stable/sys/dev/qlxge/
H A Dqls_os.h140 #define qls_mdelay(fn, msecs) \
145 pause(fn, qls_ms_to_hz(msecs)); \
/freebsd-10-stable/usr.bin/comm/
H A Dcomm.c216 show(FILE *fp, const char *fn, const char *offset, char **bufp, size_t *buflenp) argument
228 err(1, "%s", fn);
/freebsd-10-stable/contrib/tcsh/
H A Dglob.c217 Lstat(const char *fn, struct stat *sb) argument
221 st = lstat(fn, sb);
223 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode))
233 Stat(const char *fn, struct stat *sb) argument
237 st = stat(fn, sb);
239 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode))
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h134 #define qlnx_mdelay(fn, msecs) \
139 pause(fn, qlnx_ms_to_hz(msecs)); \
/freebsd-10-stable/libexec/tftpd/
H A Dtftpd.c439 reduce_path(char *fn) argument
444 while ((slash = strstr(fn, "/./")) != NULL) {
445 for (ptr = slash; ptr > fn && ptr[-1] == '/'; ptr--)
453 while ((slash = strstr(fn, "/../")) != NULL) {
454 if (slash == fn)
456 for (ptr = slash; ptr > fn && ptr[-1] == '/'; ptr--)
458 for (ptr--; ptr >= fn; ptr--)
461 if (ptr < fn)
/freebsd-10-stable/sys/dev/qlxgbe/
H A Dql_os.h147 #define qla_mdelay(fn, msecs) \
152 pause(fn, qla_ms_to_hz(msecs)); \
/freebsd-10-stable/contrib/serf/buckets/
H A Daggregate_buckets.c95 serf_bucket_aggregate_eof_t fn,
101 serf_bucket_aggregate_hold_open(bucket, fn, baton);
182 serf_bucket_aggregate_eof_t fn,
186 ctx->hold_open = fn;
93 serf__bucket_stream_create( serf_bucket_alloc_t *allocator, serf_bucket_aggregate_eof_t fn, void *baton) argument
181 serf_bucket_aggregate_hold_open(serf_bucket_t *aggregate_bucket, serf_bucket_aggregate_eof_t fn, void *baton) argument
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh5.c23 _PROTOTYPE(void pushio, (struct ioarg *argp, int (*fn)()));
117 pushio(argp, fn)
119 int (*fn)();
127 e.iop->iofn = fn;
148 if (fn == filechar || fn == linechar)
150 else if (fn == gravechar || fn == qgravechar)
/freebsd-10-stable/sys/mips/nlm/dev/net/ucore/
H A Dld.ucore.S49 *(.mips16.fn.*)
/freebsd-10-stable/usr.sbin/ctm/ctm_smail/
H A Dctm_smail.c192 #define mk_tmp_name(fn,qd,p) \
193 sprintf((fn), "%s/.%08ld.%03d", (qd), (long)getpid(), (p))
198 #define mk_queue_name(fn,qd,d,p,n) \
199 sprintf((fn), "%s/%s+%03d-%03d", (qd), (d), (p), (n))
/freebsd-10-stable/usr.sbin/pmccontrol/
H A Dpmccontrol.c112 char *fn; local
114 fn = getenv("PMCCONTROL_DEBUG");
115 if (fn != NULL)
117 debug_stream = fopen(fn, "w");
/freebsd-10-stable/include/
H A Dstdio.h427 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
428 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/freebsd-10-stable/contrib/gcc/cp/
H A Drtti.c195 tree fn = get_identifier ("__cxa_bad_cast");
196 if (!get_global_value_if_present (fn, &fn))
197 fn = push_throw_library_fn (fn, build_function_type (ptr_type_node,
200 return build_cxx_call (fn, NULL_TREE);
209 tree fn = get_identifier ("__cxa_bad_typeid");
210 if (!get_global_value_if_present (fn, &fn))
216 fn
194 tree fn = get_identifier ("__cxa_bad_cast"); local
208 tree fn = get_identifier ("__cxa_bad_typeid"); local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dtree-optimize.c362 tree_lowering_passes (tree fn) argument
366 current_function_decl = fn;
367 push_cfun (DECL_STRUCT_FUNCTION (fn));
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dprocess.c258 const char *fn,
276 fd = open(fn, O_WRONLY|O_CREAT|O_APPEND, 0600);
279 krb5_set_error_message(context, saved_errno, "Failed to open: %s", fn);
257 krb5_kdc_save_request(krb5_context context, const char *fn, const unsigned char *buf, size_t len, const krb5_data *reply, const struct sockaddr *sa) argument
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Drkpty.c158 parse_configuration(const char *fn) argument
166 cmd = fopen(fn, "r");
168 err(1, "open: %s", fn);

Completed in 465 milliseconds

1234567891011>>