Searched refs:first (Results 51 - 75 of 1330) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_join.c40 int echar = 0, extra, first; local
65 for (first = 1,
106 if (!first && !FL_ISSET(cmdp->iflags, E_C_FORCE)) {
130 * Historic practice for vi was to put the cursor at the first
132 * first character of the joined line, if there wasn't, or the
135 * for the first line joined, ignoring subsequent lines. If
137 * first non-blank character of the line unless the cursor was
142 * on the first inserted whitespace character, the first
148 if (first) {
[all...]
/freebsd-10.0-release/contrib/sendmail/src/
H A Dtrace.c71 unsigned int first, last; local
74 /* find first flag to set */
86 first = i;
111 if (first >= tTsize)
112 first = tTsize - 1;
117 while (first <= last)
118 tTvect[first++] = (unsigned char) i;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtIterator.h158 bool empty() const { return first == second; }
161 Stmt *operator->() const { return first.operator->(); }
162 Stmt *&operator*() const { return first.operator*(); }
166 ++first;
173 ++first;
178 return range.first;
196 : std::pair<ConstStmtIterator,ConstStmtIterator>(range.first, range.second)
201 bool empty() const { return first == second; }
204 const Stmt *operator->() const { return first.operator->(); }
205 const Stmt *operator*() const { return first
[all...]
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dkthr.c53 static struct kthr *first; variable in typeref:struct:kthr
71 return (first);
95 kt->next = first;
109 first = kt;
124 while (first != NULL) {
125 kt = first;
126 first = kt->next;
160 curkthr = first;
161 return (first);
169 kt = first;
[all...]
/freebsd-10.0-release/contrib/gperf/src/
H A Dkeyword-list.h37 /* Access to first element of list. */
38 Keyword * first () const;
54 /* Access to first element of list. */
55 KeywordExt * first () const;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp218 cc_hash_table(It first, It last) argument
219 { base_type::copy_from_range(first, last); }
225 cc_hash_table(It first, It last, const hash_fn& h) argument
227 { copy_from_range(first, last); }
236 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) argument
238 { copy_from_range(first, last); }
248 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, argument
251 { copy_from_range(first, last); }
262 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, argument
265 { copy_from_range(first, las
368 gp_hash_table(It first, It last) argument
376 gp_hash_table(It first, It last, const hash_fn& h) argument
387 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) argument
399 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp) argument
413 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, const probe_fn& p) argument
429 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, const comb_probe_fn& cp, const probe_fn& p, const resize_policy& rp) argument
520 tree(It first, It last) argument
528 tree(It first, It last, const cmp_fn& c) argument
597 trie(It first, It last) argument
604 trie(It first, It last, const e_access_traits& t) argument
660 list_update(It first, It last) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DConstraintManager.cpp34 if (P.first && !P.second)
36 if (!P.first && P.second)
/freebsd-10.0-release/contrib/mdocml/
H A Dtbl.c99 while (rp->first) {
100 cp = rp->first;
101 rp->first = cp->next;
109 while (sp->first) {
110 dp = sp->first;
111 sp->first = dp->next;
138 if (NULL == tbl->first_span || NULL == tbl->first_span->first)
164 if (NULL == tbl->first_span || NULL == tbl->first_span->first)
/freebsd-10.0-release/lib/libc/mips/string/
H A Dstrcmp.S54 beq t0, zero, LessOrEq # end of first string?
59 beq t0, zero, LessOrEq # end of first string?
/freebsd-10.0-release/usr.bin/netstat/
H A Dinet6.c339 "first candidate",
364 int first, i; local
411 for (first = 1, i = 0; i < IP6S_HDRCNT; i++)
413 if (first) {
415 first = 0;
422 for (first = 1, i = 0; i < IP6S_M2MMAX; i++) {
425 if (first) {
427 first = 0;
467 for (first = 1, i = 0; i < IP6S_SCOPECNT; i++) {
469 if (first) {
846 int i, first; local
1127 static int first = 1; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgenmultilib26 # The first argument is a list of sets of options. The elements in
39 # the second argument as there are options in the first argument. The
46 # element must be of the form OPTION=OPTION. The first OPTION should
47 # appear in the first argument, and the second should be a synonym for
148 first=$1
150 case "$first" in
152 all=${initial}`echo $first | sed -e 's_|_/_'g`
153 first=`echo $first | sed -e 's_|_ _'g`
156 ./tmpmultilib $first
[all...]
H A Dbitmap.c83 if (head->first == elt)
84 head->first = next;
86 /* Since the first thing we try is to insert before current,
113 /* Use up the inner list first before looking at the next
130 /* Use up the inner list first before looking at the next
171 head->first = NULL;
194 if (head->first)
195 bitmap_elt_clear_from (head, head->first);
246 bit_obstack->heads = (void *)map->first;
275 map->first
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_store_hash_fn_imps.hpp59 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(p_e->m_value.first);)
/freebsd-10.0-release/contrib/unbound/services/
H A Doutbound_list.h54 struct outbound_entry* first; member in struct:outbound_list
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h88 if (!KeyInfoT::isEqual(P->first, EmptyKey)) {
89 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) {
93 P->first = EmptyKey;
153 if (LookupBucketFor(KV.first, TheBucket))
158 TheBucket = InsertIntoBucket(KV.first, KV.second, TheBucket);
168 if (LookupBucketFor(KV.first, TheBucket))
173 TheBucket = InsertIntoBucket(std::move(KV.first),
194 TheBucket->first = getTombstoneKey();
202 TheBucket->first = getTombstoneKey();
254 if (!KeyInfoT::isEqual(P->first, EmptyKe
[all...]
/freebsd-10.0-release/lib/libutil/
H A Dtrimdomain.c57 static int first = 1; local
62 if (first) {
64 first = 0;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzle.c45 uchar_t *first = src; local
51 *len = src - first - 1 + n;
60 *len = src - first - 1;
/freebsd-10.0-release/sys/x86/x86/
H A Dmsi.c98 * Each group has a 'first' source that contains information global to
103 * the first message.
209 * Only allow CPUs to be assigned to the first message for an
410 struct msi_intsrc *msi, *first; local
414 first = (struct msi_intsrc *)intr_lookup_source(irqs[0]);
415 if (first == NULL) {
421 if (first->msi_msix) {
427 if (first->msi_first == NULL) {
436 if (first->msi_first != first || firs
[all...]
/freebsd-10.0-release/tools/test/ptrace/
H A Dscescx.c48 int first; local
51 first = 1;
53 first = 0;
57 if (first)
58 first = 0;
65 if (first)
66 first = 0;
75 if (first)
76 first = 0;
102 unsigned first, flag local
[all...]
/freebsd-10.0-release/bin/mkdir/
H A Dmkdir.c143 int first, last, retval; local
151 for (first = 1, last = 0; !last ; ++p) {
159 if (first) {
175 first = 0;
206 if (!first && !last)
/freebsd-10.0-release/usr.sbin/pciconf/
H A Derr.c117 int first; local
119 first = 1;
122 if (first) {
124 first = 0;
131 if (first)
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dobjalloc.c221 struct objalloc_chunk *first; local
230 first = NULL;
245 else if (first == NULL)
246 first = q;
251 if (first == NULL)
252 first = p;
253 o->chunks = (PTR) first;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dobjalloc.c221 struct objalloc_chunk *first; local
230 first = NULL;
245 else if (first == NULL)
246 first = q;
251 if (first == NULL)
252 first = p;
253 o->chunks = (PTR) first;
/freebsd-10.0-release/games/number/
H A Dnumber.c88 int ch, first; local
105 for (first = 1;
106 fgets(line, sizeof(line), stdin) != NULL; first = 0) {
109 if (!first)
114 for (first = 1; *argv != NULL; first = 0, ++argv) {
115 if (!first)
/freebsd-10.0-release/sbin/ifconfig/
H A Daf_atalk.c61 u_int first = 123, last = 123; local
63 if (sscanf(range, "%u-%u", &first, &last) != 2
64 || first == 0 || first > 0xffff
65 || last == 0 || last > 0xffff || first > last)
66 errx(1, "%s: illegal net range: %u-%u", range, first, last);
67 at_nr.nr_firstnet = htons(first);

Completed in 391 milliseconds

1234567891011>>