Searched refs:fnp (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c424 dt_node_t *fnp = dnp ? dnp->dn_list : NULL; local
425 dt_node_t *inp = fnp ? fnp->dn_list : NULL;
428 (fnp != NULL && fnp->dn_kind != DT_NODE_STRING) ||
435 * If a file is specified, free any old pcb_filetag and swap fnp's
438 if (fnp != NULL) {
449 if (strncmp(fnp->dn_string, "/dev/fd/", 8) != 0) {
450 yypcb->pcb_filetag = fnp->dn_string;
451 fnp
[all...]
H A Ddt_decl.c284 * name fnp->dn_string is defined in this list (B_TRUE) or not (B_FALSE).
285 * If 'fnp' is in 'flist', do not search beyond 'fnp' itself in 'flist'.
288 dt_decl_protoform(dt_node_t *fnp, dt_node_t *flist) argument
292 for (dnp = flist; dnp != fnp && dnp != NULL; dnp = dnp->dn_list) {
294 strcmp(dnp->dn_string, fnp->dn_string) == 0)
/freebsd-10-stable/contrib/gcc/
H A Dc-objc-common.c69 c_cannot_inline_tree_fn (tree *fnp) argument
71 tree fn = *fnp;
H A Dlanghooks.c313 lhd_tree_inlining_cannot_inline_tree_fn (tree *fnp) argument
316 && lookup_attribute ("always_inline", DECL_ATTRIBUTES (*fnp)) == NULL)
H A Dtree-inline.c1315 void *fnp)
1318 tree fn = (tree) fnp;
1314 inline_forbidden_p_1(tree *nodep, int *walk_subtrees ATTRIBUTE_UNUSED, void *fnp) argument
/freebsd-10-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp417 int file_input::get_location(char **fnp, int *lnp) argument
419 *fnp = filename;
469 int top_input::get_location(char **fnp, int *lnp) argument
471 *fnp = filename;
582 int get_location(char **fnp, int *lnp) argument
585 if (p->get_location(fnp, lnp))
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dlex.cpp124 int file_input::get_location(const char **fnp, int *lnp) argument
126 *fnp = filename;
242 static int get_location(const char **fnp, int *lnp);
346 int input_stack::get_location(const char **fnp, int *lnp) argument
349 if (p->get_location(fnp, lnp))
1663 int simple_file_input::get_location(const char **fnp, int *lnp) argument
1665 *fnp = filename;
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c1776 struct nfsnode *fnp = VTONFS(ap->a_fvp); local
1843 mtx_lock(&fnp->n_mtx);
1844 if (fnp->n_v4 != NULL && fvp->v_type == VREG &&
1845 (fnp->n_v4->n4_namelen != tcnp->cn_namelen ||
1846 NFSBCMP(tcnp->cn_nameptr, NFS4NODENAME(fnp->n_v4),
1848 tdnp->n_fhp->nfh_len != fnp->n_v4->n4_fhlen ||
1849 NFSBCMP(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
1859 FREE((caddr_t)fnp->n_v4, M_NFSV4NODE);
1860 fnp->n_v4 = newv4;
1862 fnp
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddwarf2read.c2828 struct fn_field *fnp; local
2881 fnp = &new_fnfield->fnfield;
2882 fnp->physname = obsavestring (physname, strlen (physname),
2884 fnp->type = alloc_type (objfile);
2891 smash_to_method_type (fnp->type, type,
2904 fnp->voffset = VOFFSET_STATIC;
2912 fnp->fcontext = die_containing_type (die, cu);
2924 fnp->is_private = 1;
2927 fnp->is_protected = 1;
2935 fnp
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dtree.c2069 cp_cannot_inline_tree_fn (tree* fnp)
2071 tree fn = *fnp;
2084 fn = *fnp = instantiate_decl (fn, /*defer_ok=*/0, /*undefined_ok=*/0);
2062 cp_cannot_inline_tree_fn(tree* fnp) argument

Completed in 174 milliseconds