Searched refs:ref (Results 51 - 75 of 327) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/mdocml/
H A Dexample.style.css57 div.mandoc span.ref { } /* Citations (Rs). */
58 div.mandoc span.ref-auth { } /* Reference author (%A). */
59 div.mandoc i.ref-book { font-weight: normal; } /* Reference book (%B). */
60 div.mandoc span.ref-city { } /* Reference city (%C). */
61 div.mandoc span.ref-date { } /* Reference date (%D). */
62 div.mandoc i.ref-issue { font-weight: normal; } /* Reference issuer/publisher (%I). */
63 div.mandoc i.ref-jrnl { font-weight: normal; } /* Reference journal (%J). */
64 div.mandoc span.ref-num { } /* Reference number (%N). */
65 div.mandoc span.ref-opt { } /* Reference optionals (%O). */
66 div.mandoc span.ref
[all...]
/freebsd-10.1-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c61 char *ref; member in struct:node
71 struct ref { struct
72 LIST_ENTRY(ref) next;
77 LIST_HEAD(, ref) refs = LIST_HEAD_INITIALIZER(refs);
118 else if (!strcmp(attr[i], "ref"))
119 np->ref = strdup(attr[i+1]);
215 if (np->ref)
216 printf(" ref=\"%s\"", np->ref);
225 indent(n); printf("%s id=%s ref
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp345 sb_error.ref() = platform_sp->ConnectRemote(args);
473 sb_error.ref() = platform_sp->GetFile(src.ref(), dst.ref());
493 uint32_t permissions = src.ref().GetPermissions();
496 if (src.ref().GetFileType() == FileSpec::eFileTypeDirectory)
502 sb_error.ref() = platform_sp->PutFile(src.ref(),
503 dst.ref(),
508 sb_error.ref()
[all...]
/freebsd-10.1-release/lib/libedit/
H A Dhist.c56 el->el_history.ref = NULL;
85 el->el_history.ref = ptr;
116 if (el->el_history.ref == NULL)
160 if (el->el_history.ref == NULL)
178 return history(el->el_history.ref, &ev, H_SETSIZE, num);
181 return history(el->el_history.ref, &ev, H_SETUNIQUE, num);
H A Dhist.h52 ptr_t ref; /* Argument for history fcns */ member in struct:el_history_t
58 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
/freebsd-10.1-release/tools/test/iconv/
H A DMakefile38 make-ref: refgen
39 mkdir -p ref
42 -@${REF_FWD} ${enc} >ref/${enc}
44 -@${REF_REV} ${enc} >ref/${enc}-rev
52 @${CMP} ref/${enc} output/${enc}
55 @${CMP} ref/${enc}-rev output/${enc}-rev
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DUse.cpp139 const UserRef *ref = reinterpret_cast<const UserRef*>(End); local
140 return ref->getInt()
141 ? ref->getPointer()
/freebsd-10.1-release/contrib/gcc/
H A Dtree-profile.c109 tree ref = tree_coverage_counter_ref (GCOV_COUNTER_ARCS, edgeno);
110 tree stmt1 = build2 (MODIFY_EXPR, gcov_type_node, tmp1, ref);
114 tree stmt3 = build2 (MODIFY_EXPR, gcov_type_node, ref, tmp2);
141 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
147 build_addr (ref, current_function_decl),
168 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
172 build_addr (ref, current_function_decl),
191 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
195 build_addr (ref, current_function_decl),
108 tree ref = tree_coverage_counter_ref (GCOV_COUNTER_ARCS, edgeno); local
140 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; local
167 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; local
190 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; local
H A Ddf-scan.c386 /* Grow the ref information. */
402 /* Grow the ref information. If the current size is less than the
540 /* Create a new ref of type DF_REF_TYPE for register REG at address
606 struct df_ref *ref)
609 reg_info->reg_chain = ref;
611 DF_REF_NEXT_REG (ref) = head;
614 DF_REF_PREV_REG (ref) = NULL;
617 DF_REF_PREV_REG (head) = ref;
625 df_ref_unlink (struct df_ref *chain, struct df_ref *ref)
631 if (chain == ref)
602 df_reg_chain_create(struct df_reg_info *reg_info, struct df_ref *ref) argument
622 df_ref_unlink(struct df_ref *chain, struct df_ref *ref) argument
659 df_reg_chain_unlink(struct dataflow *dflow, struct df_ref *ref) argument
714 df_ref_remove(struct df *df, struct df_ref *ref) argument
783 struct df_ref *ref; local
900 struct df_ref *ref = reg_info->reg_chain; local
1119 struct df_ref *ref; local
[all...]
H A Ddf-core.c133 Scanning produces a `struct df_ref' data structure (ref) is allocated
135 and bb the ref is found within. The refs are linked together in
136 chains of uses and defs for each insn and for each register. Each ref
199 ref (or NULL), the rest of the list can be obtained by traversal of
235 of the ref.
247 df_reorganize_refs. Note that the values in the id field of a ref
1142 df_refs_chain_dump (struct df_ref *ref, bool follow_chain, FILE *file)
1145 while (ref)
1148 DF_REF_REG_DEF_P (ref) ? 'd' : 'u',
1149 DF_REF_ID (ref),
1139 df_refs_chain_dump(struct df_ref *ref, bool follow_chain, FILE *file) argument
1159 df_regs_chain_dump(struct df *df ATTRIBUTE_UNUSED, struct df_ref *ref, FILE *file) argument
1273 df_ref_debug(struct df_ref *ref, FILE *file) argument
1312 debug_df_ref(struct df_ref *ref) argument
[all...]
H A Dweb.c161 def_entry + DF_REF_ID (link->ref));
189 entry_register (struct web_entry *entry, struct df_ref *ref, char *used) argument
200 reg = DF_REF_REAL_REG (ref);
231 replace_ref (struct df_ref *ref, rtx reg) argument
233 rtx oldreg = DF_REF_REAL_REG (ref);
234 rtx *loc = DF_REF_REAL_LOC (ref);
240 INSN_UID (DF_REF_INSN (ref)), REGNO (oldreg), REGNO (reg));
/freebsd-10.1-release/sbin/newfs/
H A DMakefile19 diff --ignore-matching-lines=FreeBSD _.test ${.CURDIR}/ref.test
/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Dlabel.y26 #include "ref.h"
505 void at_expr::evaluate(int tentative, const reference &ref,
509 ref.canonicalize_authors(result);
511 const char *end, *start = ref.get_authors(&end);
517 void format_expr::evaluate(int tentative, const reference &ref,
522 const label_info *lp = ref.get_label_ptr();
523 int num = lp == 0 ? ref.get_number() : lp->count;
628 void field_expr::evaluate(int, const reference &ref,
632 const char *start = ref.get_field(name, &end);
651 void analyzed_expr::evaluate(int tentative, const reference &ref,
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBLineEntry.h83 ref();
86 ref() const;
H A DSBExpressionOptions.h82 ref () const;
/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dtrace.c301 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) argument
305 ref->addr = addr;
306 wpa_trace_record(ref);
307 dl_list_add(&active_references, &ref->list);
313 struct wpa_trace_ref *ref; local
314 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
315 if (addr != ref->addr)
318 wpa_trace_dump("Reference registration", ref);
/freebsd-10.1-release/sys/dev/drm/
H A Ddrm_sman.h69 /* Free a memory block. "ref" is the opaque reference that we got from
72 void (*free) (void *private, void *ref);
81 unsigned long (*offset) (void *private, void *ref);
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_sman.h69 /* Free a memory block. "ref" is the opaque reference that we got from
72 void (*free) (void *private, void *ref);
81 unsigned long (*offset) (void *private, void *ref);
/freebsd-10.1-release/tools/regression/ccd/layout/
H A Dccd0.sh12 if [ -f ref.$f ] ; then
13 diff -u -I '$FreeBSD' ref.$f _.$f
/freebsd-10.1-release/tools/test/sort/regression/
H A DMakefile18 @#LANG=C;${GNUSORT} data/${f} >ref/${f}
19 @${CMP} ref/${f} output/${f}
24 @#LANG=C;${GNUSORT} -${opt} data/${f} >ref/${f}${opt}
25 @${CMP} ref/${f}${opt} output/${f}${opt}
/freebsd-10.1-release/sys/kern/
H A Dkern_conf.c181 dev_refthread(struct cdev *dev, int *ref) argument
188 *ref = 0;
201 *ref = 1;
206 devvn_refthread(struct vnode *vp, struct cdev **devp, int *ref) argument
219 *ref = 0;
242 *ref = 1;
248 dev_relthread(struct cdev *dev, int ref) argument
252 if (!ref)
353 int ref, retval; local
355 dsw = dev_refthread(dev, &ref);
369 int ref, retval; local
385 int ref, retval; local
402 int ref; local
420 int ref, retval; local
436 int ref, retval; local
452 int ref, retval; local
468 int ref, retval; local
484 int ref, retval; local
501 int ref, retval; local
519 int ref, retval; local
[all...]
/freebsd-10.1-release/contrib/dtc/
H A Dtreesource.c74 fprintf(f, "%s: ", m->ref);
115 fprintf(f, "%s: ", m->ref);
133 fprintf(f, " %s:", m->ref);
148 fprintf(f, "%s: ", m->ref);
162 fprintf(f, " %s:", m->ref);
177 fprintf(f, "%s: ", m->ref);
190 fprintf(f, " %s:", m->ref);
/freebsd-10.1-release/contrib/file/src/
H A Dcdf_time.c187 static const char *ref = "Sat Apr 23 01:30:00 1977"; local
194 if (strcmp(ref, p) != 0)
195 errx(1, "Error date %s != %s\n", ref, p);
/freebsd-10.1-release/bin/dd/
H A DMakefile23 diff -I FreeBSD - ${.CURDIR}/ref.${conv}
/freebsd-10.1-release/contrib/libucl/tests/
H A Dtest_generate.c32 ucl_object_t *obj, *cur, *ar, *ref; local
93 ref = ucl_object_ref (cur);
146 ref->value.iv = 100500;
147 ucl_object_unref (ref);

Completed in 358 milliseconds

1234567891011>>