Searched refs:first (Results 151 - 175 of 1330) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.bin/make/
H A Dutil.c301 int first = 1; local
307 if (!first)
309 first = 0;
/freebsd-10.0-release/sbin/restore/
H A Drestore.c134 * restore algorithm. The first removes old entries, the second
136 * cleans up link names missed by the first two, and the final
140 * other files in them which need to be moved out first. As
593 ino_t first; local
602 first = lowerbnd(ROOTINO);
605 first = lowerbnd(first);
613 while (first < curfile.ino) {
614 ep = lookupino(first);
616 panic("%ju: bad first\
671 ino_t first, next, last; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgenrecog.c70 struct decision *first; member in struct:decision_head
505 last->first = last->last = new;
889 in the calling function, for the first node).
946 last->first = last->last = NULL;
1088 /* Do tests against the current node first. */
1364 if (d1->success.first == 0)
1366 for (p1 = d1->success.first; p1; p1 = p1->next)
1384 if (toplevel || d1->success.first == 0 || d2->success.first == 0)
1387 for (p1 = d1->success.first; p
1609 struct decision *first, *next; local
[all...]
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.history16 01/05 The FCC hears the first demonstration of FM radio, 1940
25 01/11 Milk delivered in bottles for first time, 1878
29 01/14 The first "Be-In" is held in Golden Gate Park, 1967
84 03/16 Robert Goddard launches first liquid-fueled rocket, Auburn MA, 1926
86 03/18 Aleksei Leonov performs first spacewalk, 1965
105 04/12 Confederate troops fire first shots of Civil War at Ft Sumter, 1861
107 04/12 Yuri Gagarin becomes the first man in space, 1961
112 04/15 Ray Kroc opens first McDonalds in Des Plaines, IL, 1955
122 04/23 Hank Aaron hits his first home run, 1954
146 05/21 US explodes first hydroge
[all...]
/freebsd-10.0-release/contrib/atf/atf-run/
H A Duser.cpp60 if (::setuid(ids.first) == -1)
/freebsd-10.0-release/contrib/dialog/
H A Dpause.c74 bool first; local
120 first = TRUE;
177 if (first) {
180 first = FALSE;
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dquarantine.h22 size_t first; member in struct:quarantine_s
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcond_key_dtor_entry_dealtor.hpp114 m_p_e->m_value.first.~key_type();
H A Dinsert_store_hash_fn_imps.hpp56 entry_pointer p_e = m_entries[pos_hash_pair.first];
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseSet.h76 ValueT& operator*() { return I->first; }
77 ValueT* operator->() { return &I->first; }
96 const ValueT& operator*() { return I->first; }
97 const ValueT* operator->() { return &I->first; }
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c62 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, bool echoed) argument
64 if (last > first) {
72 for (n = 0; first[n] != 0; ++n) {
73 wadd_wint(win, first + n);
/freebsd-10.0-release/contrib/openbsm/tools/
H A Daudump.c164 int first; local
166 first = 1;
169 if (first)
170 first = 0;
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Diruserok.c66 /* Try for raw ip address first. */
225 int first; local
228 first = 1;
238 if (first == 1 && (__check_rhosts_file || superuser)) {
239 first = 0;
/freebsd-10.0-release/sys/arm/xscale/ixp425/
H A Dixp425_timer.c215 u_int32_t first, last; local
233 first = GET_TS_VALUE();
237 usecs -= (int)(last - first);
238 first = last;
/freebsd-10.0-release/sys/powerpc/aim/
H A Dclock.c88 sbintime_t first, sbintime_t period);
155 * back to the first CPU in this case.
211 sbintime_t first, sbintime_t period)
223 if (first != 0) {
224 fdiv = (decr_et.et_frequency * first) >> 32;
210 decr_et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-10.0-release/sys/powerpc/booke/
H A Dclock.c91 sbintime_t first, sbintime_t period);
208 decr_et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
220 if (first != 0)
221 fdiv = (decr_et.et_frequency * first) >> 32;
/freebsd-10.0-release/usr.bin/colcrt/
H A Dcolcrt.c219 static int first; local
231 for (i = first | 1; i < l; i++) {
235 for (i = first; i < l; i++) {
255 first = 1;
/freebsd-10.0-release/usr.bin/tail/
H A Dtail.c74 int i, ch, first; local
81 * so -n+1 is the first line, and -c-1 is the last byte. Third, the
199 for (first = 1; (fn = *argv++);) {
206 printfn(fn, !first);
207 first = 0;
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dmevent_test.c198 static int first; local
229 static int first = 1; local
231 if (first) {
235 first = 0;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp48 Loc = SM.getImmediateExpansionRange(Loc).first;
58 Loc = SM.getSpellingLoc(SM.getImmediateExpansionRange(Loc).first);
64 StringRef ExpansionBuffer = SM.getBufferData(ExpansionInfo.first);
244 if (Imported.first.isValid()) {
246 emitImportStackRecursively(Imported.first, Imported.second, SM);
250 // Emit the other include frames first.
267 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);
283 // Emit the other import frames first.
286 emitImportStackRecursively(NextImportLoc.first, NextImportLoc.second, SM);
302 Stack[I].first,
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp113 _GLIBCXX_DEBUG_ASSERT(pos_hash_pair.first < m_num_e);
114 entry_pointer p_e =& m_entries[pos_hash_pair.first];
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dinsert_fn_imps.hpp56 ins_pair.first.m_p_nd->m_red = true;
58 insert_fixup(ins_pair.first.m_p_nd);
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DProfileDataLoader.h60 // e.first may be NULL
61 assert(((!e.first) || (e.first->getParent() == e.second->getParent()))
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp71 LastMappingSymbols[getPreviousSection().first] = LastEMS;
133 Symbol->setSection(*getCurrentSection().first);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp25 Builder->setBinding(It->first, It->second);
33 Other->NodeMap[I->first] = I->second;

Completed in 566 milliseconds

1234567891011>>